All
Articles 141,323Blog Posts 143,936Tech Tutorials 36,729Research Papers 27,203News 19,630
⚡ AI Lessons

Dev.to · PDFops
2d ago
Snapshot-testing generated PDFs in CI with a hash instead of a diff
A headless-browser PDF renderer stamps a new timestamp and reorders internal objects every run, so byte-diffing its output in CI always fail

Dev.to · PDFops
1w ago
Migrating off wkhtmltopdf on AWS Lambda
wkhtmltopdf is archived, its last release carries an unpatched CVSS 9.8 SSRF, and it still ships as a Lambda Layer binary. If what you rende

Dev.to · PDFops
1w ago
Assembling a KYC packet on Deno Deploy
Discover a template's fields at request time, fill it, and merge in the applicant's ID scan — one PDF packet, chaining PDFops' three primiti

Dev.to · PDFops
⚡ AI Lesson
1mo ago
Fill a PDF form inside a Cloudflare Worker — no Chromium, no Lambda
Headless Chrome won't run in a V8 isolate and a render layer doesn't belong on Lambda. The minimal Worker that fills an AcroForm PDF with one fetch.

Dev.to · PDFops
1mo ago
Fill a PDF in JavaScript — in the browser or via API
Fill PDF form fields in JavaScript: client-side in the browser so the file never leaves the user's machine, or server-side through one fetch. Honest comparison

Dev.to · PDFops
🔧 Backend Engineering
⚡ AI Lesson
1mo ago
Fill a PDF in Node.js — one fetch, no headless browser
Fill PDF form fields from Node.js with native fetch and FormData — no headless browser, no native addons. One call returns a filled PDF, deterministically. Hone

Dev.to · PDFops
📣 Digital Marketing & Growth
⚡ AI Lesson
1mo ago
The case for deterministic PDF filling
AI can read almost any document now. But the write step — filling a W-9, an ACORD form, a contract — should not be a language model. Here's why deterministic PD
DeepCamp AI