Spire.PDF for C++ 11.10.0 fixes an error when extracting PDF page text
2025-10-23 03:17:42
We're pleased to announce the release of Spire.PDF for C++ 11.10.0. The latest version fixes an issue where the program threw errors when extracting PDF page text. Details are shown below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-7685 Fixes an issue where the program threw errors when extracting PDF page text. Click the link below to download Spire.PDF for C++ 11.10.0: https://www.e-iceblue.com/Download/pdf-for-cpp.html
Spire.PDF for C++ 11.9.1 enhances the conversion from PDF to PDF/A-3a
2025-09-11 10:04:32
We're pleased to announce the release of Spire.PDF for C++ 11.9.1. This release fixes several issues that occurred when converting PDF to PDF/A-3a, extracting text, and compressing PDF documents. Details are shown below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6110 Fixed an issue where an exception was thrown when extracting text from split PDF pages. Bug SPIREPDF-6267 SPIREPDF-6269 Fixes compatibility issues when using multiple products together in specific scenarios. Bug SPIREPDF-6768 Fixed an issue where the output was blank after converting EMF to PDF. Bug SPIREPDF-6869 Fixed an issue where standard compliance…
Spire.PDF for C++ 11.8.1 enhances multi-product use compatibility
2025-08-11 10:25:45
We are delighted to announce the release of Spire.PDF for C++ 11.8.1. This version fixes compatibility issues when using multiple products together in specific scenarios. More details are listed below. Here is a list of changes made in this release Bug SPIREPDF-7643 Fixes compatibility issues when using multiple products together in specific scenarios. Click the link below to download Spire.PDF for C++ 11.8.1: https://www.e-iceblue.com/Download/pdf-for-cpp.html
Spire.PDF for C++ 11.7.0 fixes an error when retrieving PDF font properties
2025-07-16 05:37:49
We're pleased to announce the release of Spire.PDF for C++ 11.7.0. This release upgrades the dependent SkiaSharp version and fixes two issues occurred when converting OFD to PDF and retrieving font properties. Details are shown below. Here is a list of all changes made in this release Category ID Description Optimization - Upgrades the dependent SkiaSharp version to 3.116.1. Bug - Fixes an "Arg_NullReferenceException" error occurred when converting OFD to PDF. Bug - Fixes an error occurred when retrieving PDF font properties. Click the link below to download Spire.PDF for C++ 11.7.0: https://www.e-iceblue.com/Download/pdf-for-cpp.html
Spire.PDF for C++ 10.7.3 enhances the conversion from OFD to PDF
2024-11-26 03:48:32
We are excited to announce the release of Spire.PDF for C++ 10.7.3. The newest version fixes the issue that the incorrect highlighted text effect occurred when converting OFD to PDF. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6978 Fixed the issue that the incorrect highlighted text effect occurred when converting OFD to PDF. Click the link below to download Spire.PDF for C++ 10.7.3: https://www.e-iceblue.com/Download/pdf-for-cpp.html
Spire.PDF for C++ 10.7.0 optimizes the conversion from PDF to OFD
2024-07-11 02:10:18
We're pleased to announce the release of Spire.PDF for C++ 10.7.0. This release reduces the size of the resulting file when converting PDF to OFD. Details are shown below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6785 Reduces the size of the resulting file when converting PDF to OFD Click the link below to download Spire.PDF for C++ 10.7.0: https://www.e-iceblue.com/Download/pdf-for-cpp.html
Spire.PDF for C++ 9.12.0 enhances the conversion from PDF to Word
2023-12-13 01:58:57
We are excited to announce the release of Spire.PDF for C++ 9.12.0. This version enhances the conversion from PDF to Word. In addition, it also fixes the issue that the program threw "ExtractSignatureAsImages" when extracting images from PDF signatures. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREPDF-6334 Fixes the issue that the program threw "System.Exception" when converting PDF to Word. Bug SPIREPDF-6339 Fixes the issue that part of the content became blurry after converting PDF to Word. Bug SPIREPDF-6404 Fixes the issue that the program threw "ExtractSignatureAsImages" when…
Spire.PDF for C++ 9.11.0 supports the PdfMarker type
2023-11-29 01:19:12
We are excited to announce the release of Spire.PDF for C++ 9.11.0. This version supports the PdfMarker type. It also enhances the conversion from PDF to XPS and PowerPoint files. Moreover, some known issues are fixed successfully in this version, such as the issue that compressing PDF documents failed. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREPDF-5945 Supports the PdfMarker type. intrusive_ptr<PdfDocument> doc = new PdfDocument(); intrusive_ptr<PdfNewPage> page = Object::Dynamic_cast<PdfNewPage>(doc->GetPages()->Add()); intrusive_ptr<PdfMarker> marker = new PdfMarker(PdfUnorderedMarkerStyle::CustomImage); marker->SetImage(PdfImage::FromFile(inputFile_Img.c_str())); std::wstring listContent = L"Data Structure\n"; listContent += L"Algorithm\n"; listContent += L"Computer…