Developer API
PDF2CSV REST API
Integrate PDF to CSV conversion directly into your application or automation workflow using a simple, secure REST API.
Endpoint
POST https://pdf2csv-backend2.onrender.com/convert
This endpoint accepts a single PDF file via multipart/form-data and returns a CSV file.
Example Request (cURL)
curl -X POST -F "file=@example.pdf" https://pdf2csv-backend2.onrender.com/convert -o result.csv
The response will be a downloadable CSV file containing the extracted table data.
Response
If successful, the response will stream a CSV file. If an error occurs, you’ll receive a JSON object:
{
"error": "No tables detected"
}- Maximum file size: 50 MB
- Accepted format: application/pdf
- Output: CSV file
Start Building with PDF2CSV
Simple. Fast. Secure. Integrate PDF to CSV conversion into any app or automation flow.
Try the Converter