Foxit Developer Blog

    Insights, tutorials, and updates from the Foxit PDF SDK engineering team.

    Tech

    Create an Automated Office Conversion Service Using Foxit PDF SDK

    With over 1.2 billion users worldwide, Microsoft Office is the most popular suite of business and productivity applications. However, it isn’t the only one; there are several open source alternatives such as Apache OpenOffice as well as ad-supported free options such as WPS Office.

    Read Article
    Foxit PDF SDK for Web

    How to configure MIME types in IIS

    When using IIS to run Foxit PDF SDK for WEB, we may encounter some resource file parsing errors that lead to access failure. At this time, we need to configure the MIME type of IIS. Let’s take Windows Server 2019 for example, here are the steps: 1. Open the Microsoft IIS management console, then select [...]

    Read Article
    Tech

    How to Programmatically Add Form Fields to Scanned PDFs Using Foxit PDF SDK for Web

    Many businesses need to create PDFs with fillable form fields for internal or customer use. Creating PDF forms that end users can fill out—without having to print them out—helps you run your business with seamless efficiency and is also beneficial to the environment as it avoids contributing to deforestation. Imagine running an organization or business [...]

    Read Article
    Foxit PDF SDK for Linux
    Foxit PDF SDK for Mac
    Foxit PDF SDK for Windows

    How to import a template-based FDF to PDF

    FDF (Forms Data Format) is a kind of file format, used for interactive form data. If these FDF data are customized into a template, and then imported into the target PDF file according to the specified content of the template.

    Read Article
    Tech

    How to Save Files to Your Server Using Foxit PDF SDK for Web

    The ability to save files such as images, videos, and PDFs to a server is a common convenience across industries. As a developer, you’ll need to prioritize this feature when building applications. The following are some use cases in which it’s necessary to save files to a server: * Invoices: Businesses and individuals increasingly use invoicing platforms to generate and share invoices for clients. * E-commerce: Receipts and other financial documents are stored for both customers and companies as part of the online shopping process. * Large companies: As companies grow, they require more accounting files, resumes, and other paperwork that they need to store for future reference. In this tutorial, you’re going to save files to your server using the Foxit PDF SDK for Web. Saving files to a storage server enables you to retrieve, send, or transfer them as needed. You’ll be using an object storage with Amazon Web Services to upload a file, then download that file to the server.

    Read Article
    Foxit PDF SDK

    About fdf/xfdf/xml

    Foxit PDF SDK, as an outstanding document processing tool, offers users abundant functionalities and high flexibility. Among them, the FDF, XFDF, and XML file formats play crucial roles in PDF processing. This article will provide you with a detailed introduction to these file formats, their definitions, uses, and their utilization within the Foxit SDK.

    Read Article
    Tech

    Build Your Own PDF App Using Python and PDF SDK

    Originally developed by Adobe in the 1990s, portable document format (PDF) has emerged as one of the most popular formats for electronic documents in the world. Monthly archives from Common Crawl show that PDF is second only to HTML in its crawled web content. At the PDF Technical Conference 2015, Phil Ydens, VP of Engineering for the Adobe Document Cloud, estimated that there were 2.5 trillion and growing PDF files in existence.

    Read Article
    Foxit PDF SDK for Linux
    Foxit PDF SDK for Mac
    Foxit PDF SDK for Windows

    How to work with associated files

    AF attributes are provided from the PDF 2.0 standard. AF Attributes (Attachment File Attributes) are metadata in PDF documents that allow additional files to be attached to PDF documents, such as Word documents, Excel tables, images, audio and video files, and more.

    Read Article
    Tech

    How to Use Foxit APIs to Create Tables in a PDF Document

    Tables are a great way to organize data in a clear and concise manner. They’re often used to show the relationships between different variables that are too complicated to be adequately described via plain text. Tables are also often required in PDF documents, like when you need to convert Excel spreadsheets or database dumps such [...]

    Read Article
    Foxit PDF Conversion SDK

    How to convert pdf2office using node.js

    Foxit PDF Conversion SDK is a flexible, high-performance library to convert PDF files to MS office suite formats while maintaining the layout and format of your original documents. From version 1.0, Foxit PDF CONVERSION SDK has added support for the Node.js programming language, which is an open-source, cross-platform, server-side JavaScript runtime environment. With this new support for Node.js, developers can now use the Foxit PDF CONVERSION SDK to build powerful conversion tools and applications using the popular programming language.

    Read Article