Skip to content

Instantly share code, notes, and snippets.

View christianmeichtry's full-sized avatar

Christian Meichtry christianmeichtry

View GitHub Profile
@michaellouieloria
michaellouieloria / gist:0ff4376475b68e1e78c2
Created September 18, 2014 08:04
PDFtk commands to create fdf and fill form
create fdf
pdftk form.pdf generate_fdf output data.fdf
fill form
pdftk form.pdf fill_form data.fdf output form_with_data.pdf