Foxit PDF SDK for Web

Real-time PDF generation with JavaScript and ASP.Net Core MVC 3.0

by Conor Smith | April 7, 2020
In our previous article titled “How to create a real-time web chat with PDF chat history in JavaScript“, we added a PDF generation feature to store the chat conversation history of an instant chat application implemented using JavaScript and ASP.Net Core SignalR. In this article, we are going to extend the application to modify the […]
Keep reading Keep reading

Developer Guide for Foxit PDF SDK for Web (7.2)

by Ray | March 31, 2020
Foxit PDF SDK for Web Overview By using Foxit PDF SDK for Web, developers can deploy and customize a Foxit PDF SDK for Web that supports viewing PDF documents within a web browser. Integrating a Foxit PDF SDK for Web into a zero-footprint web app allows end users to view PDF documents on desktop and […]
Keep reading Keep reading

How to create a real-time web chat with PDF chat history in JavaScript

by Conor Smith | March 20, 2020
Microsoft ASP.NET Core SignalR is an open-source library that simplifies adding real-time web functionality to web applications. Real-time web functionality enables server-side code to push content to clients instantly. Gaming, social networks, email client and chat are the most commonly applications which require real-time notifications and updates. Many corporate and online shopping web sites now embed […]
Keep reading Keep reading

Developer Guide for Foxit PDF SDK for Web (7.1)

by Ray | October 2, 2019
Foxit PDF SDK for Web Overview By using Foxit PDF SDK for Web, developers can deploy and customize a Foxit PDF SDK for Web that supports viewing PDF documents within a web browser. Integrating a Foxit PDF SDK for Web into a zero-footprint web app allows end users to view PDF documents on desktop and […]
Keep reading Keep reading

How to implement Foxit PDF SDK for Web on AngularJS

by Conor Smith | October 1, 2019
With Foxit PDF SDK for Web 7.1, we have developed the interface to implement our web viewer into the AngularJS framework. This article will help you get your Foxit PDF SDK for Web project up and running with AngularJS. System Requirements NodeJS 10.9 or higher Install AngularJS using Node In your console window, enter the […]
Keep reading Keep reading

How to Protect Annotations with Foxit PDF SDK for Web

by Conor Smith | August 21, 2019
Protecting annotations adds another layer of security for your PDF documents. Our feature described below sets the annotation to a locked state where only the reply can not be edited. With Foxit PDF SDK for Web, this is easily achieved with the following code: pdfDoc.getAnnots().then((data) => { let annot = data[0][0]; annot.setFlags(128); });
Keep reading Keep reading

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
Used everywhere

Trusted by