Foxit PDF SDK for Windows (C++ Library) 9.2.0 Crack

Foxit PDF SDK v9.2.0 Release Date: 07 Nov. 2023

==================================================================

This is a minor release

New Features/Enhancements

* Obtain the cursor position in the text field: Added a new API 'GetEditingTextCaretPosition' to retrieve the cursor position within a text field during form filling or editing.

* Flexible font embeding control: To enhance font embedding efficiency, the Embed()function now includes the 'is_add_all_unicodes' parameter for controlling the embedding of either all possible unicodes or a specific unicode, and it also introduces the 'AddUnicodes()' method to allow users to add unicodes for the embedded font as needed.

* XFAForm widget select status control: Added a new API 'XFAWidget::SetCheckState()' to control the select status for the CheckBox and Radio XFA widget.

* Signing conforms to the PDF/A standard: In order to ensure that the signed documents comply with the PDF/A standard, the SDK has adjusted its underlying code to support image-based signatures and introduced a new API called 'EnableEmbedFont()' to support text-based signatures.

* Enhanced PDF JavaScript support: This version introduces support for cursor, printparams, icon, hostcontainer, and fullscreen objects, allowing our SDK to interact with PDF documents that contain embedded JavaScript code using these specific objects.

* Detection of multi-lines and multiple selection properties for XFA form fields: This version added new APIs 'IsSupportMultiline()' to check multi-line support for text field widget and 'IsListBox()' and 'IsSupportMultiSelect' to check multiple selection support for list widget.

* Search results with adjustable context length for keywords: Added new parameters 'sentence', 'match_sentence_start_text_index' and 'match_sentence_end_text_index' to 'RetrieveSearchResult()' to allow adjustment of the context length of the search results

* Enhanced full text searching capabilites: In this version, the full-text search engine has been upgraded, resulting in significantly improved search accuracy.

* Office2PDF on Linux supports Libreoffice 7.0.

Bug Fixes

* [PDF2Word]Fixed a multi-threading crash issue when the ConvertCallback function was not empty and required pausing.

* Resolved the problem of losing signatures when calling StartRenderXFAPage() to render dynamic XFA forms.

* Fixed OCR runtime errors and recognition inaccuracies by upgrading the OCR engine.

* Rectified various issues related to incorrect FullTextSearch search results by upgrading the full text search engine.

* [HTML2PDF]Fixed a specific issue where HTML-to-PDF documents displayed a successful conversion message but did not generate the file.

* Fixed the issue of excessive memory consumption within the GeneratePreviewBitmap() API when resolving high DPI bitmaps.

* Fixed an anomaly where the vertices of triangle-style Polygon annotations were truncated after resetting their appearance.

* Addressed the problem of cell heights not adapting when inserting cross-page tables using InsertTablePagesToDocument.

* Fixed an Out of Memory (OOM) exception that occurred when calling InsertTablePagesToDocument with excessively long cell content.

Foxit PDF SDK v9.1.0 Release Date: 22 Aug. 2023

==================================================================

This is a minor release

New Features/Enhancements

* Set the appearance before start signing.

Relevant API: bool foxit::pdf::Signature::GenerateAppearance()

* Support adding signature with shared dictionary.

Relevant API: foxit::pdf::PDFPage::AddSignatureWithExistedVDict()

* Allowing incremental saving document before calling Signature::StartSign().

Relevant API: void Foxit::pdf::Signature::EnableIncrementalSaveForFirstSigning().

* Modify the appearance of the existing unsigned paging seal signatures before signing.

Relevant API: foxit::pdf::Signature::GetPagingSealSignature()

* Support adding paging signatures with shared dictionary.

Relevant API: Foxit::pdf::PagingSealConfig::PagingSealConfig ()

* Ignores full-width characters search.

Relevant API: Foxit::pdf::TextSearch::SearchFlags()

* Delete invalid PDF indexes.

Relevant API: Foxit::pdf::FullTextSearch:: StartUpdateIndex ()

* Support new PDF JavaScript objects including "Doc.pageTransition,Doc.templates,Span and Soap".

* [Office2PDF] Control VBA code execution during Office2PDF on Windows.

Relevant API: foxit::addon::conversion::Word2PDFSettingData::Word2PDFSettingData()

Relevant API: foxit::addon::conversion::Word2PDFSettingData::Set()

* [HTML2PDF] Control the converter environment and the IP blacklist.

Relevant API: foxit::addon::conversion::HTML2PDFSettingData::HTML2PDFSettingData()

Relevant API: foxit::addon::conversion::HTML2PDFSettingData::Set()

* Support Multiline tiled watermarks with options.

Relevant API: foxit::pdf::PDFDoc::StartAddTiledWatermark()

* Enable auto font size for the redaction overlay text.

Relevant API: foxit::pdf::annots::Redact::EnableAutoFontSize()

* Support retrieving suspect results when performing OCR.

Relevant API: foxit::addon::ocr::OCR::GetOCRSuspectsInfo()

* Save document without updating datetime metadata.

Relevant API: PDFDoc::SaveAs()

Relevant API: PDFDoc::StartSaveAs()

* Enable text rotation when adding text

Relevant API: PDFPage.AddText()

* Added new objects-level classes for traversing the PDF structure tree.

New head file: fs_pdfstructtree.h

* Added Verify functionality to the PDFCompliance.

Relevant API: foxit::addon::compliance::PDFCompliance::Verify()

* Added image-to-PDF conversion functions with file path and stream options.

Relevant API: foxit::addon::conversion::Convert::FromImage()

* Link annotation supports JavaScript actions.

Relevant API: foxit::pdf::annots::Link::ExecuteJavaScriptAction()

* Added new functions to reset default value for XFA Widget.

Relevant API: foxit::addon::xfa::XFAWidget::SetDefaultValue()

Relevant API: foxit::addon::xfa::XFAWidget::GetDefaultValue()

* Added PDF Print interface on Linux

Relevant API: foxit::common::Renderer::Renderer()

* The Java Library supports for Linux ARM architectures.

* Updated the compliance lib to enhance its overall processing.

* Enhanced Windows C library support, addressing compatibility and errors.

Demo

* New demonstration projects for both Visual Studio 2019 and 2022.

Bug Fixes

  1. Fixed a problem where certain Link Annotations retrieved empty Destinations in specific documents.

  2. Fixed the appearance reset issue for Circle annotations, where some circle edges were being clipped after resetting.

  3. Rectified the rendering issue of note annotations that were not displayed correctly in a specific file.

  4. Fixed image compression process that led to image loss due to pauses during compression.

  5. Fixed an issue in which running office2pdf on Linux environment resulted in an error: "[Unknown error]: any unknown error occurs."

  6. Java\] Fixed a crash that occurred when invoking getEditableHeaderFooter during the addition of headers/footers in a document with pre-existing ones.

  7. Fixed the generation of extra content in added page headers and footers when the last two characters of the content were single book title mark.

  8. Java\] Rectified an issue where StructTreeEntity.getPage returned incorrect type.

  9. Fixed the issue where an e_ErrUnsupported exception was thrown when rendering PDF pages with transparency and DIBFormat set to e_DIBCmy

  10. PDFDoc::StartLoad can now accurately retrieve the loading progress during document loading.

  11. Resolved the problem on Android systems where automatic multiplication calculation for form fields produced incorrect results.

  12. Rectified the unexpected outcome of AdditionalAction::DoJSAction execution.

  13. Corrected the inability to clear a password-protected text field using JavaScript.

  14. Corrected the misalignment of values in a list box after selecting and refocusing it in ViewDemo.

  15. Resolved a crash issue triggered by calling Control.GetWidget() for specific files.

  16. Java\] Addressed an error that occurred when using Image.saveAs with a path containing Chinese characters: "File cannot be found."

  17. Rectified the issue of extra gray squares appearing when inserting a barcode image using AddImageFromFilePath.

  18. Fixed SDK C++ library's incompatibility on Linux ArmV8, ensuring proper functionality.

  19. Fixed a Linux OCR engine exception caused by insufficient RAM usage.

  20. Resolved an issue where text overlap occurred in OCR output for skewed original documents.

  21. Addressed an issue where ComplianceModule threw unhandled exceptions when converting an OCRed PDF document to PDF/A.

  22. Fixed a crash that occurred when converting specific PDF files to PDF/A format.

  23. Fixed an AccessViolationException that occurred when converting a specific PDF to PDF/A.

  24. Resolved an issue where Control.GetWidget() took a long time for XFA files.

  25. PrintManager\] Fixed incorrect print status returned by GetPrintJobStatus.

  26. Resolved encoding issue with FullTextSearch, enabling proper search of Chinese text.

  27. Fixed FullTextSearch problem where it failed to work for already indexed files without index updates.

相关推荐
傅里叶的耶2 分钟前
C++系列(二):告别低效循环!选择、循环、跳转原理与优化实战全解析
c++·visual studio
Vitta_U19 分钟前
MFC的List Control自适应主界面大小
c++·list·mfc
Dovis(誓平步青云)1 小时前
基于探索C++特殊容器类型:容器适配器+底层实现原理
开发语言·c++·queue·适配器·stack
R-sz1 小时前
java流式计算 获取全量树形数据,非懒加载树,递归找儿
java·开发语言·windows
pipip.3 小时前
UDP————套接字socket
linux·网络·c++·网络协议·udp
孞㐑¥7 小时前
Linux之Socket 编程 UDP
linux·服务器·c++·经验分享·笔记·网络协议·udp
柳鲲鹏8 小时前
WINDOWS最快布署WEB服务器:apache2
服务器·前端·windows
水木兰亭10 小时前
数据结构之——树及树的存储
数据结构·c++·学习·算法
专注VB编程开发20年11 小时前
开机自动后台运行,在Windows服务中托管ASP.NET Core
windows·后端·asp.net
CoderCodingNo11 小时前
【GESP】C++四级考试大纲知识点梳理, (7) 排序算法基本概念
开发语言·c++·排序算法