https://github.com/piotrostr/pdfgo
Merge pdfs and pay with ETH on Arbitrum, WIP
https://github.com/piotrostr/pdfgo
ethereum g
Last synced: 3 months ago
JSON representation
Merge pdfs and pay with ETH on Arbitrum, WIP
- Host: GitHub
- URL: https://github.com/piotrostr/pdfgo
- Owner: piotrostr
- License: mit
- Created: 2022-06-04T13:15:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T11:19:10.000Z (over 3 years ago)
- Last Synced: 2025-06-02T12:17:53.973Z (about 1 year ago)
- Topics: ethereum, g
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDF Merger
It is super annoying when you have to pay for merging of your pdf's and the
websites are flooded with ads. It takes a long time too smh.
This is a very simple app that just merges pdfs.
```bash
git clone https://github.com/piotrostr/pdfgo
cd pdfgo && go install .
pdfgo serve
```
This will run a server on `localhost:8080` that serves as a dropbox for pdf files.
It is also possible to run stuff with the cli.
```cli
merge pdfs, lookup eth txs
Usage:
pdfgo [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
merge merges the pdfs in the given directory
serve run server
tx gets the tx by hash
version prints the version
Flags:
-h, --help help for pdfgo
Use "pdfgo [command] --help" for more information about a command.
```