It seems you might need a utf8 true type font (ttf) or PDF::API2my $pdf = PDF::FromHTML->new( encoding => 'utf-8' ); $pdf->load_file('source.html'); $pdf->convert( # With PDF::API2, font names such as 'traditional' also works Font => 'font.ttf', LineHeight => 10, Landscape => 1, ); $pdf->write_file('target.pdf');
In reply to Re: PDF::FromHTML and UTF8
by Joost
in thread PDF::FromHTML and UTF8
by Tobiwan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |