Skip to main content

Html to Pdf

The "HTML to PDF" tool in the Robbot RPA application allows you to convert an HTML document to a PDF file.

Parameters

URL: The URL of the HTML document to convert.Type : String File Path: The file path where the converted PDF will be saved.Type : String Margin (Optional): The margin size of the PDF document. Default is set to "1cm" if not specified.Type : String Paper Kind (Optional): The paper size of the PDF document. Default is set to "A4" if not specified. Orientation (Optional): The orientation of the PDF document. It can be either "Portrait" or "Landscape". Default is set to "Portrait" if not specified. Color (Optional): The color mode of the PDF document. It can be either "Color" or "Grayscale". Default is set to "Color" if not specified.

Usage

Provide the "URL" of the HTML document you want to convert.

Specify the "File Path" where the converted PDF file will be saved.

Optionally, set the "Margin", "Paper Kind", "Orientation", and "Color" parameters according to your requirements.

Execute the "HTML to PDF" tool.

The HTML document will be converted to a PDF file and saved at the specified file path.