Adding fonts to Apache Pdfbox?
问题 Is there a way to add additional font styles into Apache Pdfbox? We're currently trying to work around printing PDFs in our system (currently being done with PDF-Renderer.) I have been looking at various alternatives (pdfbox, jpedal, jPDFPrint) Our hope is for a free GPL compatible library to use, and as such we're leaning towards pdfbox. I have been able to write some sample code to print out the pdf which 'works'. See below: PDDocument doc; try { doc = PDDocument.load("test.pdf"); doc.print