PDFBox 2.0.17 Fonts on Linux

2019-12-04 Thread Derryl Varghese
First post on this list. my SO question - https://stackoverflow.com/questions/59168828/pdfbox-2-0-17-fonts-on-linux I am converting a page in a PDF document to bytes and then constructing an image out of it. On Windows, the image is constructed fine. On Linux (RedHat), the letters on the image l

Re: PDFBox 2.0.17 Fonts on Linux

2019-12-04 Thread Derryl Varghese
put them into the font directory of your OS. > > > https://www.pcworld.com/article/2863497/how-to-install-microsoft-fonts-in-linux-office-suites.html > > Tilman > > Am 04.12.2019 um 15:52 schrieb Derryl Varghese: > > First post on this list. > > > > my SO

Re: PDFBox 2.0.17 Fonts on Linux

2019-12-05 Thread Derryl Varghese
"/usr/local/share/fonts", // local shared > "/usr/share/fonts", // system > "/usr/X11R6/lib/X11/fonts" // X > }; > } > > Tilman > > Am 04.12.2019 um 23:20 schrieb Derryl Varghese: > &

PDF Stamping - code improvement possible?

2023-09-18 Thread Derryl Varghese
Hello all, We moved from using iText to PDFBox to stamp our PDFs before serving to our customers. We occasionally run out of our 4GB heap space on weblogic (2gb taken up by pdfs being stamped) during our busy periods. Before we consider scaling out, I'd like to know if there is any code improvement