var fDesc=new Array(); fDesc[0] = "PDF Extract TIFF is a small and fast extraction tool that takes out all the images contained into a PDF document and save them as high-quality TIFF files. Colour images can also be saved as JPEG if preferred. In both cases, the compression ratio is optimized for high quality results. The resulting images can be saved in independent files or in a multi-page TIFF file.

PDF Extract TIFF will ignore the text, graphics, tables, and all other components that are not tagged as images, saving only pure image content. Only those PDF documents in which text and graphics are represented as images (like those created using the scanner) will produce a TIFF file for every page, retaining all the information included in the original file.

PDF Extract TIFF includes a number of basic editing options that you can define before extraction. These will allow you to rotate the TIFF images, to flip them horizontally or vertically, to invert colours in black & white images, to save colour images as JPEG files, or to remove thumbnail pictures.

This useful tool supports command line operation, which allows software developers to make use of its functionality within their own scripts."; 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 = ''; } }