IDRsolutions' FormVu Microservice Example is an open source project that allows you to convert PDF Forms to HTML5 by running FormVu as a web service in the cloud or on-premise.
Please note that FormVu is paid-for, commercial software - however you can use the trial version for free. Just rename the trial .jar to "formvu.jar".
If you do not have a full verison of FormVu you can get the trial version from here.
Clone a copy of the formvu-microservice-example git repo:
git clone git://github.com/idrsolutions/formvu-microservice-example
Add the FormVu jar to the project by copying it into the /lib directory. Make sure that it is named "formvu.jar"
Open up a terminal / command prompt window in the base directory of the formvu-microservice-example project, and build the .war file by running the command:
mvn compile war:war
This will generate the formvu-micrservice.war file inside the /target directory.
See our application server tutorials for instructions on deployment.
See our cloud platform tutorials for instructions on cloud deployment.
Docker usage can be found in its own project here.
You can interact with the FormVu Microservice Example using the REST API.
A complete list of raw requests that can be used can be found here.
For specific languages, see our tutorials on how to run FormVu from other languages.
Found a bug, or have a suggestion / improvement? Let us know through the Issues page.
Got questions? You can contact us here.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.