PDFBox 3, Multiple Signatures
I’m attempting to, using PDFBox 3.0.2 sign a document multiple times. The first certified, the rest signed.
In a PDF document, how can I “split” a TJ operator into multiple Tj/Td that are completely equivalent?
A related question here: (TJ and Td offset difference) has an answer which explains how to do the opposite (turn Tjs and Tds into an equivalent TJ). From this I can deduce fairly trivially how to do it the other way round, but this naive approach has the problem that other (seemingly unrelated) bits of text also get shifted when I do this (in a manner I don’t exactly understand).
How can I copy/extract text from a specific kind of PDF file
I would like to copy a few text values (extract them via PDFBox) from a set of given multi-page PDF files. However for some of the pages in these documents this is not possible whereas for other pages it is. Here is an example of such a document (just 3 pages).