cURL
curl --request POST \ --url https://api.iyzpdf.com/v1/convert/csv-to-pdf \ --header "X-API-Key: $IYZPDF_API_KEY" \ --form "file=@transactions.csv" \ --output transactions.pdf
{ "fileName": "output.pdf", "size": 183240, "creditsUsed": 1, "creditsRemaining": 49, "contentType": "application/pdf" }
Convert UTF-8 CSV files into PDF.
1
.csv
100 MB
csv.pdf
Send your server-side API key in the X-API-Key header.
UTF-8 .csv file upload.
Successful response.