Hello. I'm using DrawPrintTextLocations.java (from http://svn.apache.org/repos/asf/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/util/DrawPrintTextLocations.java)
to find the boxes for a character in the following pdf (a simplified version of a real life pdf): http://wikisend.com/download/727732/boxissue_type3_font.pdf but none of the boxes matches the printed character (see near the bottom of the page). This is the output that I get: http://wikisend.com/download/129910/boxissue_type3_font-marked-1.png I have noticed that some values in the font have negative values... so I don't know if the file (or font) is corrupted or there is an issue in pdfbox (or in DrawPrintTextLocations). How can I get a tightly enclosing box for the character? Esteban

