Skip to content

Instantly share code, notes, and snippets.

@tomaszgiba
Created June 8, 2024 06:56
Show Gist options
  • Save tomaszgiba/00a9da6893412f4b54824ddab46359c5 to your computer and use it in GitHub Desktop.
Save tomaszgiba/00a9da6893412f4b54824ddab46359c5 to your computer and use it in GitHub Desktop.
How To Put Your Handwritten Sign In PDF Document

Use gwenview to adjust your handwritten sign to have white color background. Use gamma, contrast. Save as separate file.

Then in command line:

$ convert handwritten.png -transparent white transparent_handwritten.png

You will now have png with transparent background.

Use KDEs Okular and add new Stamp.

  • "Yellow Highlighter"
  • "Configure Annotations"
  • Add
  • Select type: "Stamp"
  • Select transparent_handwritten.png image

You now have a stamp, that is your sign, you can put on PDF. To put sign on your document, in Okular, open "Yellow Highlighter" again and select stamp, then click / draw area where you want your sign to be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment