Craftmypdf

Integrate Craftmypdf with your AI workspace

CraftMyPDF is a web-based platform that enables users to design and generate customizable PDF documents using pre-designed templates and dynamic data.

Explore Triggers and Actions

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.

ActionTry it

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.

ActionTry it

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.

ActionTry it

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.

ActionTry it

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.

ActionTry it

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.

ActionTry it

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.

ActionTry it

List API Transactions

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

ActionTry it

List PDF Templates

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

ActionTry it

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.

ActionTry it

Query Template Usage Statistics

Tool to retrieve usage statistics for specified templates within a date range. Use when you need to track PDF generation counts and credit consumption for specific templates.

ActionTry it

Update PDF Fields

Tool to update fillable fields in a PDF document such as text fields, checkboxes, and dropdowns. Use when you need to programmatically fill out PDF forms by updating field values. The PDF must contain fillable form fields with identifiable names that match the field IDs you provide.

ActionTry it