Search Site:

About

Linux

Printers?

Programming

Windows?

Download

Skins

Edit - To Do - AllRecentChanges

Recent Changes Printable View Page History Edit Page

Printers.PDFWatermarkSimple History

Hide minor edits - Show changes to markup

Friday 28 October 2005, at 10:01 GMT+8 by Renaud -
Changed lines 18-20 from:
- -
(Click to download the corresponding Window ICO file)
to:
(Right-Click and save to download the corresponding Window ICO file)
Friday 28 October 2005, at 09:47 GMT+8 by Renaud -
Changed lines 18-20 from:
to:
- -
(Click to download the corresponding Window ICO file)
Monday 04 July 2005, at 04:34 GMT+8 by testert -
Added line 25:

(:comments:)

Monday 20 June 2005, at 07:04 GMT+8 by Renaud -
Changed lines 6-7 from:

Save your watermark as a PDF file under c:\tools\watermakrd.pdf.

to:

Save your watermark as a PDF file under c:\tools\watermark.pdf.

Changed line 18 from:
to:
Monday 20 June 2005, at 07:01 GMT+8 by Renaud -
Added lines 1-24:

Abstract

you want to add a watermark to a PDF file simply by drag & dropping it over an icon on your Windows desktop.

Installation

Just download the Windows version of PDF toolkit and uncompress it inside a c:\tools\ directory.

Save your watermark as a PDF file under c:\tools\watermakrd.pdf.

Create an empty text file that you rename PDFwatermark.bat and edit its content using Notepad to include the following: (:source language=dos:) @echo off echo %1 move /Y %1 ~temppdf.tmp pdftk ~temppdf.tmp background "C:\tools\watermark.pdf" output %1 del ~temppdf.tmp (:sourcend:)

Now create a shortcut to PDFwatermark.bat and place it on your desktop. You can rename it, make it run minimized and change its default icon to something a bit more telling, like:

Usage

Now whenever you produce a PDF, you can drag & drop it onto this shortcut and a presto, the watermark will be automagically added to it!

Links

Edit Page - Page History - Printable View - Recent Changes - WikiHelp - Search - RSS -
Page last modified on Friday 28 October 2005, at 10:01 GMT+8 - Viewed 2178 times