Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panilya/letspdf
Image to PDF conversion service
https://github.com/panilya/letspdf
Last synced: about 22 hours ago
JSON representation
Image to PDF conversion service
- Host: GitHub
- URL: https://github.com/panilya/letspdf
- Owner: panilya
- Created: 2022-05-23T19:03:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T23:07:11.000Z (7 months ago)
- Last Synced: 2024-05-28T17:41:52.136Z (6 months ago)
- Language: Java
- Homepage:
- Size: 1.82 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# letspdf
![File-Format-PDF-256](https://user-images.githubusercontent.com/42717485/175357856-99f2d010-87df-4a78-8308-9abd83d1ff9f.png)
Image to PDF conversion service
### Features
- Converts Image(s) to PDF file instantly
- Friendly User Interface### How to run using Docker
```
docker run -it -p 8080:8080 -v \letspdf\letspdf-server\src\main\resources:/files --name letspdf-server letspdf-server:1.0.0
```