Developer Posts

Developer Guide for Foxit PDF SDK for Java API (7.4)

by Cynthia Chen | September 30, 2020
Introduction to Foxit PDF SDK Have you ever thought about building your own application that can do everything you want with PDF files? If your answer is “Yes“, congratulations! You just found the best solution in the industry that allows you to build stable, secure, efficient and full-featured PDF applications. Foxit PDF SDK provides high-performance […]
Keep reading Keep reading

Developer Guide for Foxit PDF SDK for iOS (7.4)

by jinbiao zhang | September 30, 2020
Introduction to Foxit PDF SDK Foxit PDF SDK Foxit PDF SDK provides high-performance libraries to help any software developer add robust PDF functionality to their enterprise, mobile and cloud applications across all platforms (includes Windows, Mac, Linux, Web, Android, iOS, and UWP), using the most popular development languages and environments. Application developers who use Foxit […]
Keep reading Keep reading

Developer Guide for Foxit PDF SDK for Android (7.4)

by jinbiao zhang | September 30, 2020
Introduction to Foxit PDF SDK Foxit PDF SDK Foxit PDF SDK provides high-performance libraries to help any software developer add robust PDF functionality to their enterprise, mobile and cloud applications across all platforms (includes Windows, Mac, Linux, Web, Android, iOS, and UWP), using the most popular development languages and environments. Application developers who use Foxit […]
Keep reading Keep reading

Developer Guide for Foxit PDF SDK for .NET Core (7.4)

by Cynthia Chen | September 30, 2020
Introduction to Foxit PDF SDK Have you ever thought about building your own application that can do everything you want with PDF files? If your answer is “Yes”, congratulations! You just found the best solution in the industry that allows you to build stable, secure, efficient and full-featured PDF applications. Foxit PDF SDK provides high-performance […]
Keep reading Keep reading

Developer Guide for Foxit PDF SDK for .NET (7.4)

by Cynthia Chen | September 30, 2020
Introduction to Foxit PDF SDK Have you ever thought about building your own application that can do everything you want with PDF files? If your answer is “Yes”, congratulations! You just found the best solution in the industry that allows you to build stable, secure, efficient and full-featured PDF applications. Foxit PDF SDK provides high-performance […]
Keep reading Keep reading

How to Set Custom Fonts with PDF SDK for Web

by Conor Smith | September 15, 2020
Foxit PDF SDK for Web has a huge range of custom fonts available with the package. You can customize as much as you wish by using the 2 sample codes below. Setting up the font Path var pdfui = new PDFUI({         viewerOptions: {             libPath: '../../../lib',             preloadJR: true,             jr: {             licenseSN:"",             LicenseKey:"",             fontPath:"../external/brotli"             }         }) Setting up custom fonts function setCustomFonts(){         pdfui.getWebPDFJR().then(function(jr) {             var fontCalibri = {                 nameMatches: [ /(calibri)/ig ],                 glyphs: [  […]
Keep reading Keep reading

Additional Language support with Foxit PDF SDK for Web

by shanqing_lin | September 12, 2020
Internalization Resources Foxit PDF SDK for Web has adopted the i18Next international framework to implement additional language support. The localization resources are stored at ~lib\locales. Each folder contains two resource files – the ui_.json and viewer_.json. The first one is for the advanced web viewer demo, and the other is for the basic web viewer […]
Keep reading Keep reading

How to Customize Language Resources with Foxit PDF SDK for Web

by Conor Smith | September 12, 2020
Assumption Assume you have an assets/in your website root directory, where you will configure the language resources. Let’s call this path as websiteRoot/assets/. Configuration Copy lib/locals inside the SDK to websiteRoot/assets/. Set up the I18N path for loading resources. new UIExtension.PDFUI({ i18n: { absolutePath: 'websiteRoot/assets/locals' }, // the other options... }); Add more languages Create a new […]
Keep reading Keep reading

How to Save PDFs back to a Web Server with PDF SDK for Web

by Conor Smith | September 10, 2020
Foxit PDF SDK for Web allows you save PDF files to a web server easily with a short code. Please add the code below to do so: var FRAGMENT_ACTION = UIExtension.UIConsts.FRAGMENT_ACTIONar FRAGMENT_ACTION = UIExtension.UIConsts.FRAGMENT_ACTION var pdfui = new PDFUI({ fragments: [{ target: 'download-file-button', action: FRAGMENT_ACTION.AFTER, template: '<xbutton icon-class="customers-save-button-icon-css-class" name="upload-to-server-button"></xbutton>', config: [{ target: 'upload-to-server-button', callback: function() { […]
Keep reading Keep reading
Used everywhere

Trusted by