Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Mini-App converting OpenDocuments to PDF (using Spring, deployable on Cloud Foundry)

License

Notifications You must be signed in to change notification settings

OpenOlitor/openolitor-tools-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openolitor-tools-pdf

Not used anymore since eugenmayer/jodconverter does a gread job!

This porject is ready to be deployed on a Cloud Foundry infrastructure. It transforms OpenDocument files sent to [URL]/convert2pdf to PDF and returns the created document.

The POST request must contain two parameters:

  • name=[filename]
  • upload=[file]

You may try to convert a file using this command-line:

curl -v -F "name=test.odt" -F "[email protected]" http://[URL]/convert2pdf

The transformation is executed by LibreOffice. The space attributed to the Cloud Foundry instance must be 1GB as the LibreOffice and the needed OpenJDK packages are as large as 850MB.

About

Mini-App converting OpenDocuments to PDF (using Spring, deployable on Cloud Foundry)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published