Aspose.HTML Cloud 18.8 Release Notes
The page contains release notes for Aspose.HTML Cloud 18.8 – API Reference
Enhancements
- Selection of the HTML layout fragments that match criteria specified by using CSS selectors (see below v.18.8 - API Changes)
Fixed bugs
- GET images by URL - invalid Content-Disposition header value (similar issue was found in other APIs using source page URL as parameter).
v18.8 - API Changes
All URLs are related to https://api.aspose.cloud/v1.1/html
- GET: Selects HTML fragments by CSS selector from HTML document (located in storage by its name and folder path, like /folder1/folder2/name.html) and returns them as plain text or JSON.
/{name}/fragments/css/{outFormat}?selector={selector}&folder={folder}&storage={storage}
- GET: Selects HTML fragments by CSS selector from the HTML page (located in Web by its URL) and returns them as plain text or JSON.
/fragments/css/{outFormat}?sourceUrl={sourceUrl}&selector={selector}