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

https://github.com/tanakaworld/verify-pdf


https://github.com/tanakaworld/verify-pdf

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# verify-pdf

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

## Convert Base64 file to String
```
cd src/base64
go run file64 sorucefile
# => "sourcefile.txt" will be created
```