首页 > 系统相关 >Foxit PDF Conversion SDK (C++, Linux ARM)-2.0.2

Foxit PDF Conversion SDK (C++, Linux ARM)-2.0.2

时间:2024-11-13 12:19:50浏览次数:3  
标签:Conversion text conversion C++ Foxit PDF ARM SDK

Foxit PDF Conversion SDK is a flexible high-performance library for conversion between PDF files 
and MS Office files 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 engines for creating MS office files or PDF files are 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 SDK
Foxit 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 integrate
Developers can seamlessly integrate Foxit PDF Conversion SDK into their own applications.
• Lightweight footprint
Does not exhaust system resource and deploys quickly.
• Independently-developed engine
The core technology of the Conversion SDK is developed independently by Foxit.
• Premium World-side Support
Foxit 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 C++ API
In this guide, we focus on the introduction of Foxit PDF Conversion SDK for C++ API on Windows and
Linux platforms. Foxit PDF Conversion SDK for C++ API ships with simple-to-use APIs that can help 
C++ developers do conversion between PDFs and MS Office files (only support docx, pptx and xlsx 
format files).
 

Foxit PDF Conversion SDK v2.0.0 - March 18, 2024

This release includes the following changes:

New Features and Enhancements 
* Office to PDF Conversion (Beta): Introduced a new feature for converting Office documents (Word, Excel, PowerPoint) to PDF format on Windows. This feature is currently in beta and may be subject to further refinement.
* Office to PDF Web Demo: A web-based demo is now available for trying out the Office to PDF conversion functionality.
* AnyCPU Support : Added AnyCPU configuration support for the Dotnet/DotnetCore platform. This allows the software to run on a wider range of system architectures.
* PDF to Word Conversion: 
  Footnotes and Endnotes: Added support for generating footnotes and endnotes in converted Word documents. This new functionality is controlled by the enable_generate_footnotes_and_endnotes parameter in the conversion::pdf2office::PDF2WordSettingData class.
  Headers and Footers: Added support for generating headers and footers in converted Word documents. This new functionality is controlled by the enable_generate_headers_and_footers parameter in the conversion::pdf2office::PDF2WordSettingData class.
* PDF to PowerPoint Conversion: Improved the accuracy of recognizing text blocks in PowerPoint slides during the conversion process.
* PDF to Excel Conversion: Added a new class, PDF2ExcelSettingData, which provides methods for retrieving and configuring decimal symbols and thousands separators for better control over the formatting of numerical data in the converted Excel spreadsheets.

Bug Fixes
* Fixed the issue where conversion may fail or slow down due to high memory usage.
* Fixed the crash issue that occurred when converting to specific pages containing borderless tables in PDF to PPT.
* Fixed various text conversion anomalies after converting PDF to office formats, including inconsistent fonts, text converted to images, missing text, text position offset, and text overlap.
* Fixed the issue where underline recognition was incorrect after converting PDF to Word, and extra spaces and line breaks were added between some text contents.
* Fixed the issue where some text content was misidentified as a table after converting PDF to PPT.
* Fixed the issue where multiple lines of text content were placed in the same cell after converting PDF to Excel.
* Fixed the issue where page numbers were inconsistent or one page was split into multiple pages after converting PDF to Word.

标签:Conversion,text,conversion,C++,Foxit,PDF,ARM,SDK
From: https://blog.csdn.net/john_dwh/article/details/143728618

相关文章

  • PyCharm连接远程服务器及配置解释器(配图手把手教)
    一、连接远程服务器1.找到配置点击Tools→Deployment→Configuration由于在社区版的PyCharm中没有找到Configuration,所以这里使用的是专业版2.新增一个SFTP的连接3.命名这里命名为ubuntu4.设置SSH连接Host:服务器的地址(虚拟机中输入ifconfig可以查看)Port: 22User......
  • C++动态库封装C#库,验证动态库环境
    windows平台、VS2019、x64当C++编译的动态库提供给C#的开发人员时,需要实现一个C#的库使用委托去调用C++动态库。当C#开发人员链接使用C#的动态库时,如果没有完全拷贝C++动态库所依赖的其他动态库时,就会出现运行报错。但是报错时,不会提示缺少了什么库,这里在C#的中增加一个函数......
  • 从STA到P2P:HarmonyOS WLAN多模式开发指南
    本文旨在深入探讨华为鸿蒙HarmonyOSNext系统(截止目前API12)的技术细节,基于实际开发实践进行总结。主要作为技术分享与交流载体,难免错漏,欢迎各位同仁提出宝贵意见和问题,以便共同进步。本文为原创内容,任何形式的转载必须注明出处及原作者。在智能设备互联互通的时代,WLAN作为一种......
  • 蓝牙的世界:HarmonyOS Next中的蓝牙接入和连接
    本文旨在深入探讨华为鸿蒙HarmonyOSNext系统(截止目前API12)的技术细节,基于实际开发实践进行总结。主要作为技术分享与交流载体,难免错漏,欢迎各位同仁提出宝贵意见和问题,以便共同进步。本文为原创内容,任何形式的转载必须注明出处及原作者。在智能设备飞速发展的今天,蓝牙技术作为......
  • 从蓝牙到WLAN:HarmonyOS Next Connectivity Kit入门
    本文旨在深入探讨华为鸿蒙HarmonyOSNext系统(截止目前API12)的技术细节,基于实际开发实践进行总结。主要作为技术分享与交流载体,难免错漏,欢迎各位同仁提出宝贵意见和问题,以便共同进步。本文为原创内容,任何形式的转载必须注明出处及原作者。在当今数字化时代,智能设备之间的高效通......
  • HarmonyOS蓝牙串口协议(SPP)详解:实现设备间可靠数据交换
    本文旨在深入探讨华为鸿蒙HarmonyOSNext系统(截止目前API12)的技术细节,基于实际开发实践进行总结。主要作为技术分享与交流载体,难免错漏,欢迎各位同仁提出宝贵意见和问题,以便共同进步。本文为原创内容,任何形式的转载必须注明出处及原作者。在智能设备互联互通的世界里,蓝牙技术扮......
  • C++基础学习6
    //练习://1.计算圆柱体体积和表面积//定义π=3.14159,输入半径r和高h。//公式://圆柱体积:体积=π*r^2*h//圆柱表面积:表面积=2*π*r*(r+h)////#define_CRT_SECURE_NO_WARNINGS1//#include<stdio.h>//#defineX3.14159//intmain()//{// floa......
  • 每日OJ题_牛客_kotori和迷宫_BFS_C++_Java
    目录牛客_kotori和迷宫_BFS题目解析C++代码Java代码牛客_kotori和迷宫_BFSkotori和迷宫描述:        kotori在一个n*m迷宫里,迷宫的最外层被岩浆淹没,无法涉足,迷宫内有k个出口。kotori只能上下左右四个方向移动。她想知道有多少出口是她能到达的,最近的出口离她......
  • C++黑马程序员网课:我的学习心得与笔记(更新中)
    前言:笔记来源于C++黑马程序员网课视频:https://www.bilibili.com/video/BV1et411b73Z在此发布笔记,只是为方便学习,不做其他用途,原作者为黑马程序员。1.C++基础1.1用VisualStudio写C++程序输出HelloWorld1.1.1下载并配置VisualStudio环境1.1.2用VisualStudio写C......
  • C++常见函数的基础算法
    string字符串常用函数substring()string.length()&&string.size()string.find()string.replace()string.substr()string初始化和声明#include<bits/stdc++.h>usingnamespacestd; intmain(){stringstr1;//空字符串stringstr2="hello,w......