1 Add your CSV
THIS TOOL IS THIS CALL
Automate with the API
Render the same CSV through the API: one PDF page per row against a branded template, with a CDN link per document and a webhook when the run finishes.
Get your API key# One PDF page per row, from a template
curl -X POST 'https://api.pictify.io/pdf/multi-page' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d '{
"templateUid": "your-template-uid",
"variableSets": [
{ "name": "Ada Lovelace", "course": "Analytical Engines" },
{ "name": "Alan Turing", "course": "Computability" }
],
"options": { "preset": "A4" }
}'A CSV to PDF converter that understands rows are people
Most CSV to PDF converters print your spreadsheet as one long table, fine for archiving, useless when each row is a person who needs their own document. This tool does both jobs: render the whole sheet as a clean table PDF, or flip one switch and every row becomes its own formatted page, with the first column as the title and every column as a labeled field.
And when the sheet is longer than the free cap, a Pictify batch run takes the same CSV, renders each row against a branded template (certificate, letter, report, or one the AI Template Maker writes from your description), and hands back a CDN link per document with a webhook when the run finishes.
Frequently Asked Questions
How do I convert a CSV file to PDF?
Can each CSV row become its own PDF document?
Can I render a whole sheet at once instead of row by row?
Is there a row limit?
Can I automate CSV to PDF conversion?
Does my data leave my browser?
50 renders a month. No card.
A free account lifts the daily limit, keeps your renders, and turns this page into an API call you can put in a cron.
- NO WATERMARK
- API KEY IN 10 SECONDS
- SAVE AS A REUSABLE TEMPLATE
COMES BACK TO THIS PAGE AFTER SIGNUP