Same document automation quality. Plus URL-to-PDF, templates, form filling, and CSV batch processing. Starting at free with custom templates and template editor.
CraftMyPDF is a PDF generation API with a visual editor. DocuQueue offers the same core features with a modern API, free tier, and custom templates with a template editor.
DocuQueue is a modern PDF generation API that does everything CraftMyPDF does and more. Convert HTML or URLs directly, fill PDF forms, generate from templates, and process batches from CSV.
CraftMyPDF is a PDF generation API with a visual drag-and-drop editor. It has been a popular option for teams that prefer a visual approach to template design over code-based workflows.
CraftMyPDF focuses on visual template editing. DocuQueue gives you the same power with modern features and pricing that scales with you.
CraftMyPDF only accepts templates. DocuQueue converts live URLs to PDF with one parameter.
Skip setup work. Use pre-designed invoice, certificate, and report templates out of the box.
Submit data directly to fillable PDF forms. No template setup required.
Upload a CSV, generate hundreds of personalized PDFs in one request. CraftMyPDF has limited batch support.
Free for 25 credits per month. Starter plan at $9 for 500 credits. CraftMyPDF starts at $29/month for only 100 PDFs.
Build and edit templates visually, or upload DOCX files directly. API access for developers.
Upload your own Word documents as templates. Fill them with data via the API. No HTML or CSS required.
CraftMyPDF starts at $29/month for 100 PDFs with limited free tier. DocuQueue gives you a free tier and transparent pricing from day one.
| Feature | CraftMyPDF | DocuQueue |
|---|---|---|
| HTML to PDF | Supported | Supported |
| URL to PDF | Not supported | Built-in |
| Built-in templates | Limited selection | Invoice, certificate, report |
| Form filling | Not available | Supported |
| CSV batch processing | Limited support | Built-in |
| Visual editor | Drag-and-drop | Template editor + DOCX upload |
| Feature | CraftMyPDF | DocuQueue |
|---|---|---|
| Free tier | Limited | 50 credits/month free |
| Starter price | $29/month | $9/month |
| PDFs at starter | 100 PDFs | 250 credits |
| Overage cost | $0.29 per PDF | $0.04 per credit |
| Annual discount | Available | Two months free |
Switching takes a few minutes. The concept is the same (send content, get a PDF), and your templates work without changes.
No credit card required. You get 25 free credits and an API key instantly.
// Before (CraftMyPDF) const response = await fetch( 'https://api.craftmypdf.com/v1/create', { method: 'POST', headers: { 'X-Api-Key': API_KEY }, body: JSON.stringify({ template_id: ID, data: payload }) } ); // After (DocuQueue) const response = await fetch( 'https://docuqueue.com/api/v1/convert-html', { method: 'POST', headers: { 'api-key': API_KEY }, body: JSON.stringify({ html: html }) } );
// Convert a live URL to PDF
const response = await fetch(
'https://docuqueue.com/api/v1/convert-url',
{
method: 'POST',
headers: { 'api-key': API_KEY },
body: JSON.stringify({ url: 'https://example.com/invoice' })
}
);
Same PDF quality, more features, lower cost. Your invoices, certificates, and reports are ready to go.
CraftMyPDF starts at $29/month for 100 PDFs with limited free tier. DocuQueue offers 50 credits per month free and a $9/month starter plan with 250 credits. At scale, DocuQueue remains more affordable with transparent overage at $0.04 per credit.
Yes. DocuQueue supports both HTML-to-PDF and URL-to-PDF. CraftMyPDF only accepts templates and HTML content. With DocuQueue, you pass a URL parameter and we fetch and render the page server-side.
Yes. DocuQueue includes built-in invoice, certificate, and report templates. You fill them with data via the API. CraftMyPDF requires you to design templates in their visual editor.
Yes. Upload a CSV with rows of data and generate personalized PDFs in one batch request. CraftMyPDF has limited batch processing support.
You can purchase additional credits at $0.04 per credit. There is no hard cap. You can also upgrade to a higher plan for a lower per-credit rate.
No. DocuQueue is an independent product built by a different team. We created DocuQueue because we saw an opportunity to offer more features (URL conversion, templates, form filling) at a lower price point with custom templates and a template editor.
50 free credits. No credit card required. Switch in minutes.
Try DocuQueue Free →