Craftmypdf icon

Craftmypdf

Template-driven PDF generation service for PDF documents, template editors, watermarks, text overlays, and parallel rendering.

Covers back-office PDF generation that renders templates from JSON data, runs jobs in parallel or async, and applies watermarks, text, or page numbers.

Sign in to connect Craftmypdf

Sign in to connect an account and start using Craftmypdf in your apps.

Example Use Cases

These are example ways Snow can use Craftmypdf when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.

Add Text to PDF

Tool to add text annotations to a PDF including page numbers, watermarks, and custom text at specified positions. Supports dynamic variables like {{pageNumber}} and {{totalPages}} for automatic page numbering. Use when you need to add watermarks, headers, footers, or any text overlay to existing PDF documents.

Add Watermark to PDF

Tool to add a text watermark to a PDF with customizable font, size, color, opacity, and rotation. Use when you need to overlay watermark text (e.g., CONFIDENTIAL, DRAFT) on PDF documents. For more advanced text placement and formatting options, consider using the add-text-to-pdf endpoint instead.

Create Editor Session

Tool to create an embeddable editor session URL for a template. Use when you need to embed the PDF editor for a specific template.

Create PDF Asynchronously (Extended)

Tool to create a PDF file asynchronously with JSON data and template. Returns immediately with a transaction reference and makes an HTTP/HTTPS GET callback to webhook_url when the PDF is generated. Use when you need non-blocking PDF creation with advanced options like image optimization, resizing, and custom storage configuration.

Create PDFs in Parallel

Tool to create multiple PDF files in parallel from templates with JSON data. Processes multiple PDF generation requests concurrently for improved performance. Optionally merges all generated PDFs into a single file when merge parameter is enabled. Use when you need to generate multiple PDFs at once from different templates or data.

Get Account Information

Tool to retrieve account information including subscription and usage details. Use when you need to check quota limits, template usage, or account creation date.

Get PDF Information

Tool to retrieve information about a PDF file including metadata, page count, and other properties. Use when you need to analyze PDF file structure or extract metadata without downloading the entire file.

List API Transactions

Tool to retrieve a paginated list of API transactions. Use when you need to view transaction history with pagination support.

List PDF Templates

Tool to retrieve a paginated list of PDF templates. Use when you need to browse available templates before generating a PDF.

Merge PDF Files

Tool to merge multiple PDF files from URLs into a single PDF document. Use when you need to combine multiple PDF files into one consolidated document. The API fetches PDFs from the provided URLs and merges them in the order specified.