Populate HTML Template Document with External Data using REST APIs
Whatβs new in this release?
Aspose team is pleased to announce the new monthly release of Aspose.HTML Cloud 18.9. This release has introduced REST APIs that let users populate HTML template document with external data. In this release an initial limited implementation of this feature has been provided. It will be extended with new options in nearest releases. Aspose.HTML Cloud provides a capability to use HTML document as a template to populate it with some external data. Source data can be in various formats, such as XML, JSON etc. Please use one of the two APIs for template merge, GET /html/{templateName}/merge and PUT /html/{templateName}/merge. The first API can be used to Merge HTML template with data and return resulting HTML document in the response content; both template and source data are stored in the cloud storage and second one can be used to Merge HTML template with data and save resulting HTML document to cloud storage; a template is stored in the storage, and source data are passed in the request content. GetDocument API is considered as redundant and unclear so has been removed. The list of important new and improved features are given below
HTML template merge with external data (see below v.18.9 - API Changes)
deleting deprecated code: microservice connections using ZeroMQ have been removed as unused
GetDocument endpoint has been considered as redundant and unclear and removed from API
Newly added documentation pages and articles
Some new tips and articles have now been added into Aspose.Html for .NET documentation that may guide users briefly how to use Aspose.Html for performing different tasks like the followings.
HTML Template Merge Specification
Populate HTML Document Template with Data
Overview: Aspose.Html for Cloud
Aspose.Html for .NET is an advanced HTML manipulation API that enables developers to perform a wide range of HTML manipulation tasks directly within .NET applications. This API offers the capabilities to create as well as manipulate HTML files within your .NET applications. It also provides the features to iterate through HTML elements, Nodes, extract CSS information, edit or remove HTML nodes, configure a document sandbox which affects the processing of CSS styles, rendering of HTML to PDF, XPS or raster image formats and much more.
More about Aspose.Html for Cloud
Homepage of Aspose.Html for Cloud
Download Aspose.Html for Cloud
Online documentation Aspose.Html for Cloud