Same HTML-to-PDF quality. Plus URL conversion, templates, form filling, and CSV batch processing. Starting at free instead of $49/month.
DocRaptor pioneered HTML-to-PDF as a service. DocuQueue builds on that idea with modern features: URL conversion, template filling, batch processing, and a free tier.
DocuQueue is a modern PDF generation API that does everything DocRaptor does and more. Convert HTML or URLs directly, fill PDF forms, generate from templates, and process batches from CSV.
DocRaptor is a HTML-to-PDF API that converts HTML and CSS into PDF documents. It has been a reliable option for teams who need server-side PDF generation without managing infrastructure.
DocRaptor does one thing. DocuQueue does five. Here is what that means for your workflow.
DocRaptor only accepts HTML. DocuQueue converts live URLs to PDF with one parameter.
Skip CSS work. Use pre-designed invoice, certificate, and report templates out of the box.
Submit data directly to fillable PDF forms. No HTML templates required.
Upload a CSV, generate hundreds of personalized PDFs in one request. DocRaptor does not offer this.
Free for 25 credits per month. Starter plan at $9 for 500 credits. DocRaptor costs $49 for 250.
Connect DocuQueue to 6,000+ apps. DocRaptor does not offer pre-built integrations.
Upload your own Word documents as templates. Fill them with data via the API. No HTML or CSS required.
DocRaptor starts at $49/month for 250 documents. DocuQueue gives you a free tier and scales affordably from there.
| Feature | DocRaptor | DocuQueue |
|---|---|---|
| HTML to PDF | Supported | Supported |
| URL to PDF | Not supported | Built-in |
| Built-in templates | Not available | Invoice, certificate, report |
| Form filling | Not available | Supported |
| CSV batch processing | Not available | Built-in |
| Zapier integration | Not available | Supported |
| Feature | DocRaptor | DocuQueue |
|---|---|---|
| Free tier | Not available | 50 credits/month free |
| Starter price | $49/month | $9/month |
| Documents at starter | 250 docs | 250 credits |
| Overage cost | $0.20 per doc | $0.04 per credit |
| Annual discount | No | Two months free |
Switching takes a few minutes. The concept is the same (send content, get a PDF), and your HTML and CSS work without changes.
No credit card required. You get 25 free credits and an API key instantly.
// Before (DocRaptor) const response = await fetch( 'https://docraptor.com/docs', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ user_credentials: CREDENTIALS, doc: { document_content: html, name: 'output.pdf' } }) } ); // 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.
DocRaptor starts at $49/month for 250 documents with no 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 overage at $0.04 per credit versus DocRaptor's $0.20 per extra document.
Yes. DocuQueue supports both HTML-to-PDF and URL-to-PDF. DocRaptor only accepts raw 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. DocRaptor requires you to provide your own HTML and CSS for every document.
Yes. Upload a CSV with rows of data and generate personalized PDFs in one batch request. DocRaptor does not offer batch processing from CSV data.
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. DocRaptor charges $0.20 per extra document after your 250-doc limit.
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.
Self-hosted Chromium PDF engine. DocuQueue gives you the same quality without Docker or infrastructure.
Headless Chrome library for PDF generation. DocuQueue wraps it in a managed API with templates and batch processing.
Deprecated WebKit-based converter. DocuQueue uses modern Chromium with full CSS3 and JavaScript support.
50 free credits. No credit card required. Switch in minutes.
Try DocuQueue Free →