mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
ebb2697836
The fork is a pure Java implementation of pdftk and does not rely on the obsolete GCJ. It is mostly compatible with the old version. The old version was the last port still depending on lang/gcc6. Changes: https://gitlab.com/pdftk-java/pdftk/blob/v3.0.8/CHANGELOG.md#308-2019-10-14
16 lines
604 B
Plaintext
16 lines
604 B
Plaintext
If PDF is electronic paper, then pdftk is an electronic staple-remover,
|
|
hole-punch, binder, secret-decoder-ring, and X-Ray-glasses.
|
|
Pdftk is a simple tool for doing everyday things with PDF documents.
|
|
Keep one in the top drawer of your desktop and use it to:
|
|
|
|
Merge PDF Documents
|
|
Split PDF Pages into a New Document
|
|
Decrypt Input as Necessary (Password Required)
|
|
Encrypt Output as Desired
|
|
Burst a PDF Document into Single Pages
|
|
Report on PDF Metrics, including Metadata and Bookmarks
|
|
Uncompress and Re-Compress Page Streams
|
|
Repair Corrupted PDF (Where Possible)
|
|
|
|
WWW: https://gitlab.com/pdftk-java/pdftk
|