var fDesc=new Array(); fDesc[0] = "If you want to make your confidential PDF file copyright protected to a higher extent, then watermark it with this tool. The program allows adding any type of watermark on your PDF file and permits its customization accordingly too. It is possible to add watermark on multiple PDF files saved in a folder.

While adding Text watermark on PDF files, the tool provides you option to choose any text on PDF watermark and set the placement of text on it. You can set the text at positions like: Top horizontal, bottom horizontal, Left vertical, right vertical, Top left to bottom right and bottom left to top right.

In order to stamp the image on PDF files, SysTools PDF Watermark offers you with the scaling option. You can choose the image positions among options like: To Left, Top Middle, Top Right, Middle Left, Center, Middle right, Bottom Left, Bottom middle and Bottom right. After this, check the scan image feature to fit it into the selected position.

Another option provided by the tool is to set font size and color of the text to be stamped on PDF file. It allows you to increase or decrease the font size. Also, you can set the color from an inbuilt color palette of the software in which you can define custom colours as well. After this, adjust transparency of the text to be appeared on your PDF file accordingly."; 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 = ''; } }