You are not logged in.
Pages: 1
I managed to pinpoint the cause .. my system is using code-page 1250, PDF gets rendered using
code-page 1252.
Problematic character is the one with code 200 (010C in cp1250 and 00C8 in cp1252) , it differs between both code-pages. Unfortunately this character is fairly frequently used in our language.
Is there a way to set proper code-page for PDF for it to render using cp1250? I couldn't find anything such in the code ![]()
I'm using latest SynPdf code with Delphi7 on Windows10, Slovenian locale.
Preview (TGDIPages.ShowPreviewForm) is rendered correctly but the saved PDF opened in a PDF reader displays wrong characters. Acrobat Reader reports the fonts are embedded with ANSI encoding.
Can anyone help with what should I check, set, change?
Pages: 1