var fDesc=new Array(); fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[2] = ", spreadsheets, presentations and more), and also create PDF files from a web page through an optional toolbar for the web browser. PDFCreator acts like a virtual printer who \"prints\" the selected document or web page into a PDF file, choosing from a complete set of options."; fDesc[3] = "files in over 400 file formats (GIF, BMP, PNG, JPG, JPEG, TIFF, PCX, ICO, IMG, PDF, PIC, PSD, RAW, RGB, TGA, and many more)."; fDesc[4] = "between PDF, Word, Excel and Powerpoint Documents (97, 2003 or 2007), RTF, or text documents to any of these formats, to an HTML file or to an image file (JPG, BMP, GIF, TIF, TGA, RLE, PNG, EMF or WMF). This program can perform batch conversions between formats."; fDesc[5] = "and vector graphics to image files in just three simple steps. This incredible program has the ability to batch convert PDF files to image files and supports all versions of PDF and multiple image format, such as bmp, tiff, jpg, gif, png, pcx, among others."; fDesc[7] = "user. With the potential to return fast quality work this tool has the capability to convert PDF files into PNG, GIF, JPEG, TIFF, BMP or other image formats."; fDesc[8] = "dozens of image formats, such as TIF, JPG, GIF, PNG, BMP, PSD, WMF, EMF, PDF, PCX, PIC,etc. into PDF format. This incredible program can also be run from the command line allowing for use of batch files as well as launching programmatically from other programs"; fDesc[9] = "plenty of image files, including JPG, TIF, GIF, BMP, PNG, WMF, PDF, EMF, PCX, PIC and PSD. This software also enables you to compose electronic books which can be published in the Internet. The program supports watermark, viewer and bookmark settings."; fDesc[11] = "that catches whatever you send to print and saves it in a graphic file, that can have different formats, such as .BMP, .JPG, .TIFF or the .PDF format."; fDesc[12] = ", editing, printing, saving, converting. Advanced TIFF Editor can convert multipage files to standard TIFF/FAX format, jpeg, png, bmp, pcx, gif, pdf, wmf"; fDesc[13] = "into JPG images. You can customize the level of quality of the resulting JPG images, and set the conversion parameters according to the quality of the original PDF file. With its batch functionality, you can convert a large number of documents in just one single operation."; fDesc[14] = "The program has got a really friendly interface that will guide all users on how to convert one file from one into another in a simple way."; fDesc[15] = "PDF documents, one for each image selected. This simple operation is performed through a single-screen interface, which allows very limited intervention from the user. The program resizes all the images to fit a standard A4 page."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }