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.

MIT
Install
npx skills add browser-use/browser-skills --skill pdf-and-documents

Export 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

TopicReferenceUse for
PDF Generationpdf-generation.mdPrint-to-PDF, triggering PDF exports, and configuring page layout
Document Downloaddocument-download.mdHandling download flows, file naming, and bulk downloads
Report Extractionreport-extraction.mdNavigating dashboards to configure and export reports and data
pdf-and-documents - Browser Skills