Hi, I am using Apache PDFBox to render thumbnails of PDF documents on heroku. The PDFs I use to test my code render fine locally on a Mac, on Heroku certain fonts don't render.
I suspect that PDFBox can't find the 14 standard fonts on heroku. I could include them in my app, but I can't figure out how to tell PDFBox where to search for the fonts. How can I specify where I put the fonts in my application ? Thank you, Markus Ecker

