Description
Hi, I get bad encrypted image from pdf. I know that my problem is similar to PDFBOX-1296 or PDFBOX-490 , but I can't understand what I need to do by myself.
After this:
BufferedImage img = list.convertToImage();
I get exception:
INFO: Can't read the embedded font KWPMFZ+TimesNewRoman
мая 29, 2015 1:07:02 PM org.apache.pdfbox.pdmodel.font.PDCIDFontType2Font getawtFont
INFO: Using font Times New Roman instead
мая 29, 2015 1:07:02 PM org.apache.pdfbox.pdmodel.font.PDSimpleFont drawString
WARNING: Changing font on < > from <ISOCPEUR Italic> to the default font
мая 29, 2015 1:07:02 PM org.apache.pdfbox.pdmodel.font.PDCIDFontType2Font getawtFont
INFO: Can't read the embedded font EPSSTR+ISOCPEUR,Italic
мая 29, 2015 1:07:02 PM org.apache.pdfbox.pdmodel.font.PDType0Font getawtFont
INFO: Using font SansSerif.plain instead of EPSSTR+ISOCPEUR,Italic
Attachments
Attachments
Issue Links
- is duplicated by
-
PDFBOX-490 Pdf Printing of text from embedded fonts
- Closed
-
PDFBOX-1296 Warnung: Changing font on < > from <AMAKEA+TimesNewRoman> to the default font
- Closed