Pdf conversion sdk

Author: n | 2025-04-25

★★★★☆ (4.5 / 3220 reviews)

farming simulator 20

Visual Integrity supports macOS in pdf2cad, PDF Conversion Server, PDF Conversion SDK, PDF Creation SDK and PDF Objects SDK. Visual Integrity supports macOS in pdf2cad, PDF Conversion Server, PDF Conversion SDK, PDF Creation SDK and PDF Objects SDK.

kali linux on tablet

PDF Conversion SDK - FREE Download PDF Conversion SDK

ContentsIntroduction to Foxit PDF Conversion SDKWhy Choose Foxit PDF Conversion SDKFoxit PDF Conversion SDK for Node.js APIEvaluationLicenseAbout this guideGetting StartedSystem RequirementsWhat is in the packageHow to run a demoHow to initialize Foxit PDF Conversion SDKSupportIntroduction to Foxit PDF Conversion SDKFoxit 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. It offers advanced conversion capabilities as well as the same quality and user experience you can expect from Foxit. The engine for creating MS office files is developed independently by Foxit and no 3rd party office engine is required to be pre-installed on your machine. Foxit PDF Conversion SDK can be used as a standalone library or as an add-on with Foxit PDF SDK.Why Choose Foxit PDF Conversion SDKFoxit is a leading software provider of solutions for reading, editing, creating, organizing, and securing PDF documents. Foxit PDF SDK libraries have been used in many of today’s leading apps, and are proven, robust, and battle-tested to provide the quality, performance, and features that the industry’s largest apps demand. Foxit PDF Conversion SDK is a new SDK product independently developed by Foxit. Customers choose Foxit PDF Conversion SDK for the following reasons:Easy to integrateDevelopers can seamlessly integrate Foxit PDF Conversion SDK into their own applications.Lightweight footprintDoes not exhaust system resource and deploys quickly.Independently–developed engineThe core technology of the Conversion SDK is developed independently by Foxit.Premium World-side SupportFoxit offers premium support for its developer products because when you are developing mission critical products you need the best support. Foxit has one of the PDF industry’s largest team of support engineers. Updates are released on a regular basis to improve user experience by adding new features and enhancements.Foxit PDF Conversion SDK for Node.js APIIn this guide, we focus on the introduction of Foxit PDF Conversion SDK for Node.js API on Windows and Linux platforms. Foxit PDF Conversion SDK for Node.js API ships with simple-to-use APIs that can help Node.js developers convert PDFs to office files (only support docx, pptx and xlsx format files).EvaluationFoxit PDF Conversion SDK allows users to download trial a version to evaluate the SDK. The trial version has no difference from a standard version except for the 14-day limitation trial period. After the evaluation period expires, customers should contact Foxit sales team and purchase licenses to continue using Foxit PDF Conversion SDK.LicenseDevelopers should purchase licenses to use Foxit PDF Conversion SDK in their solutions. Licenses grant users permissions to release their applications based on PDF SDK libraries. However, users are prohibited to distribute any documents, sample codes, or source codes in the SDK released package to any third party without the permission from Foxit Software Incorporated.About this guideThis guide is intended for developers who need to integrate Foxit PDF Conversion SDK for Node.js into their own applications. It aims at introducing the installation package, and the usage of SDK.Getting StartedIt’s very easy to setup Foxit PDF Conversion SDK and see it in action! This guide will provide you with a brief introduction about our SDK package. The following sections introduce the contents of system requirements, the installation package as well as how to run a demo, and how to initialize Foxit PDF Conversion SDK.System RequirementsPlatformSystem RequirementNoteWindowsWindows Vista, 7, 8 and 10 (32-bit and 64-bit) Windows Server 2003, 2008 and 2012 (32-bit and 64-bit)It only supports for Windows 8/10 classic style, but not for Store App or Universal App. Prerequisites for Node.js 8-20 version.Linux64-bit OS The minimum supported version of the GCC compiler is gcc4.9.4. The minimum supported version of GLIBC is GLIBC_2.17.Prerequisites for Node.js 8-20 version.Note: Starting from version 1.1, Foxit PDF Conversion SDK supports machine learning-based recognition functionality which can identify borderless tables in PDF documents. By default, it is disabled, if you want to enable it, please make sure the network is connected first.What is in the packageIn this guide, the highlighted rectangle in the figure is the version of the SDK. Here the SDK version is 1.5, so it shows 1_5.Package for Windows Node.js is named “foxitpdfconversionsdk_1_5_win_nodejs_example.zip”, and package for Linux (x64) Node.js is named “foxitpdfconversionsdk_1_5_linux64_nodejs_example.zip”. They have the similar structure, so in this guide mainly introduce “foxitpdfconversionsdk_1_5_win_nodejs_example.zip” as an example.Download the package for Windows Node.js and extract it to a new directory like “foxitpdfconversionsdk_1_5_win_nodejs_example”, which is shown in Figure 2-1. The release package contains the following folders:doc: API references, developer guideexamples: sample demores: font-related configuration filesFigure 2-1Note: In “res\metrics_data” folder, it contains the metrics data files which are used to simulate the Office format document typesetting process during conversion.How to run a demoFoxit PDF Conversion SDK provides a pdf2office demo in the “examples” folder. To run this demo, you can follow the steps below:Open a command prompt or a terminal window, navigate to the root directory “foxitpdfconversionsdk_1_5_win_nodejs_example” for Windows, or “foxitpdfconversionsdk_1_5_linux_nodejs_example” for Linux x64, install Conversion SDK nodejs module using the command below:npm i @foxitsoftware/foxit-pdf-conversion-sdk-nodeGo to “examples\simple_demo\pdf2office” directory, run “node pdf2office.js”.The output files (Word, Excel, and Powerpoint) will be generated in the “examples\simple_demo\output_files\pdf2office” folder.Note: Foxit-pdf-sdk-web-demo is an online demo application based on Foxit PDF SDK, which can help users experience the various features and functions of the Foxit PDF SDK. It has added a demo of pdf2office function by using Foxit PDF Conversion SDK for Node.js. You can access the foxit-pdf-sdk-web-demo application at and experience the pdf2office function at to initialize Foxit PDF Conversion SDKIt is necessary for apps to

ComPDFKit (PDF SDK Conversion SDK) released

PDF SDK (C, C++, C#, Java, Python, Objective-C) 8.4 or higher; Foxit PDF SDK (Node.js) 10.0 or higherHow to tag a PDF documentimport com.foxit.sdk.common.Progressive;import com.foxit.sdk.pdf.PDFDoc;import com.foxit.sdk.addon.accessibility.*;import com.foxit.sdk.common.fxcrt.RectF;....PDFDoc pdfDoc= new PDFDoc(input_file);pdfDoc.load(null);TaggedPDF taggedpdf = new TaggedPDF(pdfDoc);Progressive progressive = taggedpdf.startTagDocument(null);int progressState = Progressive.e_ToBeContinued;while (Progressive.e_ToBeContinued == progressState) progressState = progressive.resume();pdfDoc.saveAs(output_file_path, 0);....PDF to Office ConversionFoxit PDF SDK provides APIs to convert PDF files to MS office suite formats while maintaining the layout and format of your original documents on Windows and Linux platforms.System requirementsPlatform: Windows, LinuxProgramming Language: C, C++, Java, Python, C#, Node.jsLicense Key requirement: ‘PDF2Office’ module permission in the license keySDK Version: Foxit PDF SDK for Windows (C, C++, Java, Python, C#) 9.0 or higher; Foxit PDF SDK for Linux (C, C++, Java, Python, C#) 9.1 or higher; Foxit PDF SDK (Node.js) 10.0 or higherPDF to Office resource filesPlease contact Foxit support team or sales team to get the PDF to Office resource files package naming Foxit PDF Conversion SDK (C++).Note:From version 9.2, it requires Foxit PDF Conversion SDK 1.5 or higher.For version 9.0/9.1, it requires Foxit PDF Converison SDK 1.4 or lower.After getting Foxit PDF Conversion SDK package, extract it to a desired directory (for example, extract the package to a directory: “/foxitpdfconversionsdk_*_win/” for Windows, “/foxitpdfconversionsdk_*_Linux/” for Linux x86/x64, and “/foxitpdfconversionsdk_*_Linux_arm/” for Linux armv7/armv8), and then you can see the resource files for PDF to Office are as follows:For Windows:For Linux x86/x64:For Linux armv7/armv8:How to run the pdf2office demoFoxit PDF SDK provides a pdf2office demo located in the “\examples\simple_demo\pdf2office” folder to show you how to use Foxit PDF SDK to convert PDF files to MS office suite formats.Prepare a PDF2Office resource directoryBefore running the pdf2office demo, you should first extract the PDF to Office resource files (Foxit PDF Conversion SDK) package to a desired directory (for example, extract the package to a directory:. Visual Integrity supports macOS in pdf2cad, PDF Conversion Server, PDF Conversion SDK, PDF Creation SDK and PDF Objects SDK. Visual Integrity supports macOS in pdf2cad, PDF Conversion Server, PDF Conversion SDK, PDF Creation SDK and PDF Objects SDK.

ComPDFKit (PDF SDK Conversion SDK) - ComponentSource

Foxit PDF Conversion SDK package, extract it to a desired directory, for example, extract the package to a directory: “D:/foxitpdfconversionsdk_*_win/” for Windows.How to run the office2pdf demo using Foxit PDF Conversion SDKBefore running the office2pdf demo in the “\examples\simple_demo\office2pdf” folder using Foxit PDF Conversion SDK, you should first add the Foxit PDF Conversion SDK library in the demo code, for example:// If you want to convert office files to PDF whitout other third-party engines, you can use the Office2PDF module.String library_path = "D:/foxitpdfconversionsdk_*_win/lib/fpdfconversionsdk_win32.dll";Then, specify the office2pdf resource data files:// A valid path of a folder which contains resource data files.office2pdf_setting_data.setResource_folder_path("D:/foxitpdfconversionsdk_*_win/res/office2pdf");Finally, run the demo following the steps as the other demos.How to convert office files to PDF without third-party enginesimport com.foxit.sdk.addon.conversion.office2pdf.Office2PDF;import com.foxit.sdk.addon.conversion.office2pdf.Office2PDFSettingData;...// If you want to convert office files to PDF whitout other third-party engines, you can use the Office2PDF module.String library_path = "";// Path of Foxit PDF Conversion SDK library, please ensure the path is valid.// Initialize the Office2PDF module.Office2PDF.initialize(library_path);// Use default Office2PDFSettingData values.Office2PDFSettingData office2pdf_setting_data = new Office2PDFSettingData();// A valid path of a folder which contains resource data files.office2pdf_setting_data.setResource_folder_path("");// Conver Word file to PDF file.saved_pdf_path = output_path + "word2pdf_result_foxit.pdf";Office2PDF.convertFromWord(word_file_path, "", saved_pdf_path, office2pdf_setting_data);// Conver Excel file to PDF file.saved_pdf_path = output_path + "excel2pdf_result_foxit.pdf";Office2PDF.convertFromExcel(excel_file_path, "", saved_pdf_path, office2pdf_setting_data);// Conver PowerPoint file to PDF file.saved_pdf_path = output_path + "ppt2pdf_result_foxit.pdf";Office2PDF.convertFromPowerPoint(ppt_file_path, "", saved_pdf_path, office2pdf_setting_data);// Release the Office2PDF module.Office2PDF.release();Output PreviewFrom version 7.4, Foxit PDF SDK supports output preview feature which can preview color separations and test different color profiles.System requirementsPlatform: Windows, Linux (x86 and x64), Mac (x64)Programming Language: C, C++, Java, C#, Python, Objective-C, Node.jsLicense Key requirement: valid license keySDK Version: Foxit PDF SDK (C, C++, Java, C#, Objective-C) 7.4 or higher; Foxit PDF SDK (Python) 8.3 or higher; Foxit PDF SDK (Node.js) 10.0 or higherHow to run the output preview demoBefore running the output preview demo The value of “engine_path” parameter is set to “/opt/kingsoft/wps-office/office6”.How to convert Word to PDFWindowsimport com.foxit.sdk.addon.conversion.Word2PDFSettingData;import com.foxit.sdk.addon.conversion.Convert; // Make sure that SDK has already been initialized successfully.String word_file_path = "test.doc";String saved_pdf_path = "saved.pdf";// Use default Word2PDFSettingData values.Word2PDFSettingData word_convert_setting_data = new Word2PDFSettingData();Convert.fromWord(word_file_path, "", saved_pdf_path, word_convert_setting_data);Linux (x86 and x64)import com.foxit.sdk.addon.conversion.Word2PDFSettingData;import com.foxit.sdk.addon.conversion.Convert; // Make sure that SDK has already been initialized successfully.String word_file_path = "test.doc";String saved_pdf_path = "saved.pdf";// Use default Word2PDFSettingData values.Word2PDFSettingData word_convert_setting_data = new Word2PDFSettingData();Convert.fromWord(word_file_path, "", saved_pdf_path, engine_path, word_convert_setting_data);How to convert Excel to PDFWindowsimport com.foxit.sdk.addon.conversion.Word2PDFSettingData;import com.foxit.sdk.addon.conversion.Convert; // Make sure that SDK has already been initialized successfully.String excel_file_path = "test.xls";String saved_pdf_path = "saved.pdf";// Use default Excel2PDFSettingData values.Excel2PDFSettingData excel_convert_setting_data = new Excel2PDFSettingData();Convert.fromExcel(excel_file_path, "", saved_pdf_path, excel_convert_setting_data);Linux (x86 and x64)import com.foxit.sdk.addon.conversion.Word2PDFSettingData;import com.foxit.sdk.addon.conversion.Convert; // Make sure that SDK has already been initialized successfully.String excel_file_path = "test.xls";String saved_pdf_path = "saved.pdf";// Use default Excel2PDFSettingData values.Excel2PDFSettingData excel_convert_setting_data = new Excel2PDFSettingData();Convert.fromExcel(excel_file_path, "", saved_pdf_path, engine_path, excel_convert_setting_data);How to convert PowerPoint to PDFWindowsimport com.foxit.sdk.addon.conversion.PowerPoint2PDFSettingData;import com.foxit.sdk.addon.conversion.Convert;// Make sure that SDK has already been initialized successfully.String ppt_file_path = "test.ppt";String saved_pdf_path = "saved.pdf";// Use default PowerPoint2PDFSettingData values.PowerPoint2PDFSettingData ppt_convert_setting_data = new PowerPoint2PDFSettingData();Convert.fromPowerPoint(ppt_file_path, "", saved_pdf_path, ppt_convert_setting_data);Linux (x86 and x64)import com.foxit.sdk.addon.conversion.PowerPoint2PDFSettingData;import com.foxit.sdk.addon.conversion.Convert;// Make sure that SDK has already been initialized successfully.String ppt_file_path = "test.ppt";String saved_pdf_path = "saved.pdf";// Use default PowerPoint2PDFSettingData values.PowerPoint2PDFSettingData ppt_convert_setting_data = new PowerPoint2PDFSettingData();Convert.fromPowerPoint(ppt_file_path, "", saved_pdf_path, engine_path, ppt_convert_setting_data);Office to PDF Conversion without third-party enginesFrom version 10.1, Foxit PDF SDK offers the capability to convert Microsoft Office documents (Word, Excel and PowerPoint) into professional-quality PDF files without any third-party engine. This feature is available through the Foxit PDF Conversion SDK on Windows platform.System requirementsPlatform: WindowsProgramming Language: C, C++, Python, Java, C#, Node.jsLicense Key requirement: ‘Office2PDF’ module permission in the license keySDK Version: Foxit PDF SDK 10.1Office to PDF resource files (Foxit PDF Conversion SDK )Please contact Foxit support team or sales team to get the Foxit PDF Conversion SDK (C++).After getting

ComPDFKit (PDF SDK Conversion SDK) for Android

Converter View Details Download PDF-XChange Editor 10.2.1.385 download by PDF-XChange Co. Ltd ... page load speed, New Extended Digital Signature Support, PDF Security Support, Add Comments and Annotations, Add & ... XPS and other support formats, Bates Numbering, Send PDF files via email, Crop/Insert/Delete Pages, Scan Direct to ... type: Shareware ($56.00) categories: PDF, PDF Viewer, PDF Editor, OCR, XFA form, Spellchecker, PDF Security, Listen/add audio, PDF Tools, Acrobat, Foxit, PDF Driver, Print Driver, Portfolio, Document Archiving, Document Management, Scan2PDF, EDM, EDMS, Workflow, Merge, Split View Details Download Batch Document Converter Pro 1.18 download by Traction Software ... supports an extensive array of document formats, including PDF, DOC, DOCX, TXT, HTML, and more. This flexibility ... the conversion process. This ensures that the converted files retain their formatting, layout, and content accuracy, which ... type: Demo categories: document, download Batch Document Converter Pro, file conversion, productivity solutions, software tools, converter, Traction Software, schedule, monitor, Batch Document Converter Pro free download, document converter, document management, PDF creator View Details Download PDF Splitter and Merger SDK for .NET 2.0 download by e-PDFConverter Inc. PDF Splitter and Merger SDK for .NET is a .NET library that gives developers the ability to add PDF functionality to any .NET application. PDF Splitter and Merger SDK is an easy to ... type: Shareware ($299.00) categories: split pdf, merge pdf, pdf splitter, pdf merger, combine pdf, join pdf, concatenate pdf, PDF for .NET SDK, .NET SDK for PDF, .NET PDF Technology, .NET PDF Libraries, Best PDF for .NET SDK View Details Download VeryPDF Cloud API Platform 5.1 download by verypdf.com Inc. ... on all platforms total control over documents and file formats. It interoperates seamlessly with other cloud services. ... tasks through your web app: Document Format Conversion, PDF Split and Merge, Report Generation, Text and Image ... type: Shareware ($19.95) categories: cloud, icloud, cloud api, document management, online document management, document collaboration, online document collaboration, document viewer, digital signature, document comparison, document assembly, document annotation, online document conversion, online View Details Download VeryPDF PDF Generator SDK for .NET 2.1 download by verypdf.com Inc. VeryPDF PDF Generator

ComPDFKit (PDF SDK Conversion SDK) for Windows

Mgosoft PDF To JPEG is a fast, affordable way to batch convert PDF files to JPG/JPEG, WMF, EMF, JPEG2000 formats. It directly convert PDF files to JPG/JPEG, WMF, EMF, JPEG2000 image formats, it retains the layout, images, text, line, ellipse, color, and formatting of the original PDF file. Mgosoft PDF To JPEG does NOT require Adobe Acrobat, and original PDF formatting and interrelation of text and graphical elements on each page. Creating documents which can be viewed on any computer with a Image viewer. And you can set the image quality, image color, image resolution, etc. Overview Mgosoft PDF To JPEG SDK is a Shareware software in the category Development developed by mgosoft.The latest version of Mgosoft PDF To JPEG SDK is currently unknown. It was initially added to our database on 03/03/2012.Mgosoft PDF To JPEG SDK runs on the following operating systems: Windows. Mgosoft PDF To JPEG SDK has not been rated by our users yet. Pros Supports batch conversion of PDF files to JPEG images. High-quality image output with adjustable resolution settings. Easy integration into applications using the provided SDK. Variety of customization options for image format and quality. User-friendly interface for ease of use. - Comprehensive documentation available for developers. Cons Limited features compared to some premium PDF conversion tools. May not support advanced PDF features like annotations and forms in output images. Performance may vary depending on the system resources used. Potential compatibility issues with some complex PDF files. No free version, may require purchasing a license for full functionality. FAQ What is Mgosoft PDF To JPEG SDK? Mgosoft PDF To JPEG SDK is a software development kit designed to convert PDF files to JPEG image format programmatically. What programming languages are supported by Mgosoft PDF To JPEG SDK? Mgosoft PDF To JPEG SDK supports programming languages such as C#, VB.NET, C++ and more. Is there a trial version available for Mgosoft PDF To JPEG SDK? Yes, Mgosoft PDF To JPEG SDK offers a trial version for developers to evaluate the features before purchasing. Can Mgosoft PDF To JPEG SDK handle batch conversions? Yes, Mgosoft PDF To JPEG SDK supports batch conversion of multiple PDF files to JPEG format. Are there any customization options available in Mgosoft PDF To JPEG SDK? Yes, developers using Mgosoft PDF To JPEG SDK can customize parameters such as image resolution and quality. Does Mgosoft PDF To JPEG SDK provide technical support? Yes, Mgosoft offers technical support for developers using the PDF To JPEG SDK. Is Mgosoft PDF To JPEG SDK cross-platform compatible? Yes, Mgosoft PDF To JPEG SDK is compatible with Windows operating systems. Are there any licensing options available for Mgosoft PDF To JPEG SDK? Yes, developers can choose. Visual Integrity supports macOS in pdf2cad, PDF Conversion Server, PDF Conversion SDK, PDF Creation SDK and PDF Objects SDK. Visual Integrity supports macOS in pdf2cad, PDF Conversion Server, PDF Conversion SDK, PDF Creation SDK and PDF Objects SDK.

Compare ComPDFKit PDF SDK vs. PDF Conversion SDK

PDF-XChange Printer Standard 10.5.1.394 The junior member of our highly praised PDF-XChange range of software tools aimed at users wishing to create the smallest PDF files available - from any Windows application software. Simple to ... Shareware | $53.00 tags: PDF, PDF-Tools, Acrobat, PDF Driver, Print Driver, Document Management, Document Archiving, Document Management, Electronic File Management, API, SDK, Royalty Free, Electronic Filing, EDM, EDMS, Workflow, Merge, Split, Extract, Image Conversion, Image2PDF, XPS PDF-XChange Editor 10.5.1.394 ... Images), Combine PDFs open/closed pdfs, Import Directly from XPS and other support formats, Bates Numbering, Send PDF ... included, Combine PDFs open/closed pdfs, Import Directly from XPS and other support formats, save/open session files with ... Shareware | $56.00 tags: PDF, PDF Viewer, PDF Editor, Accessibility, OCR, XFA form, Spellchecker, PDF Security, Listen/add audio, PDF Tools, Acrobat, Foxit, Print Driver, PDF/A, Document Management, Scan2PDF, EDM, EDMS, Workflow, Merge, Split, Extract, Create, Portfolio PDF-XChange Lite 10.5.1.394 ... Conversion Engine that prints to both GDI and XPS. Use the Driver Mode Rules to designate GDI or XPS printing for specified printing applications as desired. -Document ... Freeware tags: PDF, PDF-Tools, Acrobat, PDF Driver, Print Driver, Document Management, Document Archiving/ Management, Electronic File Management, API, SDK, Royalty Free, Electronic Filing, EDM, EDMS, Workflow, Merge, Split, Extract, Image Conversion, Image2PDF, XPS, Portfolio VISCOM Image Viewer CP Gold SDK ActiveX 21.0 ... support more PDF files. Supported Merge PDF files, Split a multi-page PDF File, Add the PDF File ... zoom and auto scrolling when drawing selection rectangle. Split Merge, Swap, Delete Add page of multi-page TIFF ... Shareware | $320.00 tags: document imaging sdk activex, good quality pdf viewer, fax viewer sdk, pdf viewer activex, OCR to searchable pdf, read barcode, 128 bit RC4 encryption, searchable pdf, pdf/a image activex ocx, OCR cheque number, Read MICR code on Bank cheque Viscomsoft Image Viewer CP Pro SDK 23.0 ... page. OCR to searchable PDF. support displaying PDF, XPS, OXPS file faster, displaying better quality and support more PDF files. Supported Merge PDF files, Split a multi-page PDF File, Add the PDF File ... Shareware | $399.00 tags: Document Imaging SDK, TIFF Imaging SDK ActiveX, image viewer activex, pdf viewer activex, searchable pdf, fax, tif, JPEG 2000, PCX, EXIF, activex, photo, graphic. PowerBuilder, BMP, PSD, PDF, GIF, ICO, JPG/ JPEG, PNG, PSD, TIFF, multi-page TIFF. Viscomsoft .NET PDF Viewer SDK 4.0 ... capability to their application. Load and view TIFF, XPS document, JPEG, PNG image files. (need TIFF, XPS,JPEG, PNG plugins) Support Merge PDF Files, Split PDF files, Delete Page of PDF files. Support ... Shareware | $299.00 PDF-XChange Editor 10.2.1.385 ... Images), Combine PDFs open/closed pdfs, Import Directly from XPS and other support formats, Bates Numbering, Send PDF ...

Comments

User6972

ContentsIntroduction to Foxit PDF Conversion SDKWhy Choose Foxit PDF Conversion SDKFoxit PDF Conversion SDK for Node.js APIEvaluationLicenseAbout this guideGetting StartedSystem RequirementsWhat is in the packageHow to run a demoHow to initialize Foxit PDF Conversion SDKSupportIntroduction to Foxit PDF Conversion SDKFoxit 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. It offers advanced conversion capabilities as well as the same quality and user experience you can expect from Foxit. The engine for creating MS office files is developed independently by Foxit and no 3rd party office engine is required to be pre-installed on your machine. Foxit PDF Conversion SDK can be used as a standalone library or as an add-on with Foxit PDF SDK.Why Choose Foxit PDF Conversion SDKFoxit is a leading software provider of solutions for reading, editing, creating, organizing, and securing PDF documents. Foxit PDF SDK libraries have been used in many of today’s leading apps, and are proven, robust, and battle-tested to provide the quality, performance, and features that the industry’s largest apps demand. Foxit PDF Conversion SDK is a new SDK product independently developed by Foxit. Customers choose Foxit PDF Conversion SDK for the following reasons:Easy to integrateDevelopers can seamlessly integrate Foxit PDF Conversion SDK into their own applications.Lightweight footprintDoes not exhaust system resource and deploys quickly.Independently–developed engineThe core technology of the Conversion SDK is developed independently by Foxit.Premium World-side SupportFoxit offers premium support for its developer products because when you are developing mission critical products you need the best support. Foxit has one of the PDF industry’s largest team of support engineers. Updates are released on a regular basis to improve user experience by adding new features and enhancements.Foxit PDF Conversion SDK for Node.js APIIn this guide, we focus on the introduction of Foxit PDF Conversion SDK for Node.js API on Windows and Linux platforms. Foxit PDF Conversion SDK for Node.js API ships with simple-to-use APIs that can help Node.js developers convert PDFs to office files (only support docx, pptx and xlsx format files).EvaluationFoxit PDF Conversion SDK allows users to download trial a version to evaluate the SDK. The trial version has no difference from a standard version except for the 14-day limitation trial period. After the evaluation period expires, customers should contact Foxit sales team and purchase licenses to continue using Foxit PDF Conversion SDK.LicenseDevelopers should purchase licenses to use Foxit PDF Conversion SDK in their solutions. Licenses grant users permissions to release their applications based on PDF SDK libraries. However, users are prohibited to distribute any documents, sample codes, or source codes in the SDK released package to any third party without the permission from Foxit

2025-04-12
User1283

Software Incorporated.About this guideThis guide is intended for developers who need to integrate Foxit PDF Conversion SDK for Node.js into their own applications. It aims at introducing the installation package, and the usage of SDK.Getting StartedIt’s very easy to setup Foxit PDF Conversion SDK and see it in action! This guide will provide you with a brief introduction about our SDK package. The following sections introduce the contents of system requirements, the installation package as well as how to run a demo, and how to initialize Foxit PDF Conversion SDK.System RequirementsPlatformSystem RequirementNoteWindowsWindows Vista, 7, 8 and 10 (32-bit and 64-bit) Windows Server 2003, 2008 and 2012 (32-bit and 64-bit)It only supports for Windows 8/10 classic style, but not for Store App or Universal App. Prerequisites for Node.js 8-20 version.Linux64-bit OS The minimum supported version of the GCC compiler is gcc4.9.4. The minimum supported version of GLIBC is GLIBC_2.17.Prerequisites for Node.js 8-20 version.Note: Starting from version 1.1, Foxit PDF Conversion SDK supports machine learning-based recognition functionality which can identify borderless tables in PDF documents. By default, it is disabled, if you want to enable it, please make sure the network is connected first.What is in the packageIn this guide, the highlighted rectangle in the figure is the version of the SDK. Here the SDK version is 1.5, so it shows 1_5.Package for Windows Node.js is named “foxitpdfconversionsdk_1_5_win_nodejs_example.zip”, and package for Linux (x64) Node.js is named “foxitpdfconversionsdk_1_5_linux64_nodejs_example.zip”. They have the similar structure, so in this guide mainly introduce “foxitpdfconversionsdk_1_5_win_nodejs_example.zip” as an example.Download the package for Windows Node.js and extract it to a new directory like “foxitpdfconversionsdk_1_5_win_nodejs_example”, which is shown in Figure 2-1. The release package contains the following folders:doc: API references, developer guideexamples: sample demores: font-related configuration filesFigure 2-1Note: In “res\metrics_data” folder, it contains the metrics data files which are used to simulate the Office format document typesetting process during conversion.How to run a demoFoxit PDF Conversion SDK provides a pdf2office demo in the “examples” folder. To run this demo, you can follow the steps below:Open a command prompt or a terminal window, navigate to the root directory “foxitpdfconversionsdk_1_5_win_nodejs_example” for Windows, or “foxitpdfconversionsdk_1_5_linux_nodejs_example” for Linux x64, install Conversion SDK nodejs module using the command below:npm i @foxitsoftware/foxit-pdf-conversion-sdk-nodeGo to “examples\simple_demo\pdf2office” directory, run “node pdf2office.js”.The output files (Word, Excel, and Powerpoint) will be generated in the “examples\simple_demo\output_files\pdf2office” folder.Note: Foxit-pdf-sdk-web-demo is an online demo application based on Foxit PDF SDK, which can help users experience the various features and functions of the Foxit PDF SDK. It has added a demo of pdf2office function by using Foxit PDF Conversion SDK for Node.js. You can access the foxit-pdf-sdk-web-demo application at and experience the pdf2office function at to initialize Foxit PDF Conversion SDKIt is necessary for apps to

2025-04-05
User6764

PDF SDK (C, C++, C#, Java, Python, Objective-C) 8.4 or higher; Foxit PDF SDK (Node.js) 10.0 or higherHow to tag a PDF documentimport com.foxit.sdk.common.Progressive;import com.foxit.sdk.pdf.PDFDoc;import com.foxit.sdk.addon.accessibility.*;import com.foxit.sdk.common.fxcrt.RectF;....PDFDoc pdfDoc= new PDFDoc(input_file);pdfDoc.load(null);TaggedPDF taggedpdf = new TaggedPDF(pdfDoc);Progressive progressive = taggedpdf.startTagDocument(null);int progressState = Progressive.e_ToBeContinued;while (Progressive.e_ToBeContinued == progressState) progressState = progressive.resume();pdfDoc.saveAs(output_file_path, 0);....PDF to Office ConversionFoxit PDF SDK provides APIs to convert PDF files to MS office suite formats while maintaining the layout and format of your original documents on Windows and Linux platforms.System requirementsPlatform: Windows, LinuxProgramming Language: C, C++, Java, Python, C#, Node.jsLicense Key requirement: ‘PDF2Office’ module permission in the license keySDK Version: Foxit PDF SDK for Windows (C, C++, Java, Python, C#) 9.0 or higher; Foxit PDF SDK for Linux (C, C++, Java, Python, C#) 9.1 or higher; Foxit PDF SDK (Node.js) 10.0 or higherPDF to Office resource filesPlease contact Foxit support team or sales team to get the PDF to Office resource files package naming Foxit PDF Conversion SDK (C++).Note:From version 9.2, it requires Foxit PDF Conversion SDK 1.5 or higher.For version 9.0/9.1, it requires Foxit PDF Converison SDK 1.4 or lower.After getting Foxit PDF Conversion SDK package, extract it to a desired directory (for example, extract the package to a directory: “/foxitpdfconversionsdk_*_win/” for Windows, “/foxitpdfconversionsdk_*_Linux/” for Linux x86/x64, and “/foxitpdfconversionsdk_*_Linux_arm/” for Linux armv7/armv8), and then you can see the resource files for PDF to Office are as follows:For Windows:For Linux x86/x64:For Linux armv7/armv8:How to run the pdf2office demoFoxit PDF SDK provides a pdf2office demo located in the “\examples\simple_demo\pdf2office” folder to show you how to use Foxit PDF SDK to convert PDF files to MS office suite formats.Prepare a PDF2Office resource directoryBefore running the pdf2office demo, you should first extract the PDF to Office resource files (Foxit PDF Conversion SDK) package to a desired directory (for example, extract the package to a directory:

2025-04-22
User1158

Foxit PDF Conversion SDK package, extract it to a desired directory, for example, extract the package to a directory: “D:/foxitpdfconversionsdk_*_win/” for Windows.How to run the office2pdf demo using Foxit PDF Conversion SDKBefore running the office2pdf demo in the “\examples\simple_demo\office2pdf” folder using Foxit PDF Conversion SDK, you should first add the Foxit PDF Conversion SDK library in the demo code, for example:// If you want to convert office files to PDF whitout other third-party engines, you can use the Office2PDF module.String library_path = "D:/foxitpdfconversionsdk_*_win/lib/fpdfconversionsdk_win32.dll";Then, specify the office2pdf resource data files:// A valid path of a folder which contains resource data files.office2pdf_setting_data.setResource_folder_path("D:/foxitpdfconversionsdk_*_win/res/office2pdf");Finally, run the demo following the steps as the other demos.How to convert office files to PDF without third-party enginesimport com.foxit.sdk.addon.conversion.office2pdf.Office2PDF;import com.foxit.sdk.addon.conversion.office2pdf.Office2PDFSettingData;...// If you want to convert office files to PDF whitout other third-party engines, you can use the Office2PDF module.String library_path = "";// Path of Foxit PDF Conversion SDK library, please ensure the path is valid.// Initialize the Office2PDF module.Office2PDF.initialize(library_path);// Use default Office2PDFSettingData values.Office2PDFSettingData office2pdf_setting_data = new Office2PDFSettingData();// A valid path of a folder which contains resource data files.office2pdf_setting_data.setResource_folder_path("");// Conver Word file to PDF file.saved_pdf_path = output_path + "word2pdf_result_foxit.pdf";Office2PDF.convertFromWord(word_file_path, "", saved_pdf_path, office2pdf_setting_data);// Conver Excel file to PDF file.saved_pdf_path = output_path + "excel2pdf_result_foxit.pdf";Office2PDF.convertFromExcel(excel_file_path, "", saved_pdf_path, office2pdf_setting_data);// Conver PowerPoint file to PDF file.saved_pdf_path = output_path + "ppt2pdf_result_foxit.pdf";Office2PDF.convertFromPowerPoint(ppt_file_path, "", saved_pdf_path, office2pdf_setting_data);// Release the Office2PDF module.Office2PDF.release();Output PreviewFrom version 7.4, Foxit PDF SDK supports output preview feature which can preview color separations and test different color profiles.System requirementsPlatform: Windows, Linux (x86 and x64), Mac (x64)Programming Language: C, C++, Java, C#, Python, Objective-C, Node.jsLicense Key requirement: valid license keySDK Version: Foxit PDF SDK (C, C++, Java, C#, Objective-C) 7.4 or higher; Foxit PDF SDK (Python) 8.3 or higher; Foxit PDF SDK (Node.js) 10.0 or higherHow to run the output preview demoBefore running the output preview demo

2025-04-03
User8431

The value of “engine_path” parameter is set to “/opt/kingsoft/wps-office/office6”.How to convert Word to PDFWindowsimport com.foxit.sdk.addon.conversion.Word2PDFSettingData;import com.foxit.sdk.addon.conversion.Convert; // Make sure that SDK has already been initialized successfully.String word_file_path = "test.doc";String saved_pdf_path = "saved.pdf";// Use default Word2PDFSettingData values.Word2PDFSettingData word_convert_setting_data = new Word2PDFSettingData();Convert.fromWord(word_file_path, "", saved_pdf_path, word_convert_setting_data);Linux (x86 and x64)import com.foxit.sdk.addon.conversion.Word2PDFSettingData;import com.foxit.sdk.addon.conversion.Convert; // Make sure that SDK has already been initialized successfully.String word_file_path = "test.doc";String saved_pdf_path = "saved.pdf";// Use default Word2PDFSettingData values.Word2PDFSettingData word_convert_setting_data = new Word2PDFSettingData();Convert.fromWord(word_file_path, "", saved_pdf_path, engine_path, word_convert_setting_data);How to convert Excel to PDFWindowsimport com.foxit.sdk.addon.conversion.Word2PDFSettingData;import com.foxit.sdk.addon.conversion.Convert; // Make sure that SDK has already been initialized successfully.String excel_file_path = "test.xls";String saved_pdf_path = "saved.pdf";// Use default Excel2PDFSettingData values.Excel2PDFSettingData excel_convert_setting_data = new Excel2PDFSettingData();Convert.fromExcel(excel_file_path, "", saved_pdf_path, excel_convert_setting_data);Linux (x86 and x64)import com.foxit.sdk.addon.conversion.Word2PDFSettingData;import com.foxit.sdk.addon.conversion.Convert; // Make sure that SDK has already been initialized successfully.String excel_file_path = "test.xls";String saved_pdf_path = "saved.pdf";// Use default Excel2PDFSettingData values.Excel2PDFSettingData excel_convert_setting_data = new Excel2PDFSettingData();Convert.fromExcel(excel_file_path, "", saved_pdf_path, engine_path, excel_convert_setting_data);How to convert PowerPoint to PDFWindowsimport com.foxit.sdk.addon.conversion.PowerPoint2PDFSettingData;import com.foxit.sdk.addon.conversion.Convert;// Make sure that SDK has already been initialized successfully.String ppt_file_path = "test.ppt";String saved_pdf_path = "saved.pdf";// Use default PowerPoint2PDFSettingData values.PowerPoint2PDFSettingData ppt_convert_setting_data = new PowerPoint2PDFSettingData();Convert.fromPowerPoint(ppt_file_path, "", saved_pdf_path, ppt_convert_setting_data);Linux (x86 and x64)import com.foxit.sdk.addon.conversion.PowerPoint2PDFSettingData;import com.foxit.sdk.addon.conversion.Convert;// Make sure that SDK has already been initialized successfully.String ppt_file_path = "test.ppt";String saved_pdf_path = "saved.pdf";// Use default PowerPoint2PDFSettingData values.PowerPoint2PDFSettingData ppt_convert_setting_data = new PowerPoint2PDFSettingData();Convert.fromPowerPoint(ppt_file_path, "", saved_pdf_path, engine_path, ppt_convert_setting_data);Office to PDF Conversion without third-party enginesFrom version 10.1, Foxit PDF SDK offers the capability to convert Microsoft Office documents (Word, Excel and PowerPoint) into professional-quality PDF files without any third-party engine. This feature is available through the Foxit PDF Conversion SDK on Windows platform.System requirementsPlatform: WindowsProgramming Language: C, C++, Python, Java, C#, Node.jsLicense Key requirement: ‘Office2PDF’ module permission in the license keySDK Version: Foxit PDF SDK 10.1Office to PDF resource files (Foxit PDF Conversion SDK )Please contact Foxit support team or sales team to get the Foxit PDF Conversion SDK (C++).After getting

2025-03-28

Add Comment