Table of Contents

Convert HTML to Markdown

Returns Markdown text from a HTML document (page).

Convert HTML To Markdown

Example Example
This Flow downloads the HTML of a specified page, converts the HTML to Markdown, splits the cleaned content into smaller chunks, generates embeddings for each chunk, converts the embeddings into a SQL Server–compatible format, and stores the text, vector, and document reference in a SQL Server table. This table can then be used for vector search or to feed chat models with the extracted information.


Properties

Name Required Description
Title No The title of the action.
File Data Yes Specifies the source of the HTML text, which can either be a string, a Stream or a Byte Array.
Result variable name Yes The name of the variable in which the result will be stored.
Description No Additional notes or comments about the action or configuration.

Returns

This action returns a string/text in markdown format.


HTTP: Videos / Getting started


Generate a PDF file with tabular data

This video shows how to generate a PDF file with tabular data using the Adobe PDF Services API, and download the generated file from an InVision Workbook.
It uses the HTTP trigger and Return File HTTP Response actions to handle the request and return the file.