An open API service indexing awesome lists of open source software.

https://github.com/abdelilahou/docspdf-go

turn any documentation into a pdf
https://github.com/abdelilahou/docspdf-go

chromedp documentation go golang goquery pdf scrapper

Last synced: about 2 months ago
JSON representation

turn any documentation into a pdf

Awesome Lists containing this project

README

        

# 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