Aspose.Words.Cpp 20.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.Words.Cpp --version 20.3.0
NuGet\Install-Package Aspose.Words.Cpp -Version 20.3.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.Words.Cpp" Version="20.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Words.Cpp --version 20.3.0
#r "nuget: Aspose.Words.Cpp, 20.3.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.Words.Cpp as a Cake Addin
#addin nuget:?package=Aspose.Words.Cpp&version=20.3.0

// Install Aspose.Words.Cpp as a Cake Tool
#tool nuget:?package=Aspose.Words.Cpp&version=20.3.0

C++ API for Word Document Processing

A standalone C++ class library to load, save, format & convert Microsoft Word® documents without Office Automation.

Aspose.Words for C++ is a powerful on premise API that can be used for a great range of document processing tasks such as; working with documents, sections, tables, bookmarks, fields, form fields, DocumentBuilder, ranges, comments, content control SDT, images, styles, charts, watermarks, lists, shapes, mail merge, rendering, printing and much more.

Word File Processing Features

New Features in Version 20.3

  • Ability to set different attributes of Shape inside IFieldMergingCallback.ImageFieldMerging.
  • New properties FindReplaceOptions.
  • Implemented color change for side faces.
  • Ability to get a column of table by bookmark.
  • Implemented correct contour rendering for volume shapes.

Limitations and API Differences in Version 20.3

Aspose.Words for C++ has some differences as compared to its equivalent .NET version of the API. This section contains information about all such functionality that is not available in the current release. The missing features will be added in future releases.

  • The current release does not support:
    • Some cryptography features - it cannot verify and sign documents.
    • Downloading remote resources from the Internet.
    • The Metered license.
    • Multipage TIFF format.
    • LINQ and Reporting features.
  • Limited support for database features - C++ does not have a common API for DB like .Net System.Data.
  • Only supports Microsoft Visual C++ version 2015 or higher and only for the x64 platform.

For the detailed notes, please visit Aspose.Words for CPP 20.3 Release Notes.

Read & Write Word Processing Files

Microsoft Word: DOC, DOT, DOCX, DOCM, DOTX, DOTM, RTF, FlatOPC, FlatOpcMacroEnabled, FlatOpcTemplate, FlatOpcTemplateMacroEnabled WordprocessingML: WordML Web: HTML, MHTML OpenOffice: ODT Other: TXT, MOBI

Save Word Documents As

Fixed Layout: PDF, XPS, OpenXPS Graphics: SVG, EMF Web: HtmlFixed Other: PS, PCL, XamlFlow, XamlFixed, EPUB

Getting Started with Aspose.Words for C++

Are you ready to give Aspose.Words for C++ a try? Simply execute Install-Package Aspose.Words.Cpp from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Words for C++ and want to upgrade the version, please execute Update-Package Aspose.Words.Cpp to get the latest version.

Create DOCX with HelloWorld Text via C++

Try executing the following snippet to see how Aspose.Words for C++ performs in your own environment or check the GitHub Repository for other common usage scenarios.

// create a blank document.
System::SharedPtr<Document> doc = System::MakeObject<Document>();
// the DocumentBuilder class provides members to easily add content to a document.
System::SharedPtr<DocumentBuilder> builder = System::MakeObject<DocumentBuilder>(doc);
// write a new paragraph in the document with the text "Hello World!"
builder->Writeln(u"Hello World!");
// save the document. 
// the format to save as is inferred from the extension of the file name.
doc->Save(u"output.docx");

Convert DOC to EPUB Format

Aspose.Words for C++ allows you to convert Microsoft Word® formats into bytes, EPUB, HTML and other file formats. Following code sample displays how to convert a DOC file into an EPUB format using C++:

// load the document from disk.
System::SharedPtr<Document> doc = System::MakeObject<Document>(u"template.doc");
// Save the document in EPUB format.
doc->Save(u"output.epub");

Limitations

  • No support for encrypted documents.
  • No support for downloading remote resources from the Internet.
  • Limited and unstable support for rendering features.
  • No support for reporting features.

Product Page | Documentation | API Reference | Code Examples | Blog | Free Support | Temporary License

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Aspose.Words.Cpp:

Package Downloads
Aspose.Total.Cpp

Aspose.Total for C++ is a complete package of C++ libraries specifically designed to create, manipulate and convert popular file formats from Microsoft Office and PDF without requiring Office or Adobe Automation. C++ API package also includes a specialized library to generate and recognize barcode labels from images with advanced features to customize the barcode generation and recognition process.

Aspose.Words.Shaping.HarfBuzz.Cpp

Aspose.Words.Shaping.HarfBuzz.Cpp is a C++ wrapper around HarfBuzz shaping engine for use in Aspose.Words.Cpp. Free support for Aspose.Words for C++ is provided on our support forum: https://forum.aspose.com/ and on StackOverflow: https://stackoverflow.com/questions/tagged/aspose.words

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
24.3.0 766 3/28/2024
24.2.0 1,350 3/5/2024
24.1.0 1,268 2/2/2024
23.12.0 1,691 12/28/2023
23.11.0 576 12/21/2023
23.10.0 3,035 11/27/2023
23.9.0 4,152 9/22/2023
23.8.0 3,042 8/23/2023
23.7.0 3,077 7/26/2023
23.6.0 3,579 6/19/2023
23.5.0 2,561 5/22/2023
23.4.0 3,246 4/17/2023
23.3.0 3,988 3/20/2023
23.2.0 4,444 2/16/2023
23.1.0 5,769 1/26/2023
22.12.0 5,599 12/20/2022
22.11.0 6,195 11/23/2022
22.10.0 6,035 10/20/2022
22.9.0 2,711 10/3/2022
22.8.0 6,444 9/2/2022
22.7.1 10,676 7/21/2022
22.7.0 2,862 7/21/2022
22.6.0 11,708 6/24/2022
22.5.0 6,579 5/17/2022
22.4.0 7,315 4/13/2022
22.3.0 7,491 3/22/2022
22.2.0 8,312 2/16/2022
22.1.0 3,079 1/19/2022
21.12.0 5,128 12/17/2021
21.11.0 9,666 11/13/2021
21.10.0 7,790 10/15/2021
21.9.0 5,553 9/15/2021
21.8.0 4,278 8/20/2021
21.7.0 7,204 7/16/2021
21.6.0 5,778 6/17/2021
21.5.0 6,978 5/14/2021
21.4.0 3,482 4/14/2021
21.3.0 4,631 3/15/2021
21.2.0 10,669 2/15/2021
21.1.0 5,359 1/22/2021
20.12.0 5,168 12/18/2020
20.11.0 5,427 11/17/2020
20.10.0 3,141 10/19/2020
20.9.0 2,914 9/18/2020
20.8.0 4,497 8/14/2020
20.7.1 1,231 8/7/2020
20.7.0 5,331 7/16/2020
20.6.0 6,996 6/16/2020
20.5.0 3,878 5/19/2020
20.4.0 5,163 4/20/2020
20.3.0 2,375 3/16/2020
20.2.0 5,356 2/14/2020
20.1.0 2,550 1/20/2020
19.12.0 2,092 12/10/2019
19.11.1 1,335 11/19/2019
19.11.0 1,625 11/8/2019
19.10.0 5,352 10/3/2019
19.9.0 1,543 9/5/2019
19.8.1 1,869 8/28/2019
19.8.0 1,611 8/12/2019
19.7.0 1,442 7/13/2019
19.6.0 1,524 6/14/2019
19.5.0 1,551 4/25/2019
19.4.0 1,445 4/1/2019
18.11.0 3,379 11/9/2018
18.8.0 2,852 7/30/2018