> I am attempting to use PdfBox to print the attached PDF. When it prints, the > acrofields' data values appear, as do the lines of the form. But none of the > text of the form appears. I've created other PDFs that use the same fonts, > and print. I'm using PrintPDF command-line utility. any insights would be > greatly appreciated. What version of pdfbox are you using? If it is the
trunk version: Try to disable the clipping-operators by commenting out the W/W* in the PageDrawer.properties file, because there are still some issues concerning this feature (see [1] for more details). older version: Is it possible to switch to the trunk version? Andreas Lehmkühler [1] https://issues.apache.org/jira/browse/PDFBOX-483