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

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.

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
```