Crawl websites and save them as a single PDF with clickable table of contents.
uv sync
playwright install chromiumwtp <url> [options]-e, --exclude: Link texts to exclude (repeatable)-L, --level: Max crawl depth (default: 0 = root only)
wtp https://example.com
wtp https://example.com -L 2 -e "Privacy" -e "Terms"- Individual PDFs:
website_pdfs/ - Combined PDF:
final_combined_output.pdf
MIT
