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
* of the glyph's displacement, depending on the writing mode.
*
* @param spacing character spacing
* @throws IOException If the content stream could not be written.
*/
public void setCharacterSpacing(float spacing) throws IOException
/**
* Set the word spacing. The value shall be added to the horizontal
or vertical component of the
* ASCII SPACE character, depending on the writing mode.
*
* @param spacing word spacing
* @throws IOException If the content stream could not be written.
*/
public void setWordSpacing(float spacing) throws IOException
Please come back if you miss other content stream operators.
Tilman
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]