Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.31 KB

README-falsisign.org

File metadata and controls

23 lines (21 loc) · 1.31 KB

FalsiScan: Make it look like a PDF has been hand signed and scanned

falsiscan.png

Usage

Create a signature sample

  • Print the Signature_guide.pdf,
  • # each of the full sized box (this will give 27 different signatures),
  • scan the resulting paper and save it as a pdf (called e.g. signatures.pdf),
  • run ./signdiv.sh signatures.pdf,
  • check in signatures that you have 27 png files correctly cropped. You can manually edit the .png files to your liking.

You can maintain multiple signature directories, or run the above again if you want more than 27 signatures.

False-sign and False-scan a document

  • Get the PDF the bureaucrats want you to print, sign and scan (e.g. document.pdf),
  • run ./falsisign.sh document.pdf signatures 1000 2500 document-scanned.pdf:
    • The first argument is the document you need to sign/scan
    • The second argument is the directory with all your different signatures
    • The next two arguments are the X and Y coordinates of where your signature will be. The page dimension is 3560x4752.
    • The last argument is the output file name.