AbdelilahOu / DocsPdf-go

turn any documentation into a pdf

Repository from Github https://github.comAbdelilahOu/DocsPdf-goRepository from Github https://github.comAbdelilahOu/DocsPdf-go

DocsPdf-go

Main Idea

  • Pass the url of your page
  • Pass the base path of your docs : (/docs or /documents)
  • Get all the paths in form of three that are under the docs
  • Make nested folders for each pdf like file system routing

Run

go run main.go "https://vuejs.org/guide/introduction.html" "guide"
go run main.go "https://nextjs.org/docs" "docs"

End

https://vuejs.org/guide/introduction.html -> assets/vue.js/guide/introduction.html.pdf

About

turn any documentation into a pdf


Languages

Language:Go 100.0%