Supported Batch Conversions
Transform PDF archives into searchable web content at scale
Generate PDFs from web pages, templates, and HTML documents in bulk
Process different file types with custom conversion rules
Enterprise-Grade Batch Processing Features
Bulk Processing
Convert thousands of documents simultaneously with parallel processing
Cloud Storage Integration
Direct integration with AWS S3, Google Cloud Storage, and Azure Blob
Real-time Progress
Track conversion progress with webhooks and real-time status updates
Auto-Retry Logic
Automatic retry for failed conversions with exponential backoff
Folder Structure
Preserve folder hierarchies and organize output systematically
Detailed Analytics
Comprehensive reports on conversion success rates and processing times
How Batch Processing Works
Upload or Connect Storage
Upload files directly or connect your cloud storage bucket
Configure Conversion
Set conversion parameters, output format, and destination
Process & Monitor
Files are processed in parallel with real-time progress updates
Download Results
Get converted files with detailed reports and logs
Start Batch Converting in Minutes
Use our API or SDKs to integrate batch conversion into your workflow
curl -X POST https://api.flexidoc.io/v1/batch/create \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Q4 Report Conversion",
"conversions": [
{
"source": "s3://my-bucket/reports/q4/*.pdf",
"operation": "pdf-to-html",
"destination": "s3://my-bucket/html-reports/q4/",
"options": {
"semantic": true,
"preserve_layout": true
}
}
],
"webhook_url": "https://api.example.com/webhook",
"notification_email": "[email protected]"
}'
Batch Conversion Success Stories
Document Archive Migration
Law firm converts entire PDF archive to searchable HTML
E-commerce Catalogs
Retailer generates PDF catalogs from HTML product pages
Financial Reports
Bank automates quarterly report generation at scale
Educational Content
Publisher digitizes PDF textbooks for online learning