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…