Re: character spacing

2016-09-17 Thread Tilman Hausherr
I've added it to PDPageContentStream, you can find a new version within a few hours here https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox-app/2.0.4-SNAPSHOT/ /** * Set the character spacing. The value shall be added to the horizontal or vertical component

Re: character spacing

2016-09-15 Thread Tilman Hausherr
Am 15.09.2016 um 16:29 schrieb Attila Kiss: contentStream.appendRawCommands(format.format(charSpacing) + " Tc\n"); } contentStream.drawString(line); contentStream.moveTextPositionByAmount(0, - rowHeight); } My problem is, in the new version the .appendRawCommands() method is Hello Attila,