BuildVu is a PDF to HTML or SVG conversion tool to allow you to display documents natively in the web browser on any smartphone, tablet, PC or Mac. This docker image can be used to containerise BuildVu making it accessible via a REST API which is perfect for cloud deployments.
In order to use the BuildVu Docker image you will need a license to access the BuildVu war file. If you have not got a license yet, you can sign up for a free trial.
Once you have the BuildVu war file, you can pull and run the docker image with the following commands:
docker pull idrsolutions/buildvu:latest
docker run -p 80:80 --mount "source=/path/to/war/buildvu-microservice.war,target=/usr/local/tomcat/webapps/ROOT.war,type=bind" idrsolutions/buildvuA 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/buildvu .
BuildVu Cloud Documentation
BuildVu Docker Documentation
Contact IDRsolutions