Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 545 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 545 Bytes

pdfa-converter

REST web service wrapping of the Open Office PDF/A convertor

Steps to run web application

  • Install Apache Tomcat 8.5
  • Install Java 8 (OpenJDK)
  • Install LibreOffice 5.4.3.2
  • Create logius.properties file with properties:
    • dir.temp=path to temporary folder
    • officeDir=path to LibreOffice executive file
  • Create LOGIUS_PROPERTIES environment variable and set it to the path of logius.properties file
  • Copy a logius.war file into subdirectory webapps in Tomcat directory
  • Start Tomcat server