https://bz.apache.org/ooo/show_bug.cgi?id=127294
Issue ID: 127294
Issue Type: DEFECT
Summary: ArialMT font has Symbolic flag in PDF
Product: Writer
Version: 4.1.1
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: save-export
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 85933
--> https://bz.apache.org/ooo/attachment.cgi?id=85933&action=edit
PDF with font with incorrect flag
The attached PDF file was submitted to Apache PDFBox
https://issues.apache.org/jira/browse/PDFBOX-3620 . It was created by
OpenOffice 4.1.1. The font F10 in the acroform part (to be found at object 66 0
o, or logially at Root/AcroForm/Fields/[3]/AP/N/Resources/Font/F10,
Root/AcroForm/DR/Font/F10, and others) has the flag 4 in its font descriptor.
"4" means "symbolic font". This is wrong, "ArialMT" is not a symbolic font. The
flag should be 32, which means it is a non symbolic font. The font flags are
found in "9.8.2 Font Descriptor Flags" in the PDF 32000 description. The wrong
flag results in bad rendering of the file in Apache PDFBox.
Issue 87679 seems to be a similar problem.
--
You are receiving this mail because:
You are the assignee for the issue.