Simplify how you process documents with a powerful and secure PDF API. Fast and easy integration enables you to instantly generate, convert, and modify PDF documents in your workflows.
@arkgil I've previously used wkhtmltopdf to create PDFs from HTML templates for e.g. invoice creation and other customer-facing reporting (attaching the created pdf to emails and all that). How does PDF API compare to it, especially when it comes to rendering large tables that span multiple pages? Congrats on the launch btw!
@msch Thank you! When it comes to multi-page tables, we handle those pretty well - we've worked with a few customers who required that specific feature and heard positive feedback. You can even make the table header appear on all the pages by setting the `display: table-header-head; break-inside: avoid` CSS on it.
If I have a plan, let's say Starter and my user arrives at the 1001 document, will get an error. At this point I notice the error in my logs and I go quickly to upgrade the pdf api plan.
However this is not good in real life, I end up with having bad experience for my users. There can be even a day before I notice I need to upgrade. Would be good if there would be also a price per document and each document over plan to be processed and invoiced at the end of the month, so no loss of work. Also a plan of type pay as you go, like Firebase has, would be good.
Hello Product Hunt! We’re super excited to officially launch PSPDFKit API -- it’s a collection of HTTP APIs that enable you to convert, generate, and edit documents without running any service on your infrastructure. 🎉
What differentiates the API from others is that you can chain together multiple “actions” as part of a single API request. For example, you can convert, OCR, watermark, edit, and flatten a document — all in one call. Available actions include:
- PDF Generator
- PDF Converter
- Image Converter
- OCR
- Watermark
- Merge
- Split
- Duplicate
- Delete
- Flatten
The documentation includes sample code for JavaScript, Python, Java, C#, PHP, and the command line. A Postman collection is also available.
🙏 Let us know what you think or if you have any questions (https://pspdfkit.com/api/)
PDF Viewer