HTML to PDF API
Get rid of third party libraries. Start with 500 free document conversions and enjoy fast, high‑quality PDF generation with zero maintenance.
How Easy Integration Works
- 1
Create a Free Account
Sign up on our platform to access the API. Upon registration, you'll receive your unique API key, allowing you to make PDF conversion requests and start with 500 free document conversions. No credit card required.
- 2
Connect Easily with a Simple API Request
Convert a webpage URL or HTML content directly to a high‑quality PDF with our Chrome‑powered API. Customize with headers, footers, styling options, and more. For larger tasks, use asynchronous mode and a webhook to receive the PDF when it’s ready. Our API is designed for easy integration.
- 3
Receive Your PDF Securely
Your PDF is delivered quickly and securely: documents are not stored on our servers if you choose to upload them directly to your S3 bucket. Access your logs easily — no sensitive data is collected, and we are fully GDPR‑compliant. Documents saved on our servers are automatically deleted after 24 hours.
How Our Users Benefit
Streamline Invoicing and Payments
Effortlessly create professional invoices and payment confirmations in PDF format, simplifying your billing process.
Instant Report Sharing
Transform your application data into comprehensive reports and share them immediately with your team or clients.
Automate Forms and Contracts
Generate and store PDFs from user-submitted data, saving time and ensuring accuracy. Enhance your workflow and improve client satisfaction.
Secure Certificates and Licenses
Easily produce and distribute digital certificates, licenses, or other official documents in PDF format, ensuring authenticity and security for your organization.
Why Choose Us
Pixel - Perfect PDF Quality
Achieve exceptional rendering quality with our Chrome-powered engine. Generate professional, pixel-perfect PDFs every time, preserving every detail as intended.
Developer - Friendly Integration
Built with developers in mind, our API ensures smooth integration, easy debugging, and transparent logs within the admin dashboard. Choose between async and sync API requests to match your workflow, ensuring you get your PDF exactly when you need it.
Transparent and Flexible Billing
Enjoy competitive pricing with flexible options, including recurring plans or one-time packs. Benefit from transparent billing, usage notifications, and an optional overage system, configurable in your admin dashboard settings, to ensure uninterrupted service beyond your plan’s limits.
Infinite Scalability
Designed for high demand, our infrastructure scales seamlessly. Whether you're processing a few PDFs or thousands, we’ve got the reliability to handle any workload.
Total Privacy & GDPR Compliance
Privacy comes first. Every conversion is performed in an isolated, private Chrome instance, with your documents securely deleted after processing. We are fully GDPR compliant to protect your data.
Responsive Technical Support
Need assistance? Our team is ready to help through our contact page, offering timely responses and expert guidance whenever you need it. You can also reach out via email and chat on our landing page for quick answers.
Powerful Admin Dashboard
Customizable Settings
Set email notifications for key API usage thresholds.
Enable overage for uninterrupted service.
Redact sensitive parameters to ensure data privacy.
Detailed Logs
Track API requests with detailed logs.
View request statuses, conversion times and more.
Filter logs by API key or date for quick access.
API Key Management
Manage up to 5 API keys easily.
Assign API keys to different projects.
Revoke access to keys when necessary.
Generate new keys in just a few clicks.
API Usage Overview
Detailed summary of your API usage.
Track successful and failed API calls.
Monthly breakdown for better insights.
Optimize usage based on your API patterns.
Get Coding in Minutes
const axios = require('axios');
const fs = require('fs');
axios.post(
'https://api.pdfbolt.com/v1/direct',
{ url: 'https://example.com' },
{
headers: {
'Content-Type': 'application/json',
'API_KEY': 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'
},
responseType: 'stream'
}
).then(response => {
response.data.pipe(fs.createWriteStream('example.pdf'));
});
Simple and Transparent Pricing
Choose between recurring plans or one‑time packs to suit your needs.
Start with free 500 document conversions — no credit card required.
Upgrade anytime or pay as you go.
Basic
$9
/month+ VAT if applicable
1 000 documents / month
$0.009 per Overage PDF *
All Features Included
Failed Requests Not Charged
Growth
$39
/month+ VAT if applicable
10 000 documents / month
$0.006 per Overage PDF *
All Features Included
Failed Requests Not Charged
Enterprise
$149
/month+ VAT if applicable
50 000 documents / month
$0.003 per Overage PDF *
All Features Included
Failed Requests Not Charged
Custom Plan
Didn't find the plan you need?
Reach out to us, and we’ll prepare a plan just for you!
*Overage is charged only if enabled in Settings.
Frequently Asked Questions
Is there a free trial?
Are failed requests charged?
Can I customize the PDF output?
What happens if I exceed my quota?
- By default, overage is disabled. Requests exceeding 100% of your quota will be blocked with a 403 error.
- To avoid interruptions, enable overage in your admin dashboard. Extra usage will be billed at your plan's overage rates.
How do you handle data privacy?
- By default, we do not collect sensitive parameters from requests. In the admin dashboard settings, you can configure which parameters to redact for added privacy. Redacted parameters will not be logged or stored, ensuring enhanced data security.
- Save files to your S3-compatible storage for added security. If you choose to use our S3 storage, the document will be deleted after 24 hours.
What happens if I exceed my plan’s limit with the overage system enabled?
- With the overage system enabled, extra usage beyond your plan’s limit incurs charges based on your plan's overage rate.
- Additional usage will be billed in a separate invoice during your next subscription cycle, ensuring full transparency.
Will I be notified when nearing my monthly document limit?
- Email notifications for 90% and 100% of your usage are enabled by default.
- You can customize these notifications in your admin dashboard settings to match your preferences.
Does PDFBolt store my credit card details?
How can I upgrade my plan?
- Visit the "Subscription" page in your admin dashboard to upgrade.
- Upgrades are prorated, so you only pay for the difference.
- Additional document conversions will be immediately added to your account in proportion to your new plan.
How can I cancel my subscription?
- Canceling your subscription is simple. Just head to the "Subscription" page in your admin dashboard and follow the instructions to cancel.
- No further charges will apply after cancellation.
- Remaining document conversions stay active until the billing period ends.
Can I request custom features?
What if I have more questions?
- Contact Page: Fill out our form, and we’ll respond promptly.
- Email: Write to us at contact@pdfbolt.com.
- Live Chat: Connect with us on our landing page. We’ll get back to you as soon as possible to ensure you have all the assistance you need.