Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
m32 committed Dec 15, 2024
1 parent f09f16d commit bc0eec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pdf-timestamp-cms.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 23,7 @@ def main():
"auto_sigfield": True,
"password": "1234",
}
fname = "pdf_forms/blank_form.pdf"
fname = "pdf.pdf"
if len(sys.argv) > 1:
fname = sys.argv[1]
datau = open(fname, "rb").read()
Expand Down

0 comments on commit bc0eec3

Please sign in to comment.