Skip to content

idrsolutions/formvu-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FormVu Docker Image

FormVu is a PDF Forms to HTML conversion tool to allow you to convert PDF Forms into standalone HTML with interactive form components. This docker image can be used to containerise FormVu making it accessible via a REST API which is perfect for cloud deployments.

Getting Started

In order to use the FormVu Docker image you will need a license to access the FormVu war file. If you have not got a license yet, you can sign up for a free trial.

Once you have the FormVu war file, you can pull and run the docker image with the following commands:

docker pull idrsolutions/formvu:latest
docker run -p 80:80 --mount "source=/path/to/war/formvu-microservice.war,target=/usr/local/tomcat/webapps/ROOT.war,type=bind" idrsolutions/formvu

A full tutorial with additional options can be found here.

Building the Image

To build the image from source, use the following steps.

  • Clone the project from here
  • Navigate to the project directory in a terminal
  • Run the following command
    docker build -t idrsolutions/formvu .

Documentation

FormVu Cloud Documentation
FormVu Docker Documentation
Contact IDRsolutions