Document
Choose a document
Explore further
iOS articles & project samples
Form (AcroForm) is a collection of fields for gathering information interactively from the user. Foxit PDF SDK provides APIs to view and edit form fields programmatically. Form fields are commonly used in PDF documents to gather d...
Keep reading
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 whethe...
Keep reading
How to modify UIExtensions source code with Foxit PDF SDK for iOS
Updated 21 May 2019
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 wr...
Keep reading
How to customize UIExtensions with JSON in Foxit PDF SDK for iOS
Updated 20 May 2019
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 ea...
Keep reading
How to Customize the UI with UIExtensions in Foxit PDF SDK for iOS
Updated 21 July 2021
Foxit PDF SDK for iOS 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 develo...
Keep reading
How to Implement the UIExtensions project in Foxit PDF SDK for iOS
Updated 21 July 2021
To customize the plugin UI, use the UIExtensions project. Foxit PDF SDK for iOS comes with a built-in UI design including the basic UI for app and the feature modules UI, which are implemented using Foxit PDF SDK and are shipped i...
Keep reading
How to change Localization settings with Foxit PDF SDK for iOS
Updated 21 July 2021
Foxit PDF SDK for iOS Localization Feature
Foxit PDF SDK for iOS now allows users to customize the UIExtensions project language by themselves through localization files. In this article, we will show you how to achieve that funct...
Keep reading
Implement Foxit PDF SDK for iOS using Xamarin
Xamarin is a cross-platform development framework for building native apps using a shared C# codebase. We provide separate bindings for Android and iOS ('foxit_xamarin_android' and 'fo...
Keep reading
How to Implement Foxit PDF SDK for iOS using Cordova Plugin
Updated 28 January 2019
When it comes to developing cross-platform mobile applications, Apache Cordova is an ideal open-source framework. The 'cordova-plugin-foxitpdf' is one of the mobile framework plugins provided by us to use with Foxit PDF SDK for iO...
Keep reading