📄️ Convert from HTML to Word
This action converts HTML data into a Word Document. It support sections orientation changes with the help of the section-orientation tag which can be attributed to a p or div tag. The position of the orientation change which be attributed to the value current or after. And the new orientation portrait or landscape.
📄️ Create CSV from List
Serializes a list of entities from the context into CSV (Comma Separated Values) format.
📄️ Create Excel from CSV Text
Serializes a CSV text into Excel format. Requires XLSX.
📄️ Create Excel from List
Serializes a list from the context into Excel format. Requires XLSX.
📄️ Create Excel from SQL query
Serializes the result of an SQL Query into Excel format. Optimized to use with large amounts of data.
📄️ Generate PDF
Audience: Low-code Engineers
📄️ Get Excel Sheet Names
Create CSV with the sheet names from an excel file. Requires XLSX.
📄️ Merge PDF
Audience: Low-code Engineers
📄️ Overlay PDF
Audience: Low-code Engineers
📄️ Replace Tokens in Word Document
Tokenize a template DOCX document and create a new document with the result in the specified folder. Please read the documentation on this action before using it.
📄️ Save file to disk
Saves a file to disk. The contents of the file can be retrieved from an arbitrary URL or it can be specified as a plain text value. When retrieving the file from an URL endpoint the supported request method is GET. Also, we can infer the filename and extension from the Content-Disposition header of the request if it is present and the Pattern parameter evaluates to an empty string.
📄️ Extract PDF
Audience: Low-code Engineers