Editor Moved + Image via URL
We’ve moved the PDF Editor into the main app for easier access and added support for inserting images via URL.
Editor Moved + Image via URL
We’ve made two major improvements to make your workflow faster and easier.
1. Editor is Now in the Main App
No more juggling subdomains — the PDF Editor now lives inside the main PrefillPDF app.
This means:
- Single login — no more separate sign-ins.
- Seamless workflow — jump from templates to editing without switching tabs.
- Consistent UI — all tools now live under one roof.
You can find the Editor in the sidebar as “Editor (New!)”.
2. Insert Images via URL
We’ve added support for image placeholders in your templates.
You can now map an image slot and pass in a URL through the API:
{
"template_id": "tmpl_123",
"data": {
"invoice-no": "INV-001"
},
"images": {
"logo": "https://example.com/logo.png",
"signature": "https://example.com/signature.png"
}
}
This is perfect for automating logos, stamps, QR codes, and signatures.
3. Why This Matters
With image URL support, you no longer need to hard-embed static assets into templates.
Instead, dynamically inject branding, signatures, or scannable codes at runtime.
This reduces template maintenance and makes your workflows far more flexible.
Pro Tips & Next Steps
- Combine with the Watermark API to add both logos and background watermarks in one request.
- Host images in secure storage (like Supabase or S3) for controlled access and reliability.
- Explore the Docs section on Images for more examples and advanced usage.
Stay Updated
Subscribe to our newsletter to get notified about new updates and features.