Hello, I need to add a visible signature to a PDF using pdfbox. I used this: https://github.com/apache/pdfbox/blob/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateVisibleSignature2.java But, I need to fill out a signature rectangle with dynamic text without exceeding the rectangle's edges and the text should not be cut. Could you help me with this, please?
Thanks in advance