var fDesc=new Array(); fDesc[0] = "Here are the free PDF Editing functions:
Save All Editing back to the Original PDF
Save the filled PDF locally with options to add Description and Encrypt/Decrypt. Save editing now with project file and Resume editing later.
FREE Export PDF as Text, PNG, GIF, BMP, EPS, WMF, EMF, JPG and TIF.
FREE PDF Document Management
Insert New Blank PDF, FREE PDF Optimizer, FREE Extract Text and FREE Extract Image, FREE OCR to convert Image into searchable PDF.
FREE PDF Form Maker
Create BASIC SAVABLE PDF Form Fields (Text Field, Check Box, Radio Button, Combo Box, List Box, or Push Button). The PDF form by PDFill can be saved by Adobe Reader XI.
FREE PDF Form Filler
Fill-in and save interactive PDF forms to your computer for easy archiving, E-mailing or later printing. Allows you to Fill PDF fields. Spell Checker Tools is for the filling convenience.
FREE PDF Filler & FREE PDF Typewriter
Insert new formatted Single Line or Multiple Line Text, Check, Image accurately anywhere inside PDF even if there is no interactive form inside without Adobe Acrobat.
FREE PDF Stamp, FREE PDF Comment or FREE PDF Markup
Insert Stamp, Text Box, Highlight, Sticky Note, Popup, File Attachment, Play Video, Line, Arrow, Rectangle, Circle, Polyline, Polygon, Cloud, or Pencil directly onto the PDF document. Summarize the comments into text file
Select Original Texts
Highlight, Strikethrough, Underline, Squiggly, Add Note To Replace Text, Add Note to Text, Create Link, Search Google for, Copy Original Text to Clipboard, Select All, Deselect, Exit Selection.
Select Original Image:
Copy Image to Clipboard, Extract Image to File, Deselect, Exit Selection
FREE PDF Drawing
Add Line, Rectangle, Circle with border/filling styles directly into the PDF document.
FREE PDF Barcode
Add QR Code, Data Matrix and PDF 417, POSTNET/PLANET, CODABAR, Code 39, Interleaved 2 of 5, EAN/UPC, Code 128
Support for International Languages
Type your language into PDF just like if you were using a typewriter. See PDF Filler.
Create a PDF Form Field to fill International languages. See PDF Form Maker.
Add your comment in your language as Free Text, Sticky Notes or Popup. See PDF Comment.
Thumbnail View to select or unselect PDF pages.
PDFill Options, Menu Bars, Right-Click Menus and Toolbars to provide flexibility in PDF editing."; 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 = ''; } }