PDF-Writer icon indicating copy to clipboard operation
PDF-Writer copied to clipboard

Writing accent

Open tiflap opened this issue 7 years ago • 1 comments

Hello, I am wondering if there is a way to write text with french accent (like é, è or ï) in the pdf? Cause when I put a text with accent, using the Tj function, nothing is written.

Thank a lot.

tiflap avatar Jan 15 '18 13:01 tiflap

code in utf8 and make sure the font supports the char. for easier text placement, consider using WriteText method instead (https://github.com/galkahana/PDF-Writer/wiki/Text-support#simple-text-usage) [not different functionality, but less code to write].

galkahana avatar Apr 18 '18 05:04 galkahana