[ 
https://issues.apache.org/jira/browse/PDFBOX-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15530242#comment-15530242
 ] 

Tilman Hausherr commented on PDFBOX-3330:
-----------------------------------------

I'd like to have the 1.8 FAQ to the 2.0 version too. Here two additions:

Q: I'm creating a PDF but my page is empty. Why?
A: Make sure that you closed your content stream before saving.

Q: I'm getting java.lang.IllegalArgumentException: ... is not available in this 
font's encoding: WinAnsiEncoding
A: Check whether the character is available in WinAnsiEncoding by looking at 
the PDF specification appendix D 
https://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/PDF32000_2008.pdf.
 If not, but if it is available in this font (in windows, have a look with 
{{charmap.exe}}), then load the font with {{PDType0Font.load()}}, see also in 
the {{EmbeddedFonts.java}} example in the source code download.


> Enhance and update PDFBox website & documentation
> -------------------------------------------------
>
>                 Key: PDFBOX-3330
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3330
>             Project: PDFBox
>          Issue Type: Task
>          Components: Documentation
>            Reporter: Maruan Sahyoun
>
> General purpose ticket to track enhancements to the website and documentation



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to