Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 775 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 775 Bytes

PDF Search & Replace

This little library can be used to find text markers in PDF documents and add text blocks at the found locations. Placeholders in the original PDF are used to detect the location of the field, where the custom value can be added. Text dimensions are kept from the found marker text box

This library was written to automatically create filled-out agreement forms and similar documents.

This library is an addition to Apache's pdfbox.

Example

From ... To ...
Alt text Alt text

Maven

<dependency>
    <groupId>com.allpiper</groupId>
    <artifactId>pdfreplacer</artifactId>
    <version>0.2.0</version>
</dependency>