var fDesc=new Array(); fDesc[0] = "Foxit Reader lets you view, annotate, form fill, and sign PDF across desktop, mobile, and web – no matter if you’re at the office, home, or on the go.
Experience the power of PDF through a full functioned PDF Reader. Reading and printing PDF couldn’t be easier. Leverage existing forms and workflows with standard PDF (Acroforms) and XFA (XML Form Architecture) form filling.
Foxit PDF Reader is available on Windows, macOS, iOS, android, the web, and Linux, providing a consistent reading experience no matter where you are and what device you’re using.
Integrate with leading cloud storage services and popular enterprise CMS. Collaborate through shared reviews while providing document feedback with a large variety of annotation tools. Add images, videos, and file attachments.
Sign documents in your own handwriting or utilize eSignature and verify the status of digital signatures. Be safe from vulnerabilities by utilizing Trust Manager/Safe Mode, ASLR & DEP, Disable JavaScript, and Security Warning Dialogs.
Use Group Policy for menu and configuration settings, the SCUP Catalog to import and deploy updates through Windows Update Services, XML Configuration to customize mass deployments, and the Setup Customization Tool for installer configuration."; 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 = ''; } }