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.

相关推荐
BillKu7 小时前
MyBatis中foreach集合用法详解
windows·mybatis
achene_ql7 小时前
select、poll、epoll 与 Reactor 模式
linux·服务器·网络·c++
扛枪的书生7 小时前
AD 横向移动-LSASS 进程转储
windows·渗透·kali·域渗透
地衣君8 小时前
PowerShell 美化——oh-my-posh 的配置与使用
windows
Blue桃之夭夭8 小时前
深入理解Optional:处理空指针异常
linux·windows·microsoft
SY师弟9 小时前
51单片机——计分器
c语言·c++·单片机·嵌入式硬件·51单片机·嵌入式
豪斯有话说10 小时前
C++_哈希表
数据结构·c++·散列表
real_metrix10 小时前
【学习笔记】erase 删除顺序迭代器后迭代器失效的解决方案
c++·迭代器·迭代器失效·erase
朝朝又沐沐10 小时前
基于算法竞赛的c++编程(18)string类细节问题
开发语言·c++·算法
a.30212 小时前
C++ 时间处理指南:深入剖析<ctime>库
数据结构·c++·算法