Skip to main content

Ejemplos

Form with progress bar

Drag-and-drop

Page range of a large PDF

Metadata instead of just Markdown

Pipeline RAG with pdfIndex

See PDF Index for AI agents.

SvelteKit: upload via your own endpoint (key protected)

src/routes/api/convert/+server.ts
See Framework Guide for the full detail of this pattern.
Examples that use createConvertStore directly in a component call API from the browser — the API key remains visible in the bundle. Use the proprietary endpoint pattern above in public-facing production.