Am 02.09.2025 um 11:41 schrieb Tilman Hausherr:

(So yes I could compare the byte range with 0 1000000000 1000000000 1000000000 to see if it is "our" signature but I'm not sure if that is the best solution)


To test that, replace the line

    if (br2 + br3 > incrementalInput.length())

with

    if (br2 == 1000000000 && br3 == 1000000000)


Tilman


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org

Reply via email to