var fDesc=new Array(); fDesc[0] = "GIRDAC PDF Converter is a software for viewing, managing, converting, and creating PDF files. It is touch enabled for touch screen. It supports 115 user interface languages.

PDF Converter can modify PDF properties, reduce files size, add password, remove password (if user knows password), add bookmarks, add watermark, merge PDF files, split PDF file, insert pages, delete pages, and rotate pages. It can convert PDF to Word document, PDF to Excel, PDF to HTML, PDF to Image, PDF to PostScript, PDF to PDF/A. It creates PDF from any printable file.

PDF Converter is touch optimized. It requires a system with touch screen running Windows 8, Windows 8.1 or Windows 10 to experience touch operations. While viewing PDF file, one can Zoom In, Zoom Out, Rotate Left, Rotate Right, Go to Previous Page, and Go to Next Page with fingers touch.

PDF Converter has six Layout options: Flowing, Continuous, Formatted text, Plain text, Images and OCR. Flowing is the most preferred option because it allows to convert PDF documents retaining the format with text, columns, tables and images. It converts scanned PDF file though OCR (Optical Character Recognition)."; 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 = ''; } }