WATERMARK
It's OK that PDFCreator have Watermark(http://en.pdfforge.org/forum/open-discussion/3137-can-we-use-watermarks-...), BUT:
- it's rather cumbersome solution and features
- with some documents in OpenOffice dont work (it is a error PDFCreator or OpenOffice?)
- but the biggest mistake: the watermark is not OVER document as ussual, but under the text - big problem with tables (especially Excel) - the watermark dont appears...
Please, could you make that the watermark at PDFCreator is regular over the all document - as is ussual(at Printer settings)?....
thank you :-)
Hello,
thanks. But:
Right to read(just change a word "background" to "stamp") :
WshShell.Run PathToPdftk & " """ & fname & """ stamp " & WatermarkPDF & " output """ & tfname & """",0,true
Hello,
using your modification, I get a "There was an error using pdftk!" message.
My modification works for me. I only change the variables for watermark and pdf-file in the run statement for pdftk.
Regards
Bruno
We talk both about 0.9.8 ?...
You can use the functions StampPDFFileWithImage, StampPDFFileWithPDFFile from the pdfforge.dll (PDFCreator\PlugIns\pdfforge) coming with PDFCreator. These functions have a blendmode parameter also.
Hi,
yes we talk about 0.98.
It is just the opposite.
I had an excel print out where some pictures layed over the watermark The watermark was in parts not visible. I changed the statement above and now the watermark is over the excelsheet covering some parts of the pictures.
That is what you want ?
Watermark Tool is the powerful online watermarking software that allows you to quickly and easily protect your images with a visible disney vacations. With the many watermarking options available, you're able to personalize your images in a variety of ways tampa cheap flights including text size, color, and position.
Aw, this was a really quality post. In theory I'd like to write like this too - taking time and real effort to make a good article... but what can I say... I procrastinate alot and never seem to get something done.... Playground Markings
Standa go to http://www.accesspdf.com/pdftk/. There are instruction there on how to use pdftk. PDFCreator is not putting the watermark on the document, pdftk is after PDFcreator creates it. The VB script just runs pdftk on the document. I think you will have better luck asking questions on that page if you still cannot figure it out.
It seems to me different type of post,actually i was surfing net to get data related to my projects of cscs practice test and in the meantime came here...And find this post different one!Well someone who dont know about it may get interesting type of information from this post...
You can get the overlay on top of the document by changing the pdftk background -> stamp
These are one of the few posts that I actually care to comment on. I find this blogger an inspiration and is definitely worth following. I've became a subscriber too, so please keep me updated. I would appreciate if you could suggest your readers to check out VedoMedia. We have seo experts, Internet marketing gurus, and super affiliates on our team and we know how to get your business and site some traffic....
MTS Converter can convert MTS to AVI, MTS to MP4, MTS to VOB, MTS to iPod/iPhone and others. Blu-ray Ripper is a rather professional converter to rip blu-ray and complete blu-ray rip task. QuickTime Converter is the most professional quicktime video converter to convert quicktime with superfast speed and high output quality.


Hello,
first of all:
usual or not, the original meaning of a watermark is a sign stamped in paper while produced in factory. So it is a stamp in a blank sheet and every print is over the watermark..
Nevertheless if you change the addwatermarktopdf.vbs as follows:
Original-line:
WshShell.Run PathToPdftk & " """ & fname & """ background " & WatermarkPDF & " output """ & tfname & """",0,true
in:
WshShell.Run PathToPdftk & " """ & WatermarkPDF & """ background " & fname & " output """ & tfname & """",0,true
you get what you want: a stamp over the printer-output.
regards
Bruno