pdfreplacer

Replaces entire text boxes with custom content. Useful for programmatically filling out PDF forms.

Лицензия

Лицензия

Категории

Категории

PDF Данные
Группа

Группа

com.allpiper
Идентификатор

Идентификатор

pdfreplacer
Последняя версия

Последняя версия

0.3.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

pdfreplacer
Replaces entire text boxes with custom content. Useful for programmatically filling out PDF forms.
Ссылка на сайт

Ссылка на сайт

https://github.com/klaus7/pdfreplacer
Система контроля версий

Система контроля версий

https://github.com/klaus7/pdfreplacer

Скачать pdfreplacer

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.allpiper/pdfreplacer/ -->
<dependency>
    <groupId>com.allpiper</groupId>
    <artifactId>pdfreplacer</artifactId>
    <version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.allpiper/pdfreplacer/
implementation 'com.allpiper:pdfreplacer:0.3.3'
// https://jarcasting.com/artifacts/com.allpiper/pdfreplacer/
implementation ("com.allpiper:pdfreplacer:0.3.3")
'com.allpiper:pdfreplacer:jar:0.3.3'
<dependency org="com.allpiper" name="pdfreplacer" rev="0.3.3">
  <artifact name="pdfreplacer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.allpiper', module='pdfreplacer', version='0.3.3')
)
libraryDependencies += "com.allpiper" % "pdfreplacer" % "0.3.3"
[com.allpiper/pdfreplacer "0.3.3"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.pdfbox : pdfbox jar 2.0.17
org.apache.commons : commons-lang3 jar 3.0

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.8

test (3)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.4.0
org.junit.jupiter : junit-jupiter-engine jar 5.4.0
org.assertj : assertj-core jar 3.11.1

Модули Проекта

Данный проект не имеет модулей.

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>

Версии библиотеки

Версия
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0