pdf-report-editorial
Installation
SKILL.md
Editorial PDF Report
You will generate one .pdf file via a two-step pipeline:
- Write a self-contained HTML file to the workspace using
workspace_file_tool(orfile_tool). - Call
browser_navigateon the workspace-relative path (or the file'sfile://URL), then callbrowser_pdfwithoutput_filename="report.pdf",format="A4",print_background=true. Page margins are controlled by CSS@pagerules in the HTML (see "@media print" section below) —browser_pdfdoes not accept amarginobject. - Report both the .html path (for editing) and the .pdf path (final).