You are not logged in.
Pages: 1
Hi ab,
This seems to have fixed the problem for us. Thank you!
We found out that in order to fix this problem, we can simply comment the following two lines in procedure TPdfEncryptionRC4MD5.EncodeBuffer :
// if (fDoc.fCurrentObjectNumber<>fLastObjectNumber) or
// (fDoc.fCurrentGenerationNumber<>fLastGenerationNumber) then
We are not sure if this is a valid fix. What do you think ?
Oh sorry about that, we only tested on recent versions of Delphi and do not have any older versions installed.
The current version of SynPDF raises an exception when rotated text is drawn from an EMF file: https://github.com/synopse/SynPDF/issues/42
Here is a patch to fix this exception and add support for rotated texts in SynPDF: https://github.com/synopse/SynPDF/issue … -752101479
It has been developed by "Kukhtin Igor" and sponsored by the HelpNDoc help authoring tool.
Pages: 1