Insights, tutorials, and updates from the Foxit PDF SDK engineering team.
Foxit PDF SDK provides APIs to set rendering options/flags. Click here to find out more on how to render with Foxit PDF SDK for iOS.
PDF rendering is done with the Foxit renderer, a graphic engine that is used to render pages to a bitmap or a platform device. Foxit PDF SDK provides APIs to set rendering options/flags. For example, to set a flag to decide whether to render form fields and a signature, whether to draw anti-aliasing images and [...]
If you do not want to use the ready-made UI framework, you can redesign it through modifying the source code of the UI Extensions Component. There is one thing to take note of. The source code of the UI Extensions Component is written in Objective-C, so you need to use Objective-C to modify the UI [...]
If you do not want to use the ready-made UI framework, you can redesign it through modifying the source code of the UI Extensions Component. To customize the UI implementation, you need to follow these steps: First, add the following files into your app. They are all found in the “libs” folder. uiextensions_src project – [...]
Through a configuration file, developers can easily choose the features module, set the rights management and the properties of UI elements without needing to write any additional code or redesign the app’s UI. That helps users easily transfer their UI to a newer upgrade version of the Foxit PDF SDK. Introduction to JSON file The [...]
Using a configuration file, developers can easily select preferred features, set rights management and the properties of UI elements without needing to write any additional code or redesign the app’s UI. Introduction to JSON file The configuration file can be provided as a JSON file or implemented directly in code. We recommend you use the [...]
Foxit PDF SDK provides PDF/A Compliance and verification for your application through our SDK Compliance add-on, enabling you to develop a next-level PDF tool, able to compliant with multiple standards and verify third-party and customer’s PDFs. In many scenarios, compliance can be the finishing touch for closing contracts or expanding your customer base to new [...]
Foxit PDF SDK for iOS supports UI customization which is convenient for developers to modify the UI elements in the context of the built-in UI framework. Find out more here.
Foxit PDF SDK for Android supports UI customization including the ability to show or hide the top or bottom bar, show or hide a specific panel, items in the top bar, view settings bar and More Menu view, which is convenient for developers to modify the UI elements in the context of the built-in UI [...]
When your website needs to host forms, collect information, generate order information for invoices and obtain digital signatures for contracts, a web-based PDF SDK is exactly what you need. With Foxit PDF SDK for Web, you can develop a Javascript PDF viewer that opens in a browser so your users no longer need to install [...]