Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install and configure the official Bun SDK for Markpdf.
@markpdf/bun
bun add @markpdf/bun
MARKPDF_API_KEY=YOUR_API_KEY
import { MarkpdfClient } from "@markpdf/bun"; const client = new MarkpdfClient(); const markdown = await client.convertFile("report.pdf", { mode: "fast" });
https://api.markpdf.tech