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.
Tool to add headers and footers to a pdf document. use when you need consistent page numbering, titles, or custom branding on every page.
Tool to delete a previously generated pdf. use when you need to immediately remove a pdf by its response id.
Tool to extract specific pages from a pdf document. use when you need only certain pages from a larger pdf file.
Tool to convert a pdf document to html using libreoffice. use when you need html output of a pdf file (experimental; images may be excluded).
Tool 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.
Tool to merge multiple pdf documents into a single pdf. use when you need to concatenate several pdfs on the server-side.