Ok, thank you. I will try.

Am 18.12.2015 um 19:59 schrieb Tilman Hausherr:
Am 18.12.2015 um 19:46 schrieb Peter Prusi:
Which Methods do that ?

The methods you use to do things, e.g. showText. They call the private method writeOperator(), which is this:

    private void writeOperator(String text) throws IOException
    {
        output.write(text.getBytes(Charsets.US_ASCII));
        output.write('\n');
    }



Tilman


Am 18.12.2015 um 16:50 schrieb Tilman Hausherr:
Am 18.12.2015 um 13:50 schrieb Peter Prusinowski:
Hello,

is there an alternative command for PDPageContentStream.appendRawCommands in version 2.0.0 ? I am using this command for linebreaks and saw that its deprectaed in this version.

You don't need extra line breaks, the methods already do them.

I don't know why this was deprecated, and I disagree with it. I suggest you just use it. Whatever will be done in 2.1 can only be guessed.

Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to