I need to draw the text in the correct alignment using PDFBOX (java).
I am currently using ContentStream.drawString to draw text in pdf. I do not use a monospace font, so the width of the characters changes.
Any ideas?
java apache pdf-generation pdfbox
Mirror318
source share