Documentation Index
Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt
Use this file to discover all available pages before exploring further.
What can you do with it?
Convert between file formats and extract text content. Supports Excel to CSV, CSV to Excel, PDF/Word/PowerPoint to text, Markdown to Word/PDF, and HTML to PDF conversions.How to use it?
Basic Command Structure
Parameters
- file: URL of the file to convert or extract
- convert to: Target format (csv, txt, docx, pdf)
- validate (optional): Validate CSV structure and data quality
- pdf format (optional): Page size for PDF output (a4, letter)
- pdf orientation (optional): Page orientation (portrait, landscape)
Response Format
Returns converted file URLs with metadata including file size, mime type, and filename.Examples
Basic Usage
Convert Excel to CSV:Advanced Usage
Extract text from PDF with validation:Specific Use Case
Convert Markdown to PDF with formatting:Notes
Supported conversions:- Excel (.xlsx) → CSV (.csv) - single or multi-sheet
- CSV (.csv) → Excel (.xlsx) - NEW!
- PDF/Word/PowerPoint → Text (.txt)
- Markdown (.md) → Word (.docx) or PDF
- HTML → PDF
- CSV validation available with validate parameter

