TO_PDF

Description

Creates a binary object out of the given string, encoding it as a PDF file.

Syntax

TO_PDF(string) -> Blob

Parameters

ParameterData TypeRequiredDescription
stringStringYesString to convert.

Example

Rendered PDF example:

TO_PDF Rendered Example

Related Formulas