var fDesc=new Array(); fDesc[0] = "ParmisPDF is the perfect PDF with the ability to perform wide range of operations on PDF files & converting Word documents (.docx & .doc), rtf & image files to PDF. With ParmisPDF you can easily add watermark, stamp, background, header, footer, text, dynamic text and image onto PDF files. With ParmisPDF setting security settings on PDF files such as password, permissions/restriction and encryption never been so easy. Insert/Delete pages in PDF files and extract/join PDF files quickly. With find & replace feature you can search/replace text in a single or multiple PDF documents quickly.


* Creating 100% Adobe Compatible PDF's
- Convert Microsoft Word (.doc, .docx), .rtf & .txt to PDF
- Convert web pages (.html, .htm) to PDF
- Convert images (.jpg, .gif, .tif, .bmp, .png, .emf & .wmf) to PDF
- TrueType Font Support, Embedded Fonts Support, Unicode support
* Insert Watermark/Background
* Insert Header/Footer
* Insert Stamp. Supports dynamic contents and tags. (Date/Time, File Name, Mail merge tags, etc.)
* Flexible and fast bates numbering
* Flatten PDF documents
* Flatten forms and annotations
* Find/Replace/Mark up PDF files
* Replace text with image/highlight text
* Securing PDF Files to Prevent Unauthorized Access
- Set Open & Owner (Permission) passwords
- Control usage & permissions (viewing, printing, editing, filling forms, & copying)
- Digitally sign PDF files using digital certificates
- Secure PDF documents using 128-bit RC4 or 128-bit AES encryption (FIPS-140-2 compliant)
* Combine, Extract, Insert, Delete & Rotate
and much more..."; 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 = ''; } }