Developer Posts

How to Create Hyperlinks with Foxit PDF SDK for Web

by Conor Smith | August 21, 2019
Adding hyperlinks with Foxit PDF SDK for Web allows you to link to different documents on the web. When the PDFUI or PDFViewer is initialized with Foxit PDF SDK for Web, you can add in a custom parameter which is configured as follows: Note: Return false means that the default action is not executed and […]
Keep reading Keep reading

How to Create Image Annotations with Foxit PDF SDK for Web

by Conor Smith | August 21, 2019
The image annotation feature allows you to add graphic annotations to PDF files, perfect for situations when text annotations don’t suffice. Foxit PDF SDK for Web allows you to use this feature by adding the simple code below: var obj = { type: "screen", rect: { left:60, right:160, top:470, bottom:370 } }; var url = 'http://localhost:8780/docs/test.png'; var xhr […]
Keep reading Keep reading

How to Create Stamp Annotations with Foxit PDF SDK for Web

by Conor Smith | August 21, 2019
The stamp annotation feature displays text or graphics intended to look as if they were stamped on the page with a rubber stamp. Foxit PDF SDK for Web allows you to use this feature by adding the simple code below: //add stamp resource to pdfui pdfui.addIcon({ annotType: "Stamp", catagory: "catagory", name: "customStampName1", fileType: "png", url: […]
Keep reading Keep reading

How to convert TIFF to PDF on AWS Lambda with Foxit PDF SDK (.NET)

by Conor Smith | July 30, 2019
Foxit PDF SDK for Windows features three libraries: C++, C# (.NET) and Java, built to run in both desktop and server environments, both 32-bit and 64-bit. Foxit PDF SDK (.NET) works with AWS Lambda for creating functions in C# such as rendering, viewing, annotating, signing, protecting and managing forms in PDFs. This article will provide […]
Keep reading Keep reading

How to Add Attachments to PDFs with Foxit PDF SDK for iOS

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

How to Add Attachments to PDFs with Foxit PDF SDK for Android

by Conor Smith | June 7, 2019
With Foxit PDF SDK, attachments refers to attachments of documents rather than file attachment annotations, which allow whole files to be embedded in a document, much like email attachments. PDF SDK provides application APIs to access attachments such as loading attachments, getting attachments, inserting/removing attachments, and accessing properties of attachments. Example: How to embed a […]
Keep reading Keep reading

How to Apply and Manage Bookmarks with Foxit PDF SDK for iOS

by Conor Smith | June 7, 2019
Bookmark (Outline) 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 bookmark is also called outline, and each bookmark contains a destination or actions to describe where it links to. It is a tree-structured hierarchy, so function FSPDFDoc::getRootBookmark must […]
Keep reading Keep reading

How to Apply and Manage Bookmarks with Foxit PDF SDK for Android

by Conor Smith | June 7, 2019
Bookmark (Outline) 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 bookmark is also called outline, and each bookmark contains a destination or actions to describe where it links to. It is a tree-structured hierarchy, so function PDFDoc.getRootBookmark must […]
Keep reading Keep reading
Used everywhere

Trusted by