Foxit PDF SDK for Linux

How to Encrypt PDF files using Foxit PDF SDK (Java)

by Conor Smith | May 8, 2019
Foxit PDF SDK provides a range of encryption and decryption functions to meet different levels of document security protection. Users can use regular password encryption and certificate-driven encryption, or use their own security handler for custom security implementation. It also provides APIs to integrate with the third-party security mechanism (Microsoft RMS). These APIs allow developers […]
Keep reading Keep reading

How to create Watermarks using Foxit PDF SDK (Java)

by Conor Smith | May 8, 2019
A watermark is a type of PDF annotation and is widely used in PDF documents. A watermark is a visible embedded overlay on a document consisting of text, a logo, or a copyright notice. The purpose of a watermark is to brand your work and discourage its unauthorized use. Foxit PDF SDK provides APIs to […]
Keep reading Keep reading

How to create and manage forms with Foxit PDF SDK (Java)

by Conor Smith | April 29, 2019
PDF currently supports two different forms for gathering information interactively from the user – AcroForms and XFA forms. AcroForms are the original PDF-based fillable forms, based on PDF architecture. Foxit PDF SDK provides APIs to view and edit form field programmatically. Form fields are commonly used in PDF documents to gather data. The Form class […]
Keep reading Keep reading

How to Add Bookmarks with Foxit PDF SDK (Java)

by Conor Smith | April 28, 2019
Bookmark Foxit PDF SDK provides navigational tools called Bookmarks to allow users to quickly locate and link their point of interest within a PDF document. PDF bookmarks are also called outline, and each bookmark contains a destination or actions to describe where it links to. The hierarchy is tree-structured. This means that function pdf.PDFDoc.getRootBookmark must […]
Keep reading Keep reading

How to Extract & Search for Text with Foxit PDF SDK (Java)

by Conor Smith | April 28, 2019
Text Page Foxit PDF SDK provides APIs to extract, select, search and retrieve text in PDF documents. PDF text contents are stored in TextPage objects which are related to a specific page. The TextPage class can be used to retrieve information about text in a PDF page, such as single character, single word, or text […]
Keep reading Keep reading

How to Add Attachments to your PDFs with Foxit PDF SDK (Java)

by Conor Smith | April 23, 2019
With Foxit PDF SDK, attachments refer to documents rather than file attachment annotations. This allows whole files to be embedded in a document, much like email attachments. PDF SDK provides application APIs to access functions such as loading attachments, getting attachments, inserting/removing attachments, and accessing properties of attachments. Example: How to export the embedded attachment […]
Keep reading Keep reading

How to Apply Signatures in Foxit PDF SDK (Java)

by Conor Smith | April 18, 2019
The PDF Signature module can be used to create and sign with digital signatures for PDF documents. This protects the security of documents and prevents it from being tampered with maliciously. It can let the receiver ensure that the document is released by the signer and the contents of the document are complete and unchanged. […]
Keep reading Keep reading

How to Annotate PDFs using Foxit PDF SDK (Java)

by Conor Smith | April 16, 2019
General An annotation associates an object such as note, line, and highlight with a location on a page of a PDF document. It provides a way to interact with users by means of the mouse and keyboard. PDF includes a wide variety of standard annotation types as listed in Table 3-1. Among these annotation types, […]
Keep reading Keep reading

How to Render using Foxit PDF SDK (Java)

by Conor Smith | April 9, 2019
PDF rendering is realized through the Foxit renderer, a graphics engine that is used to render a page to a bitmap or platform graphics device. Foxit PDF SDK provides APIs to set rendering options/flags. As an example, you can set up a flag to decide whether to render form fields and signature, or whether to […]
Keep reading Keep reading
Used everywhere

Trusted by