mcpdf
mcpdf copied to clipboard
Mcpdf is an alternative to PDFtk with fixed unicode issues, so you can write Łódź into your forms.
Bumps [itextpdf](https://github.com/itext/itextpdf) from 5.5.5 to 5.5.12. Release notes Sourced from itextpdf's releases. iText 5.5.12 iText 5.5.12 is a maintenance release that rolls up 22 bugfixes for iText 5 Core from...
This project uses Affero GPL, I guess because of its dependence on iText which is AGPL, but it's not really mentioned anywhere except in pom.xml. This should be described more...
Add support for the `cat` operation. See https://www.pdflabs.com/docs/pdftk-man-page/#dest-op-cat See also issue #4.
Apparently fill_form has been implemented in mcpdf but generate_fdf has not yet been. I'd like a way to generate the xfdf/fdf files from an existing form.
`dump_data` is required for bringing the package `impressive` back to life in Fedora where pdftk has been killed off because of its use of libgcj.
Compress and uncompress operations allow scripts to modify pdf content as if it were a text file. Please!
both commands are very much needed commands for classic office usage - virtual version of printing on letterhead paper
There should be an option like "-h" or "--help", as well as some "usage text". Right now, an invalid invocation just shows an exception, which is confusing (see #6): ```...
`pdftk` supports named input files e.g.: ``` pdftk A=foo.pdf B=bar.pdf cat A B output foobar.pdf ``` See https://www.pdflabs.com/docs/pdftk-man-page/#dest-input-files