var fDesc=new Array(); fDesc[0] = "Unlike other software solutions that simply rasterize the PDF document to full-page TIFF images, PDF to AFP Converter maintains all document objects such as vector graphics, searchable text, tables and live forms.

-Convert PDF to AFP streams in batch at unlimited speed
-Perform object-to-object conversion from PDF to AFP
-Transform PDF into live AFP that contains text as searchable text and graphics as vector graphics, not just rasterize
-Support monochrome, color-white, 16-color, and full color graphics
-Automate conversion from PDF form template to AFP and load it to AS400, iSeries, or zSeries mainframe

-Adaptive PDF to AFP transform such as to handle many smaller PDFs or a few much larger PDFs
-Optimize conversion from PDF to AFP either by speed or by quality
-Translate fill-able form in PDF files to inline form in AFP documents
-Support full color conversion of PDF pages to AFP pages

-Import PDF files from Windows local or network shared folders
-Speedy conversion to efficiently handle production sized jobs
-Sharpen image and graphics in AFP output
-Produce high fidelity AFP to the original print in PDF format"; 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 = ''; } }