Forked from michaellouieloria/gist:0ff4376475b68e1e78c2
Created
February 4, 2022 12:30
-
-
Save KadonWills/5727e57e7573aca688da5cc8a540b3fb to your computer and use it in GitHub Desktop.
PDFtk commands to create fdf and fill form
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
create fdf | |
pdftk form.pdf generate_fdf output data.fdf | |
fill form | |
pdftk form.pdf fill_form data.fdf output form_with_data.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment