I find myself having to print and sign more and more PDFs these days. Anyone know an app for OS X that will let me put an image of my signature on a PDF and then save it back as pdf?
Writing the command lines for it takes some getting used to, but after you do it you can do some VERY fun things with ImageMagick. I'm using it to do a lot of automated conversion/cropping/etc for the next version of my app.
You can save individual pages from a PDF as an image in Preview (scroll to the page, File -> Save As). This won't work if the PDF is protected but that would likely apply to other applications too.
You can also create PDFs from images with Preview. Open an image and save it as a PDF. You can then drag images or pdfs into the sidebar which adds pages to the PDF.
As an alternative you could e-sign the document using a service like EchoSign. While most people use it to send out documents for e-signature, it also has a feature called approve that lets you e-sign documents people have sent you.
If you're feeling in a not-spend-money mood, you can do it with ImageMagick.
http://www.imagemagick.org/Usage/annotating/
Writing the command lines for it takes some getting used to, but after you do it you can do some VERY fun things with ImageMagick. I'm using it to do a lot of automated conversion/cropping/etc for the next version of my app.
convert some.pdf some.gif
It is really magic.