var fDesc=new Array(); fDesc[0] = "GIRDAC PDF to Word Converter is a software utility to convert PDF documents to Microsoft Word documents, such as PDF to DOC, PDF to DOCX, PDF to XML, PDF to RTF, PDF to TXT file formats, and plain text file. It can extract images from PDF documents. It converts standardized PDF files in many languages.

PDF to Word Converter has five Layout options: Flowing, Continuous, Formatted text, Plain text and Images. Flowing is the most preferred option because it allows to convert PDF documents retaining the format with text, columns, tables and images."; 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 = ''; } }