Essential Features
Professional Features
AI Document Processing
Construction
Aviation
Manufacturing
Finance
Education
Printing
Government
Healthcare
SharePoint
Salesforce
OneDrive
Teams
Make
Zapier
Power Automate
OutSystems
Get the full self-hosted SDK and AI document processing on GitHub. One-click deploy to quickly build your document workflows.
ComPDF Conversion SDK supports extracting PDF content into Markdown format.
const options = { containImage: true, containAnnotation: true }; const result = sdk.startPDFToMarkdown( inputFilePath, "", outputFilePath, options );