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.
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.
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 .
FormVu Cloud Documentation
FormVu Docker Documentation
Contact IDRsolutions