Explore the docs

Foxit PDF SDK for iOS

Developer Guides

iOS

API Reference

iOS

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 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 Keep reading
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 Keep reading
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 Keep reading
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 Keep reading
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 Keep reading
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 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 Keep reading
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 Keep reading