![]() |
VOOZH | about |
dotnet add package Aspose.Words.Cpp --version 26.4.0
NuGet\Install-Package Aspose.Words.Cpp -Version 26.4.0
<PackageReference Include="Aspose.Words.Cpp" Version="26.4.0" />
<PackageVersion Include="Aspose.Words.Cpp" Version="26.4.0" />Directory.Packages.props
<PackageReference Include="Aspose.Words.Cpp" />Project file
paket add Aspose.Words.Cpp --version 26.4.0
#r "nuget: Aspose.Words.Cpp, 26.4.0"
#:package Aspose.Words.Cpp@26.4.0
#addin nuget:?package=Aspose.Words.Cpp&version=26.4.0Install as a Cake Addin
#tool nuget:?package=Aspose.Words.Cpp&version=26.4.0Install as a Cake Tool
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
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.
Base64 encoding.RoutingSlip data while saving.| Microsoft Windows Server | Microsoft Windows |
|---|---|
| Windows 2008 Server (x64, x86) | Windows XP (x64, x86) |
| Windows 2012 Server (x64, x86) | Windows Vista (x64, x86) |
| Windows 2012 R2 Server (x64, x86) | Windows 7 (x64, x86) |
| Windows 2016 Server (x64, x86) | Windows 8, 8.1 (x64, x86) |
| Windows 2019 Server (x64, x86) | Windows 10 (x64, x86) |
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.
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");
Aspose.Words for C++ allows you to convert Microsoft Word® formats into bytes, EPUB, HTML, and other file formats. The 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");
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| native | native native is compatible. |
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 |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.4.0 | 847 | 5/13/2026 |
| 26.3.0 | 2,424 | 4/9/2026 |
| 26.2.0 | 6,627 | 3/12/2026 |
| 26.1.0 | 13,155 | 1/27/2026 |
| 25.12.0 | 15,507 | 12/18/2025 |
| 25.11.0 | 17,146 | 11/24/2025 |
| 25.10.0 | 18,308 | 11/10/2025 |
| 25.9.0 | 20,018 | 9/25/2025 |
| 25.8.0 | 20,420 | 8/25/2025 |
| 25.7.0 | 21,014 | 8/5/2025 |
| 25.6.0 | 21,205 | 6/23/2025 |
| 25.5.0 | 20,908 | 5/23/2025 |
| 25.4.0 | 21,171 | 4/27/2025 |
| 25.3.0 | 21,248 | 4/2/2025 |
| 25.2.0 | 21,880 | 2/19/2025 |
| 25.1.0 | 21,702 | 1/26/2025 |
| 24.12.0 | 21,852 | 12/30/2024 |
| 24.11.0 | 21,560 | 12/12/2024 |
| 24.10.0 | 22,852 | 10/25/2024 |
| 24.9.0 | 22,385 | 9/20/2024 |