klaus7 / pdfreplacer

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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.

License:Apache License 2.0


Languages

Language:Java 98.4%Language:Shell 1.6%