https://github.com/tanakaworld/verify-pdf
https://github.com/tanakaworld/verify-pdf
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanakaworld/verify-pdf
- Owner: tanakaworld
- Created: 2018-08-20T09:14:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T08:22:21.000Z (almost 7 years ago)
- Last Synced: 2025-04-04T08:47:27.214Z (2 months ago)
- Language: Vue
- Size: 44.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```