-
-
Save uiur/72b750d31ad04dbe1e4af438ac3a6d88 to your computer and use it in GitHub Desktop.
edit pdf using pdftk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pdftk a.pdf dump_data_utf8 output data.txt | |
vi data.txt | |
pdftk a.pdf update_info_utf8 data.txt output b.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment