casper
back to apps
API2PDF

API2PDF

to use api2pdf with casper, just text and ask — casper will handle the connection from your thread.


description

Api2Pdf is a REST API that enables developers to generate PDFs from HTML, URLs, and various document formats using engines like wkhtmltopdf, Headless Chrome, and LibreOffice.

what casper can do

  • Add Header FooterTool to add headers and footers to a pdf document. use when you need consistent page numbering, titles, or custom branding on every page.
  • Delete PDFTool to delete a previously generated pdf. use when you need to immediately remove a pdf by its response id.
  • Extract PDF PagesTool to extract specific pages from a pdf document. use when you need only certain pages from a larger pdf file.
  • LibreOffice PDF to HTMLTool to convert a pdf document to html using libreoffice. use when you need html output of a pdf file (experimental; images may be excluded).
  • LibreOffice ThumbnailTool to generate a thumbnail image of a document using libreoffice. use when you need a quick visual preview of a pdf or office file's first page.
  • Merge PDFsTool to merge multiple pdf documents into a single pdf. use when you need to concatenate several pdfs on the server-side.

often used together