Fetch pages from help.prusa3d.com and make them as PDF for offline reading.
- Linux operating system
google-chrome
orchromium
lynx
cli web browser
- go to PrusaSlicer help page
- on the left menu click on menus to expand all of them (pro tip: star from the bottom)
- save page as
prusaslicer.html
in this directory (we need html file only) - run
./to_pdf.sh
and wait, output pdf files are underprusaslicer/
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
- process help API and extract articles?