Cython
Numba
PyPy
cx_Freeze
Nim (programming language)
bbfreeze
NumPy
PyInstaller
DocSpring
DocRaptor
Doczilla
wkhtmltopdf
PDF Generator API
DocuSign
MailMergic
HTML PDF API
We provide a PDF filling and generation API:
PDF generation doesn't need to be complicated or take weeks of engineering time. Use our battle-tested service to start filling out PDFs in minutes.
DocSpringNo DocSpring videos yet. You could help us improve this page by suggesting one.
DocSpring's answer:
Ruby on Rails, React, AWS
DocSpring's answer:
DocSpring is built specifically for developers who need reliable, secure PDF generation in production. We combine PDF form filling and HTML-to-PDF in a single API, with a visual template editor, typed fields, and validation to catch issues early. Our product has a lot of power features and is built to handle very advanced forms. Our infrastructure is SOC 2 Type II compliant, battle-tested, privacy focused, and optimized for high-volume workloads, so you can ship PDF features quickly and then stop thinking about them.
DocSpring's answer:
DocSpring is designed for teams who need a powerful tool with all the features you need for complex forms and business logic. DocSpring supports structured JSON, typed fields, and array iterations, and many other advanced features, so your templates stay aligned with your real data model. You get powerful validation, a visual editor, strong observability, and an API that fits into modern engineering workflows, so you spend less time fighting PDFs and more time shipping product.
DocSpring's answer:
DocSpring is built for engineering and product teams who manage complex documents in production: things like financial applications, insurance forms, healthcare and legal documents, HR and payroll workflows, and government-style forms.
DocSpring's answer:
I used to work at a payroll company (Gusto). We had built a similar in-house tool for filling out tax forms. I then built the first version of DocSpring (formerly named FormAPI) while I was living in Thailand. I built it to automate the filling out of visa application and visa extension forms, but realized that it could also be used for tax forms, real estate contracts, and any other kind of fillable PDF form.
DocSpring's answer:
Based on our record, Cython should be more popular than DocSpring. It has been mentiond 48 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
>Not type safe That's the point. Look up what duck typing means in Python. Your program is meant to throw exceptions if you pass in data that doesn't look and act how it needs to. This means that in Python you don't need to do defensive programming. It's not like in C where you spend many hundreds of lines safe-guarding buffer lengths, memory allocation, return codes, static type sizes, and so on. That means that... - Source: Hacker News / about 2 years ago
Https://cython.org can help with that. - Source: Hacker News / over 2 years ago
The approach that I favour is to use Cython. The nice thing with this approach is that your code is still written as (almost) Python, but so long as you define all required types correctly it will automatically create the C extension for you. Early versions of Cython required using Cython specific typing (Python didn't have type hints when Cython was created), but it can now use Python's type hints. Source: about 3 years ago
Just for reference, * Nuitka[0] "is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11." * Pypy[1] "is a replacement for CPython" with builtin optimizations such as on the fly JIT compiles. * Cython[2] "is an optimising static compiler for both the Python programming language and the extended Cython programming language... Makes writing C... - Source: Hacker News / over 3 years ago
Profile and optimize the hotspots with cython (or whatever the cool kids are using these days... It's been a while.). Source: over 3 years ago
I'm still working on DocSpring [1], originally launched on Hacker News in October 2017 under the name "FormAPI." It's a PDF generation API with a template editor UI for setting up fields on PDF forms. It makes it easy to turn complex tax and immigration forms into simple type-safe APIs with strong validations. I've been having a lot of fun with AI agents lately. Have tried a lot of them - Cline, Roo Code,... - Source: Hacker News / over 1 year ago
For programmatic filling of PDFs, have a look at DocSpring: https://docspring.com. - Source: Hacker News / over 2 years ago
Great post. I've spend a lot of time reading through the PDF specification over the last ~5 years while building DocSpring [1], and I still feel like I've barely scratched the surface. Qpdf is a great tool. One of my other favorites is RUPS [2], which really lets you dig into the structure of a PDF. [1] https://docspring.com [2] https://github.com/itext/i7j-rups. - Source: Hacker News / about 3 years ago
Hi /u/pepeday, I’m the founder of a software product that I built to solve this problem. The service is called DocSpring: https://docspring.com We provide a platform that you can use to set up PDF templates, and automatically generate PDFs by filling in those templates with data from your database. Please feel free to send me a message and I’d be happy to speak with you and help you figure out a solution. I can... Source: almost 5 years ago
- https://docspring.com/ (super advanced features, a bit bloated). Source: about 5 years ago
Numba - Numba gives you the power to speed up your applications with high performance functions written...
DocRaptor - As the only API powered by the Prince HTML-to-PDF engine, DocRaptor provides the best support for complex PDFs with powerful support for headers, page breaks, page numbers, flexbox, watermarks, accessible PDFs, and much more
PyPy - PyPy is a fast, compliant alternative implementation of the Python language (2.7.1).
Doczilla - Effortlessly create stunning PDFs and screenshots. Seamlessly store them in your own AWS or Google Cloud Storage bucket, putting the control and creativity right at your fingertips.
cx_Freeze - cx_Freeze is a set of scripts and modules for freezing Python scripts into executables in much the...
wkhtmltopdf - wkhtmltopdf is an open source (LGPL) command line tools to render HTML into PDF and various image...