var fDesc=new Array(); fDesc[0] = "Gilisoft PDF Editor is a versatile tool for seamless PDF editing, featuring direct text modification (font styles/spacing), image editing (crop/rotate/resize), and table customization. Its OCR functionality transforms scanned PDFs or JPG/PNG files into editable text, supporting 30+ languages, with scanner integration for easy digitization. Convert PDFs to/from Word/Excel/PPT/EPUB/MOBI/HTML and 15+ image formats (PNG/JPG/GIF), preserving layouts. Batch process files for conversion, encryption, watermarking, or compression (reduce size by 80%). Manage pages via reordering, splitting, merging, or background customization. Secure docs with 256-bit AES encryption, password protection, and redaction tools. Add interactive annotations (notes/highlights/signatures) and fillable forms (text fields/checkboxes). Repair corrupted PDFs, recover lost files, and enjoy a intuitive UI. Affordable, award-winning (Softpedia 5 stars), and ideal for students/professionals."; 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 = ''; } }