Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.36 KB

File metadata and controls

29 lines (20 loc) · 1.36 KB

prusa3d help pdf generator

Fetch pages from help.prusa3d.com and make them as PDF for offline reading.

PDF icon + Josef Prusa = Love

Requirements

  • Linux operating system
  • google-chrome or chromium
  • lynx cli web browser

How to process

  1. go to PrusaSlicer help page
  2. on the left menu click on menus to expand all of them (pro tip: star from the bottom)
  3. save page as prusaslicer.html in this directory (we need html file only)
  4. run ./to_pdf.sh and wait, output pdf files are under prusaslicer/ directory

You can also process other articles, just do as above and save as mini.html and then run INPUT=mini.html ./to-pdf.sh

Todo

  • process help API and extract articles?