Skip to main content

Convert Markdown to PDF.

POST 

/pdf/markdownstringtopdf

Convert Markdown to PDF.

Request

Header Parameters

    ipaas string

Bodyrequired

    markdownStringstringrequired

    The Markdown source that will be converted to a PDF.

    cssstring

    Custom CSS to change the Markdown look.

    getAsUrlboolean

    Whether the result PDF should be returned as a URL. Default is false.

    Example: true
    fileNamestring

    The PDF file name. Default is a random ID.

Responses

Success

Schema
    urlstringrequired