mikehaertl / php-pdftk

A PDF conversion and form utility based on pdftk
MIT License
952 stars 128 forks source link

Turkish capital letters not working #329

Closed aren3k closed 6 months ago

aren3k commented 6 months ago

Hi,

I'm having some issues with printing Turkish capital letters in a form field. When using normal font size everything is ok. I have tried many fonts in the meantime, all the same issue.

Was wondering if this really is a font related issue?

$pdf->fillForm($pdfData) ->needAppearances() ->saveAs($destinationFilePath);

The result I get for POLARİS ELEKTRONİK: image

mikehaertl commented 6 months ago

I'm sorry but this kind of problems is out of scope of this library. It's usually always caused by some font problems (which can be a pain to get right sometimes). Unfortunately there's nothing we can do about it here.

aren3k commented 6 months ago

@mikehaertl Thanks for your response, I'll look further towards figuring out a correct font. Have a great day!