Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/revolunet/pdftojpg

HTTP microservice on top of gm
https://github.com/revolunet/pdftojpg

api conversion nodejs now pdf zeit

Last synced: 24 days ago
JSON representation

HTTP microservice on top of gm

Awesome Lists containing this project

README

        

# pdftojpg

HTTP microservice on top of [gm](https://github.com/aheckmann/gm)

return a JPG of the first page of the given PDF.

## Deploy

[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/revolunet/pdftojpg)

## Usage

```sh
curl -X POST http://127.0.0.1:8888/convert -H "Content-Type: application/pdf" --data-binary "@/path/to/test.pdf" -o out.jpg
```