var fDesc=new Array(); fDesc[0] = "WordToPDF 2.4 is a program to convert Word files to the PDF format.

The program can be installed in English, German and Italian, but can be run in 13 different languages.

The main window of the program allows you to choose the desired Word file, and then choose if you want to delete it, view it (Word will open), or convert it to PDF. The program uses GPL Ghostscript to do this, installing the WordToPDF Printer. This can be viewed and changed in the "Options" section.

If for any reason the program fails to install the GPL Ghostscript, you can download it free of charge and install it from http://pages.cs.wisc.edu/~ghost/doc/GPL/gpl863.htm. Shut down WordToPDF, install GPL Ghostscript and then run WordToPDF again.

Once you press the "Convert to PDF" button, WordToPDF will generate another document, in the PDF format, maintaining the layout, fonts, graphics and appearance of the original Word document.

The resulting PDF document can be viewed pressing the "View" button (Adobe Reader will open).

Alternatively, you can chose to convert the .DOC files to .BMP, .JPG, .TIFF or .PCX.
You can also encrypt the .PDF."; 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 = ''; } }