We are excited to announce the release of Spire.Doc for C++ 12.2.1. This version supports obtaining page content through fixed layout. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Supports obtaining page content through fixed layout. // Specify the file path wstring input_path = DATAPATH; wstring inputFile = input_path + L"in.docx"; wstring output_path = OUTPUTPATH; wstring outputFile = output_path + L"out.txt"; // Create a new instance of Document intrusive_ptr<Document> document = new Document(); //Load the document from the specified file document->LoadFromFile(inputFile.c_str(), FileFormat::Docx); intrusive_ptr<FixedLayoutDocument> layoutDoc = new FixedLayoutDocument(document);…
We are happy to announce the release of Spire.Doc for C++ 12.2.0. This version fixes the issue that strings were lost on Linux. More details are listed below. Here is a list of changes made in this release Category ID Description Bug - Fixes the issue that strings were lost on Linux. Click the following link to download Spire.Doc for C++: https://www.e-iceblue.com/Download/doc-for-cpp.html
We are happy to announce the release of Spire.Doc for C++ 11.6.3. This version fixes the issue that the thrown exception could not be caught by Try Catch. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREDOC-9518 Fixes the issue that the thrown exception could not be caught by Try Catch. Click the link to download Spire.Doc for C++ 11.6.3: https://www.e-iceblue.com/Download/doc-for-cpp.html