var fDesc=new Array(); fDesc[0] = "It's the first commercial server application for filling PDF forms.

Features:

-Fill PDF forms with data from plain-text FDF (Forms Data Format) files or XML-formatted xFDF files
-Run commands in CommandCollections for even greater performance NEW in 6.0!
-Place PDF, JPEG or TIFF graphics into fields
-Remove active form fields, embedding field content directly into the document (form flattening)
-Flatten selected fields or the entire form (partial form flattening)
-Dynamically change border width, color and background color of fields
-Format text fields, including font, point size, alignment, color, and more
-Use advanced typography - manage character and word spacing and line leading
-Support for both RGB and CMYK color"; 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 = ''; } }