← Back to all sparks
P

PDFMonkey

INFRA · APIS
Velocity0.0

API service for generating PDF documents from HTML templates

PDFMonkey built a visual template editor, and with it stopped being a developers-only tool.

pdf-generationtemplate-builderno-codeapi-sdkdocument-security
Current state
February's release introduced a drag-and-drop builder written from scratch — components dropped onto the page, styling done visually, and loops, conditions, and variables exposed through panels rather than template code, with custom CSS still available underneath. Around it sits API-side work: a Ruby SDK 1.0 with full CRUD, typed exceptions, persistent connections, and multi-tenant credential scoping, and password-protected output where adding a _password field to a document's meta object produces an AES-256 encrypted PDF across every template type, every integration, and every plan including free. Earlier entries cover template restore and self-service Boost Pack purchases.
Where it's heading
Two audiences are being served from one engine. The builder opens template authoring to people who do not write HTML, which is the constraint that has kept document-generation tools inside engineering teams; the SDK and meta-field work keep the developer path uncluttered, with encryption arriving as a one-field change rather than a configuration screen. The pattern in both is minimal ceremony — no template changes, no account setup, works everywhere — which is what a product does when it is trying to remove reasons to look elsewhere rather than add reasons to upgrade.
Prediction
Expect the builder to keep absorbing what previously required the code editor, since a visual editor's value depends on how rarely a user has to drop out of it. The entries stop in March, so where the API side goes next is not readable.

Recent moves

  1. 5mo ago

    Keep your PDF files private with passwords

    Adding a _password field to a document's meta object produces an AES-256 encrypted PDF, working across code-editor and Builder templates, every integration, and all plans including free. Opt-in per document with no configuration — the same low-ceremony pattern as the rest of PDFMonkey's API surface.

    View source ↗
  2. 6mo ago

    Fixes for Boost Pack resets, builder escaping, and preview memory

    Three fixes: Boost Packs resetting after a Customer Portal visit, quote and ampersand escaping breaking templates in the new builder, and memory blowups on large PDFs in the preview panel. Stabilization on the builder shipped days earlier.

    View source ↗
  3. 6mo ago

    Ruby SDK v1.0.0

    The Ruby SDK reaches 1.0 with full CRUD across documents, templates, snippets, engines, and webhooks, typed exceptions, persistent HTTP connections, multi-tenant credential scoping, and draft workflows. Multi-tenant scoping is the notable item — it is what an agency or platform embedding PDFMonkey needs.

    View source ↗
  4. 6mo ago

    A visual drag-and-drop template builder, written from scratch

    ⚡ SPARK

    A visual drag-and-drop template builder written from scratch, with components, visual styling, and loops, conditions, and variables surfaced in panels instead of template syntax. It changes who can author a document template, which is the constraint that has defined the product until now.

    View source ↗
  5. 8mo ago

    Deleted templates can be restored without contacting support

    Deleted templates can be listed and restored from the bottom of the templates list rather than through a support chat. A self-service path for a recovery that previously needed a human on the other end.

    View source ↗
  6. 9mo ago

    One-off Boost Packs are purchasable from the Billing page

    One-off Boost Packs are purchasable directly from the Billing page, with permanent ones still routed through support. Another support interaction converted into a self-serve action.

    View source ↗