Skip to main content
Version: 13.2.0

🔌 Export to PDF

📤 Export Documentation

warning

An active internet connection is necessary to retrieve data for exporting.

note

Certain hypertext links may not be converted.

Use the commands below to export the entire documentation to PDF.

To download the current 13.2.0 version of the documentation, execute:

npx docs-to-pdf \
--initialDocURLs="https://sound-scape-explorer.github.io/docs/13.2.0" \
--contentSelector="article" \
--paginationSelector="a.pagination-nav__link.pagination-nav__link--next" \
--excludeSelectors=".margin-vert--xl a,[class^='tocCollapsible'],.breadcrumbs,.theme-edit-this-page" \
--coverImage="https://sound-scape-explorer.github.io/img/logo.png" \
--cssStyle=":root{background: transparent}" \
--coverTitle="SoundScapeExplorer Docs 13.2.0" \
--outputPDFFilename="SoundScapeExplorer-docs-13.2.0.pdf"

For the upcoming unreleased version, execute:

npx docs-to-pdf \
--initialDocURLs="https://sound-scape-explorer.github.io/docs/next" \
--contentSelector="article" \
--paginationSelector="a.pagination-nav__link.pagination-nav__link--next" \
--excludeSelectors=".margin-vert--xl a,[class^='tocCollapsible'],.breadcrumbs,.theme-edit-this-page" \
--coverImage="https://sound-scape-explorer.github.io/img/logo.png" \
--cssStyle=":root{background: transparent}" \
--coverTitle="SoundScapeExplorer Docs Next" \
--outputPDFFilename="SoundScapeExplorer-docs-next.pdf"

📤 Export Blog

warning

An active internet connection is necessary to retrieve data for exporting.

Execute the command below to export the blog content to PDF:

npx docs-to-pdf \
--initialDocURLs="https://sound-scape-explorer.github.io/blog/index" \
--contentSelector="article" \
--paginationSelector="a.pagination-nav__link.pagination-nav__link--next" \
--excludeSelectors=".margin-vert--xl a,[class^='tocCollapsible'],.breadcrumbs,.theme-edit-this-page" \
--coverImage="https://sound-scape-explorer.github.io/img/logo.png" \
--cssStyle=":root{background: transparent}" \
--coverTitle="SoundScapeExplorer Blog 2024-8-16" \
--outputPDFFilename="SoundScapeExplorer-blog-2024-8-16.pdf"