https://bz.apache.org/ooo/show_bug.cgi?id=126883
c.kruk <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #17 from c.kruk <[email protected]> --- I checked valid and invalid PDFs using pdffonts program. They differ in encoding. Valid ones use Builtin encoding while invalid ones use WinAnsi one. It seems I found the culprit. $ pdffonts URW_Palladio_L-OpenOffice_4.1.1.pdf name type encoding emb sub uni object ID ------------------------------------ ----------------- ---------------- --- --- --- --------- URWPalladioL-Bold Type 1 Builtin yes no yes 19 0 URWPalladioL-Roma Type 1 Builtin yes no yes 24 0 URWPalladioL-Ital Type 1 Builtin yes no yes 9 0 URWPalladioL-BoldItal Type 1 Builtin yes no yes 14 0 $ pdffonts URW_Palladio_L-OpenOffice_4.1.2.pdf name type encoding emb sub uni object ID ------------------------------------ ----------------- ---------------- --- --- --- --------- URWPalladioL-Bold Type 1 WinAnsi yes no yes 19 0 URWPalladioL-Roma Type 1 WinAnsi yes no yes 24 0 URWPalladioL-Ital Type 1 WinAnsi yes no yes 9 0 URWPalladioL-BoldItal Type 1 WinAnsi yes no yes 14 0 $ pdffonts URW_Palladio_L-OpenOffice_4.1.5.pdf name type encoding emb sub uni object ID ------------------------------------ ----------------- ---------------- --- --- --- --------- URWPalladioL-Bold Type 1 WinAnsi yes no yes 19 0 URWPalladioL-Roma Type 1 WinAnsi yes no yes 24 0 URWPalladioL-Ital Type 1 WinAnsi yes no yes 9 0 URWPalladioL-BoldItal Type 1 WinAnsi yes no yes 14 0 -- You are receiving this mail because: You are the assignee for the issue.
