Link to home
Start Free TrialLog in
Avatar of Alexandre Takacs
Alexandre TakacsFlag for Switzerland

asked on

PDF watermarking application

Folks

I'm looking for a solution (if possible open source) that would allow me to batch process PDF files and apply an arbitrary sequential number on every fist page of every file in a folder.

I'm pretty sure there must be a decent solution around but all I have found are high end and extremely expensive software.

Any suggestion welcome.

Avatar of Maciej_Modzelewski
Maciej_Modzelewski
Flag of Poland image

Maybe this way:
* using Ghostscript (command line) http://www.ghostscript.com/ You can convert pdf to .jpg/gif
* maybe then You can watermark .jpg easier then .pdf
* at the end do pdf again for example by using http://sourceforge.net/projects/pdfcreator/

I know it is not a perfect way but maybe this would help.
Avatar of Alexandre Takacs

ASKER

Well it's an idea... but rather ugly ;)
Avatar of lenamtl
If you  plan to install a shopping cart.
There is a module for Opencart
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=128&filter_search=pdf

Description:
This module creates a unique header and footer watermark on PDFs that are downloaded from your OpenCart. This is great for ebook sellers who are looking for a way to discourage piracy of their products.

This mod has been tested on A4 sized PDFs and should work on US letter sizes.

The header consists of the customers name, email, and phone number. The footer is the date downloaded and a md5 hash of these values. You can modify these if you wish.
Nope this is a desktop use.

I want to add a numeric stamp on a batch of unrelated PDF files (regardless of their actual source and internal format). I understand it might be a little more involved than it might seem but I'm sure this is possible without shelling out 20k$
Have you tried jPdfTweak
http://jpdftweak.sourceforge.net/
It's opensource and powerful


Yes

Quite nice but doesn't do what I want (although I could use it's page numbering feature to get something approaching my requirement)
ASKER CERTIFIED SOLUTION
Avatar of kbirecki
kbirecki
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
lenamtl, I haven't seen jPDFtweak before.  That was a good tip!
atak2983, I forgot to mention that my article only discusses applying a process to a single file.  However, the concept can be applied to a number of files using any number of scripting/programming languages.  What OS are you working with?  And what scripting/programming language would you like to use?  Just about anything can be used, including DOS batch files on modern Windows OS's with the advent of the SET command.
Interesting - thanks for your post.

I have not tested it -yet- but is this solution preserving the text layer of a muti-layer PDF (say a scan + OCR) ?

Yes, it preserves the text layer.  It's interesting you asked that because that article is one of a series of articles I am working on.  OCR is another aspect to the overall project that I'm working on.  But the answer to your question is yes, everything else in the PDF appears to be retained.  I haven't found anything that is lost.
Sounds good.

I will proceed with some tests and report in your thread in the programming section.
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.