Why to Convert
JSON (JavaScript Object Notation) is a lightweight data-interchange format that is used to store and exchange data. It is a text-based format that is easy for humans to read and write. ODT (OpenDocument Text) is an open standard for word processing documents. It is an XML-based file format for spreadsheets, charts, presentations and word processing documents. Converting JSON to ODT allows users to open and edit the data in a word processor.
How Aspose.Total helps for json to odt conversion
Aspose.Total for C++ is a suite of APIs that enables developers to create, manipulate and convert documents within their C++ applications. It includes APIs for Excel, Words, PDF and other file formats. With Aspose.Total for C++, developers can easily parse JSON to ODT in two simple steps. Firstly, by using Aspose.Cells for C++, developers can export JSON to PDF. After that, by using Aspose.Words for C++, developers can convert PDF to ODT. This allows developers to quickly and easily convert JSON to ODT within their C++ applications. Aspose.Total for C++ also provides a range of other features such as document manipulation, document conversion, document comparison and more.
Convert JSON Format to ODT in C++
Get Started with C++ File Automation APIs
Install via Package Manager Console of Visual Studio with Install-Package Aspose.Total.Cpp
.
Alternatively, get the offline MSI installer or DLLs in a ZIP file from downloads .
Set Layout & Convert JSON Format to ODT in C++
While parsing JSON to ODT, you can also set the size of rows and columns by loading JSON with IWorkbook class. If you need to set the same row height for all rows in the worksheet, you can do it by using the SetStandardHeight method of the ICells collection. Similarly, to set the same column width for all columns in the worksheet, use the ICells collection’s SetStandardWidth method.
Convert JSON Format to ODT with Watermark in C++
Using the API, you can also parse JSON to ODT with watermark. In order to add a watermark to your ODT document, you can first convert JSON to PDF and add a watermark to it. In order to add a watermark, load the newly created PDF file using the Document class, set different properties for text watermark, call SetText method and pass watermark text & object of TextWatermarkOptions. After adding the watermark, you can save the document to ODT.