https://drive.google.com/drive/folders/1JujjHzdQEGm8Z544dB5IoVauXf9UdJam?usp=sharing
I've rehosted the files on Google Drive. They should be globally readable. Is that acceptable, or do you need them somewhere else? I'm seeing the same behavior in 2.026, snapshot, and 3.0 alpha. What's odd to me is that pdfbox-app renders the PDF correctly, but the code below does not render the text. var doc = Loader.loadPDF(new java.io.File("MacPDFEmailThread.pdf")); var renderer = new PDFRenderer(doc); ImageIO.write(renderer.renderImageWithDPI(0, 200), "PNG", new java.io.File("MacPDFEmailThread-1.png")); Does pdfbox-app bundle another library that I might be missing, or something to that effect? I have jbig2-imageio and fontbox on my classpath. On Wed, Aug 17, 2022 at 1:16 PM Tilman Hausherr <thaush...@t-online.de> wrote: > Please try with 2.0.26 and with a snapshot > > https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/3.0.0-SNAPSHOT/ > > The PNG isn't attached, you need to upload this and the PDF on a file > hoster. > > Tilman > > Am 17.08.2022 um 18:32 schrieb Daniel Skiles: > > When I use PDFBox (3.0.0-RC1) to convert the attached PDF into an > > image, it's missing most of the text (see attached PNG). > > > > I receive no errors in the log or console. Upgrading to the latest > > alpha does not help. > > > > The producer is macOS Version 12.3.1 (Build 21E258 Quartz PDFContext > > Creator (Outlook). The font is a mix of Calibri and Calibri-bold. > > Producing this kind of PDF seems to fail consistently. > > > > The text is both visible and selectable in both Chrome and Sumatra PDF. > > > > > > Should I submit this to the PDFBox bug tracker, or are there any other > > tests that I should run first? > > > > Thank you, > > Daniel > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org > > For additional commands, e-mail: users-h...@pdfbox.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: users-h...@pdfbox.apache.org > >