mcpdf icon indicating copy to clipboard operation
mcpdf copied to clipboard

Mcpdf is an alternative to PDFtk with fixed unicode issues, so you can write Łódź into your forms.

Results 11 mcpdf issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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.

enhancement

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.

enhancement

These are the owner_pw and user_pw commands in pdftk.

enhancement

`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.

enhancement

Compress and uncompress operations allow scripts to modify pdf content as if it were a text file. Please!

enhancement

both commands are very much needed commands for classic office usage - virtual version of printing on letterhead paper

enhancement

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): ```...

enhancement

`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

enhancement