Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.17
-
None
-
None
Description
Using PDFontFactory. CreateDefaultFont font to render a text and save this document.
float fontSize = 11; PDFont font = PDFontFactory.createDefaultFont(); contentStream.beginText(); contentStream.newLineAtOffset(100, 100); contentStream.setFont(font, fontSize); contentStream.showText("¥456,123"); contentStream.endText(); contentStream.close(); doc.save("sample.pdf");
Open the PDF document with Abode and throw the following error message when editing the document.
And i opened this pdf document using the Google browser as shown below:
Attachments
Attachments
Issue Links
- relates to
-
PDFBOX-2222 NPE in PDFStreamEngine
- Closed