Converting JSON to RTF in Android applications is a two-step process that can be accomplished using the Aspose.Total for Android via Java product family. The first step is to use the Powerful Spreadsheet Processing API, Aspose.Cells for Android via Java, to parse the JSON into a PDF. This API is available as part of the Aspose.Total for Android via Java product family. The second step is to use the Word Processing API, Aspose.Words for Android via Java, to convert the PDF into an RTF file. This API is also available as part of the Aspose.Total for Android via Java product family.
Using the Aspose.Total for Android via Java product family, developers can easily and quickly convert JSON to RTF in their Android applications. The Powerful Spreadsheet Processing API, Aspose.Cells for Android via Java, can be used to parse the JSON into a PDF. Then, the Word Processing API, Aspose.Words for Android via Java, can be used to convert the PDF into an RTF file. This two-step process is simple and efficient, allowing developers to quickly and easily convert JSON to RTF in their Android applications.
Convert JSON Format to RTF in Android Apps
- Create a new Workbook object and read valid JSON data from file
- Import JSON file to worksheet using JsonUtility class and Save it as PDF
- Load PDF document by using Document class
- Save the document to RTF format using Save method
Get Started with Android via Java APIs
You can easily use Aspose.Total for Android via Java directly from Maven and install libraries in your app.
Alternatively, you can get a ZIP file from downloads .
Set Layout & Convert JSON Format to RTF in Android Apps
Furthermore, the API allows you to set layout options for your JSON format while parsing JSON to RTF using JsonLayoutOptions . It allows you to process Array as a table, ignore nulls, ignore array title, ignore object title, convert string to number or date, set date and number format, and set title style. All of these options allow you to present your data as per your needs. The following code snippet shows you how to set the layout options.
Convert JSON Format to RTF with Watermark in Android Apps
Using the API, you can also convert JSON to RTF with watermark. In order to add a watermark to your RTF document, you can first parse the JSON file to PDF and add a watermark to it. In order to add a watermark, load the newly created PDF file using the Document class, create an instance of TextWatermarkOptions and set its properties, Call Watermark.setText method and pass watermark text & object of TextWatermarkOptions. After adding the watermark, you can save the document to RTF.