https://github.com/sanoylab/pdf-compressor
This is just a simple PDF compressor uses the Ghostscript command.
https://github.com/sanoylab/pdf-compressor
bootstrap express ghostscript nodejs pdf-compression
Last synced: about 1 year ago
JSON representation
This is just a simple PDF compressor uses the Ghostscript command.
- Host: GitHub
- URL: https://github.com/sanoylab/pdf-compressor
- Owner: sanoylab
- Created: 2024-05-14T12:31:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T12:39:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T11:43:22.475Z (about 1 year ago)
- Topics: bootstrap, express, ghostscript, nodejs, pdf-compression
- Language: JavaScript
- Homepage:
- Size: 4.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Compressor
This is a simple PDF file compressor application :

## Usage
Install the dependencies
```bash
npm install
```
Run server
```bash
npm start
```