#1 Re: PDF Engine » Central European characters don't render properly » 2017-05-15 07:25:44

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 sad

#2 PDF Engine » Central European characters don't render properly » 2016-12-24 19:55:26

Warpedone
Replies: 2

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?

Board footer

Powered by FluxBB