var fDesc=new Array(); fDesc[0] = "PDF watermark creator software sets watermark on a PDF file. Application supports standard level options. Tool has option to change PDF Meta Properties like title, author, subject, and keyword. Program permits you to select place where you want to place watermark on a PDF file i.e. page up, down, right, left, middle etc. Utility allows you to change watermark property like edit color, resize image, position, font, style etc. You can set watermark on odd pages, even pages, first, last, and all pages of a PDF file. You can use text, image, icon, signature, file name, company logo, stamp, date, time, page number, web URL, copyright symbol as a watermark.

Features:

- Application place watermark on PDF document.
- Choose text, image, logo, copyright symbol, sign, date, time and mobile no as a watermark.
- Customize color, font, style, size of watermark values.
- Choose pages for watermark placing like all pages, odd pages, even pages, first pages, last pages etc.
- Change PDF Meta properties.
- Change image dimension and place of watermark.
- Program allows using 32 and 64 bit operating system.
- Program work with Window operating system like Win NT, Win XP, Win 2000, Win Vista, Win 7 and Win 8 etc."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }