var fDesc=new Array(); fDesc[0] = "GetPDF Form Filler enables you to fill out interactive PDF forms without the need for Adobe Acrobat. You can fill PDF forms with any field type; fill in text, make choice, select items, answer yes or no etc. In the process of filling out a PDF Form, you may click the Preview button at any time to open your current work with Adobe Acrobat Reader software to see if everything is okay. Filled PDF forms can be saved or saved as a new PDF file.
Features:
- Fill out interactive PDF forms
- Fill PDF forms with any field type
- Fill in text
- Make multiple choice
- Select items
- Answer yes or no
- Preview button at any time
- Filled PDF forms can be saved or saved as a new PDF file
- Standalone program
- Does not require Adobe Acrobat"; 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 = ''; } }