Access violation when export to pdf
Hi,
I'm using Delphi XE7 on Windows 7 64bit. FR 5.2.7
when export to pdf get an access violation. pdf partialy generated ,
How can I solve this error ?
Thank you,
Sergiu
I'm using Delphi XE7 on Windows 7 64bit. FR 5.2.7
when export to pdf get an access violation. pdf partialy generated ,
How can I solve this error ?
Thank you,
Sergiu
Comments
The effect will be that some fonts will be replaced with others but at least you will have the pdf file.
function TrueTypeCollection.LoadFont( font: Tfont) : TrueTypeFont;
var
......
begin
......
if Result = nil then Result := ttf //<
add this line
end;
Best regards,
Cristian Peta
Will revert to v5.2.4 (which was working AOK) until a patch version is available.
Cheers.