Skip to main content

Quickstart

Conversion store with progress

createConvertStore returns Readable<ConvertState> — use the $convertStore syntax to subscribe automatically, like any Svelte store.

Raw client (no progress)

MarkpdfClient re-exported from @markpdf/svelte is the same as @markpdf/sdk — all its methods (convertFile, convertFromUrl, convertStream, pdfIndex, getJob) are available.

Siguiente paso