You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Jens Kapitza <j....@schwarze-allianz.de> on 2015/01/20 09:44:20 UTC

PDF import error FONT missing?

Hi ALL,

I've a Problem with my PDF,  after importPage i lose my text content.

     PDPage px = document.importPage(page);
     px.setResources(page.findResources());


what is wrong?

I know there is Text, createImage reaplaces the font

Jan 20, 2015 9:12:43 AM org.apache.pdfbox.pdmodel.font.PDSimpleFont 
drawString
WARNUNG: Changing font on <2> from <Liberation Serif> to the default font


---
Jens Kapitza