pdf-and-documents
Download PDFs, reports, invoices, and spreadsheet exports from web applications. Use when the agent needs to export or download documents from web platforms.
MITInstall
npx skills add browser-use/browser-skills --skill pdf-and-documentsExport and download documents from web applications using the browser-use Python SDK. Trigger PDF exports, download invoices and reports, and bulk-download files across pages. Navigate dashboard UIs to configure report generation, with workspace storage for persistent file access.
bash
pip install browser-use-sdk
Prerequisites
Set your Browser Use API key before running any examples. Get one at cloud.browser-use.com.
bash
export BROWSER_USE_API_KEY=your_key
Reference
| Topic | Reference | Use for |
|---|---|---|
| PDF Generation | pdf-generation.md | Print-to-PDF, triggering PDF exports, and configuring page layout |
| Document Download | document-download.md | Handling download flows, file naming, and bulk downloads |
| Report Extraction | report-extraction.md | Navigating dashboards to configure and export reports and data |