← Tools Reference

API2PDF

API2PDF integration (Productivity, Developer Tools). Imported from open-connector.

API key1 toolhttps://v2.api2pdf.com
POST
api2pdf_markdown_to_pdf
Convert raw Markdown to PDF with API2PDF and return the generated PDF URL plus conversion metadata.

/chrome/pdf/markdown

4 parameters
ParamTypeRequiredDescription
markdownstringrequiredThe raw Markdown content to convert to PDF.
fileNamestringoptionalAn optional output PDF file name sent to API2PDF.
inlinebooleanoptionalWhether API2PDF should mark the generated PDF for inline display when possible.
optionsobjectoptionalAdvanced Headless Chrome PDF options forwarded to API2PDF as-is. Use the offici…