Skip to content

Altynboy/pdffear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDFFEAR

Docx to PDF Converter with HTTP Server in Docker using LibreOffice

Features

  • Fast
  • Simple
  • Extendable

How to use

  1. Clone the repository:
git clone https://github.com/Altynboy/pdffear.git
cd pdffear
  1. Build image:
docker run build -t pdffear .
  1. Run the container:
docker run --rm -d -p 8080:8080/tcp pdffear:latest
  1. Send docx:
curl --location 'localhost:8080/upload' \
--form 'myFile=@"/C:/your-folder/test.docx"'

About

Docx to PDF Converter with HTTP Server in Docker using LibreOffice

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published