# FormVu Support Documentation > FormVu is a SDK for converting PDF Form files into standalone HTML with interactive form components. ## FormVu Documentation - [Access the Microservice using C#](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/languages/access-formvu-using-csharp): Call the FormVu web service from C# to convert PDF forms to HTML5, with a complete code example for uploading a PDF and downloading the converted output. - [Access the Microservice using cURL](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/languages/access-formvu-using-curl): Call the FormVu web service from the command line with cURL to convert PDF forms to HTML5, with a complete example for uploading a PDF and downloading the converted output. - [Access the Microservice using Java](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/languages/access-formvu-using-java): Call the FormVu web service from Java to convert PDF forms to HTML5, with a complete code example for uploading a PDF and downloading the converted output. - [Access the Microservice using Javascript](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/languages/access-formvu-using-javascript): Call the FormVu web service from JavaScript to convert PDF forms to HTML5, with a complete code example for uploading a PDF and downloading the converted output. - [Access the Microservice using NodeJS](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/languages/access-formvu-using-nodejs): Call the FormVu web service from Node.js to convert PDF forms to HTML5, with a complete code example for uploading a PDF and downloading the converted output. - [Access the Microservice using PHP](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/languages/access-formvu-using-php): Call the FormVu web service from PHP to convert PDF forms to HTML5, with a complete code example for uploading a PDF and downloading the converted output. - [Access the Microservice using Python](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/languages/access-formvu-using-python): Call the FormVu web service from Python to convert PDF forms to HTML5, with a complete code example for uploading a PDF and downloading the converted output. - [Access the Microservice using Ruby](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/languages/access-formvu-using-ruby): Call the FormVu web service from Ruby to convert PDF forms to HTML5, with a complete code example for uploading a PDF and downloading the converted output. - [AcroForm JavaScript Support](https://www.idrsolutions.com/docs/formvu/api-documents/acroform-javascript-support): This document describes the possible AcroForm JavaScript implementations and which are supported in FormVu - [Add as a Gradle dependency](https://www.idrsolutions.com/docs/formvu/tutorials/add-formvu-as-a-gradle-dependency): In order to use FormVu in a Gradle project, you will need to add the jar to the project as a dependency. To do this you will need to first download the FormVu jar from IDRSolutions. - [Add as a Maven dependency](https://www.idrsolutions.com/docs/formvu/tutorials/add-formvu-as-a-maven-dependency): In order to use FormVu in a Maven project, you will need to add the jar to the project as a dependency. - [Automating file removal](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/options/automated-file-removal): Configure the FormVu microservice to automatically remove input files, converted output and conversion state, eliminating the need for external cleanup tasks. - [What browsers are supported by FormVu?](https://www.idrsolutions.com/docs/formvu/faqs/browser-support): The latest FormVu output is implemented to be compatible with the latest 2 versions of the most used browsers - [Can FormVu generate responsive HTML?](https://www.idrsolutions.com/docs/formvu/faqs/can-formvu-generate-responsive-html): FormVu does not generate responsive HTML as PDF files are fixed-layout formats. The tool prioritizes an accurate visual representation of the original PDF. - [Can FormVu output as a single file?](https://www.idrsolutions.com/docs/formvu/faqs/can-formvu-output-as-a-single-file): Yes, FormVu can output as a single HTML file. By combining 4 different settings, all external assets (such as fonts and JavaScript) can be embedded or inlined into the HTML file. - [Can you sign forms in FormVu?](https://www.idrsolutions.com/docs/formvu/tutorials/can-you-sign-forms-in-formvu): FormVu supports a form of signing which allows you to add a text, drawn, or image signature to a signature field. - [Setting concurrent callback threads](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/options/concurrent-callbacks): Configure how many threads the FormVu microservice uses to run conversion callbacks, controlling how many callbacks are processed simultaneously. - [Setting concurrent conversion threads](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/options/concurrent-conversions): Configure how many threads the FormVu microservice uses to run conversions, controlling how many conversions are processed simultaneously. - [Setting concurrent download threads](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/options/concurrent-downloads): Configure how many threads the FormVu microservice uses to download files for conversion, controlling download concurrency. - [Conversion Memory Limit](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/options/conversion-memory-limit): Configure the maximum memory each conversion thread in the FormVu microservice can use, to balance RAM usage across concurrent conversions. - [Deploy on Amazon Web Services (AWS)](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/docker/deploy-formvu-on-aws): Deploy the FormVu Docker web service on Amazon Web Services (AWS), with step-by-step setup instructions. - [Deploy on Microsoft Azure Platform](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/docker/deploy-formvu-on-azure): Deploy the FormVu Docker web service on Microsoft Azure, with step-by-step setup instructions. - [Deploy on DigitalOcean](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/docker/deploy-formvu-on-digitalocean): Deploy the FormVu Docker web service on DigitalOcean, with step-by-step setup instructions. - [How to run the Docker Image](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/docker/deploy-formvu-on-docker): Run the FormVu Docker web service image on your own server or cloud platform, with step-by-step instructions. - [Deploy on Google Cloud Platform (GCP)](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/docker/deploy-formvu-on-gcp): Deploy the FormVu Docker web service on Google Cloud Platform (GCP), with step-by-step setup instructions. - [Deploy on Oracle Cloud Infrastructure](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/docker/deploy-formvu-on-oracle-cloud): Deploy the FormVu Docker web service on Oracle Cloud Infrastructure, with step-by-step setup instructions. - [Deploy with GlassFish](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/app-server/deploy-formvu-with-glassfish): Deploy the FormVu web service to the GlassFish application server, with step-by-step setup instructions. - [Deploy with Jetty](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/app-server/deploy-formvu-with-jetty): Deploy the FormVu web service to the Jetty application server, with step-by-step setup instructions. - [Deploy with Payara and Payara Micro](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/app-server/deploy-formvu-with-payara): Deploy the FormVu web service to Payara and Payara Micro, with step-by-step setup instructions. - [Deploy with Tomcat](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/app-server/deploy-formvu-with-tomcat): Deploy the FormVu web service to the Tomcat application server, with step-by-step setup instructions. - [Run on App Server](https://www.idrsolutions.com/docs/formvu/deploy-to-java-application-server/): Browse all documentation for deploying FormVu to Java application servers like Tomcat, Payara, Jetty, and GlassFish. - [Enabling PDF JavaScript](https://www.idrsolutions.com/docs/formvu/tutorials/enabling-pdf-javascript): FormVu supports commonly used PDF JavaScript features. This tutorial describes how to enable PDF JavaScript in your output. - [Storing conversion state externally](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/options/external-state-database): Configure the FormVu microservice to store conversion state in an external database for high availability and multi-server deployments. - [Form Submissions](https://www.idrsolutions.com/docs/formvu/form-submissions/): Browse all documentation for submitting FormVu forms, including FormVuAPI and output formats. - [Running as a Web Service](https://www.idrsolutions.com/docs/formvu/host-a-web-service/): Browse all documentation for deploying FormVu as a web service and hosting a Cloud API. - [Run on Docker](https://www.idrsolutions.com/docs/formvu/host-docker-web-service/): Browse all documentation for hosting FormVu Cloud API using Docker with deployment guides. - [How are Type 3 fonts handled?](https://www.idrsolutions.com/docs/formvu/faqs/how-are-type-3-fonts-handled): FormVu renders Type 3 fonts as a graphic, preserving the display of the original page. Type 3 fonts are not widely used, and generally, we only see them used for bullets or custom characters. - [How does the docker image work?](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/docker/how-does-the-docker-image-work): We have an open source docker image that you can deploy on your own server or to a cloud platform with FormVu. - [How to access the FormVuAPI JavaScript API](https://www.idrsolutions.com/docs/formvu/faqs/how-to-access-formvuapi-in-javascript): The FormVuAPI JavaScript API is available from the DOM window object and can be accessed as you would expect for most JavaScript calls - [How to show FormVu Javadoc in IntelliJ IDEA?](https://www.idrsolutions.com/docs/formvu/faqs/how-to-show-javadoc-in-idea): IntelliJ IDEA can display Javadoc for the methods in use, this tutorial details how to add FormVu Javadoc to make development easier. - [How to show FormVu Javadoc in NetBeans?](https://www.idrsolutions.com/docs/formvu/faqs/how-to-show-javadoc-in-netbeans): NetBeans can display Javadoc for the methods in use, this tutorial details how to add FormVu Javadoc to make development easier. - [How to submit your form in FormVu?](https://www.idrsolutions.com/docs/formvu/faqs/how-to-submit-your-form-in-formvu): FormVu provides the FormVuAPI JavaScript API to assist with submitting your filled PDF form data. There are four outputs supported, Form Data, JSON, XML, and PDF. - [Showing Javadoc in IDEs](https://www.idrsolutions.com/docs/formvu/ide-javadoc/): Browse all documentation for showing FormVu Javadoc in IDEs like IntelliJ IDEA and NetBeans. - [FormVu Documentation](https://www.idrsolutions.com/docs/formvu/): FormVu is a Java-based PDF form to HTML5 converter. Find setup guides, API docs, Docker deployment tutorials, and release notes. - [Setting input file storage path](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/options/input-path): Configure the location to store input files on your server or Docker image for the FormVu microservice. - [Javadoc for FormVu API](https://www.idrsolutions.com/docs/formvu/api-documents/javadoc): The FormVu API Javadoc can be viewed online or downloaded from this page. - [JavaScript](https://www.idrsolutions.com/docs/formvu/javascript/): Browse all documentation for JavaScript support in FormVu, including how to enable and which events are handled. - [Licensing & Versions](https://www.idrsolutions.com/docs/formvu/licensing-and-versions/): Browse all documentation for FormVu licensing options, versions, and purchasing information. - [Max Conversion Duration](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/options/max-conversion-duration): Configure the maximum time a conversion in the FormVu microservice may run before it is forcibly stopped and marked as an error. - [Options (JVM Flags)](https://www.idrsolutions.com/docs/formvu/api-documents/options-(jvm-flags)): A reference for the options that change how FormVu converts forms, listing the JVM flags to set them on the command line and the equivalent API methods for Java. - [Setting output file storage path](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/options/output-path): Configure the location to store output files on your server or Docker image for the FormVu microservice. - [Storing converted content remotely](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/options/remote-storage): Configure the FormVu microservice to upload converted files to remote cloud storage on AWS, Azure, GCP, DigitalOcean or Oracle Cloud. - [Remote Tracker Port](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/options/remote-tracker-port): Configure the port number used by the progress tracker to monitor active conversions in the microservice. - [Run with Docker](https://www.idrsolutions.com/docs/formvu/tutorials/run-formvu-with-docker): Run FormVu inside a standard Java Docker image by mounting the JAR, with examples for JVM flags and a reusable shell alias. - [Java](https://www.idrsolutions.com/docs/formvu/running-formvu-from-java/): Browse all documentation for running FormVu from Java, including Maven, Gradle, and IDE setup. - [Running from Java](https://www.idrsolutions.com/docs/formvu/tutorials/running-formvu-from-java): A good way to run FormVu is directly from Java code, as IDEs will usually list available methods. This guide is aimed at developers with knowledge of Java. If you do not know Java, we recommend using the online converter. - [Running from the Command Line](https://www.idrsolutions.com/docs/formvu/tutorials/running-formvu-from-the-command-line): You can run FormVu directly from the command line which is useful for running the converter from another language or script. - [Running FormVu](https://www.idrsolutions.com/docs/formvu/running-formvu/): Browse all documentation for running FormVu, including command line usage and Java support. - [Security Considerations](https://www.idrsolutions.com/docs/formvu/security): Security Considerations when using FormVu and how IDRsolutions seeks to minimise risk to you. If you discover a vulnerability in our software then you can disclose this to us by contacting us. - [Separate form data from the form](https://www.idrsolutions.com/docs/formvu/tutorials/separate-data-from-the-form): When converting into HTML5, FormVu provides a way to separate filled out form data from the PDF form fields themselves, outputting the filled data into a JSON file instead. - [Microservice Settings](https://www.idrsolutions.com/docs/formvu/tutorials/cloud/languages/settings-for-formvu-microservice): Reference documentation for all FormVu microservice settings that can be applied to control conversions. - [Submitting as PDF from legacy converted files](https://www.idrsolutions.com/docs/formvu/faqs/submit-completed-form-as-pdf): Learn how submitting a completed form as a PDF previously worked - [Text Mode Options](https://www.idrsolutions.com/docs/formvu/api-documents/text-mode-options): One of the main configuration options for the viewer is the Text Mode. This controls how the text, shapes, and images are output. We offer a range of solutions to meet different requirements. - [Tips & Tricks](https://www.idrsolutions.com/docs/formvu/tips-and-tricks/): Browse all tips and tricks documentation for optimizing FormVu and improving conversion results. - [Troubleshooting](https://www.idrsolutions.com/docs/formvu/troubleshooting/): Browse all troubleshooting documentation for FormVu, including common issues and solutions. - [Using another Security Provider for Encrypted Files](https://www.idrsolutions.com/docs/formvu/tutorials/using-another-security-provider-for-encrypted-files): Use a specific Java security provider to decrypt encrypted PDF files in FormVu via the -Dorg.jpedal.securityprovider flag, instead of the built-in default. - [Using with Java Modules](https://www.idrsolutions.com/docs/formvu/tutorials/using-formvu-with-java-modules): FormVu has full Java Modules support - [Using FormVu with other IDRSolutions projects](https://www.idrsolutions.com/docs/formvu/faqs/using-formvu-with-other-idrsolutions-projects): Our products are built upon a common core for handling PDF and Image decoding. When using multiple products you need to keep them all on the same versions. - [Using the API](https://www.idrsolutions.com/docs/formvu/using-the-web-service-api/): Browse all documentation for accessing the FormVu microservice using various programming languages. - [Server Settings](https://www.idrsolutions.com/docs/formvu/web-service-configuration/): Browse all documentation for FormVu web service configuration options and settings. - [What is the difference between the release and daily jars?](https://www.idrsolutions.com/docs/formvu/faqs/what-is-the-difference-between-the-release-and-daily-jars): FormVu has a stable release every 6 weeks and a daily jar that is updated each day. The daily jar is a pre-release build for testing bug fixes and new features, and is not recommended for production use. - [What is the maximum file size FormVu can handle?](https://www.idrsolutions.com/docs/formvu/faqs/what-is-the-maximum-file-size-formvu-can-handle): As of version 2024.03, FormVu has been updated to support files of any size. Previously, there was a file size limitation of 2.14 Gigabytes. - [Where can a FormVu license be purchased?](https://www.idrsolutions.com/docs/formvu/faqs/where-can-a-formvu-license-be-purchased): This FAQ details where you can get pricing information, purchase a FormVu license and get information about the licenses available. - [Which Java versions does FormVu support?](https://www.idrsolutions.com/docs/formvu/faqs/which-java-versions-does-formvu-support): FormVu is compatible with Java 17 and later versions of the language. - [Which PDF files does FormVu support?](https://www.idrsolutions.com/docs/formvu/faqs/which-pdf-files-does-formvu-support): FormVu allows the conversion of PDF files containing AcroForm or XFA forms to HTML5. If you wish to convert a file without forms you will need BuildVu. ## FormVu Release Notes - [2019.12 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2019/2019-12-release-notes): Release notes for FormVu 2019.12 released on the 10th December 2019 - [2020.01 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2020/2020-01-release-notes): Release notes for FormVu 2020.01 released on the 28th January 2020 - [2020.03 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2020/2020-03-release-notes): Release notes for FormVu 2020.03 released on the 10th March 2020 - [2020.04 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2020/2020-04-release-notes): Release notes for FormVu 2020.04 released on the 21st April 2020 - [2020.06 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2020/2020-06-release-notes): Release notes for FormVu 2020.06 released on the 2nd June 2020 - [2020.07 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2020/2020-07-release-notes): Release notes for FormVu 2020.07 released on the 14th July 2020 - [2020.08 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2020/2020-08-release-notes): Release notes for FormVu 2020.08 released on the 25th August 2020 - [2020.10 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2020/2020-10-release-notes): Release notes for FormVu 2020.10 released on the 6th October 2020 - [2020.11 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2020/2020-11-release-notes): Release notes for FormVu 2020.11 released on the 17th November 2020 - [2021.01 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2021/2021-01-release-notes): Release notes for FormVu 2021.01 released on 12th January 2021 - [2021.02 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2021/2021-02-release-notes): Release notes for FormVu 2021.02 released on 23rd February 2021 - [2021.04 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2021/2021-04-release-notes): Release notes for FormVu 2021.04 released on 6th April 2021 - [2021.05 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2021/2021-05-release-notes): Release notes for FormVu 2021.05 released on 18th May 2021 - [2021.06 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2021/2021-06-release-notes): Release notes for FormVu 2021.06 released on 29th June 2021 - [2021.08 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2021/2021-08-release-notes): Release notes for FormVu 2021.08 released on 10th August 2021 - [2021.09 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2021/2021-09-release-notes): Release notes for FormVu 2021.09 released on 21st September 2021 - [2021.11 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2021/2021-11-release-notes): Release notes for FormVu 2021.11 released on 2nd November 2021 - [2021.12 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2021/2021-12-release-notes): Release notes for FormVu 2021.12 released on 14th December 2021 - [2022.01 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2022/2022-01-release-notes): Release notes for FormVu 2022.01 released on 25th January 2022 - [2022.03 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2022/2022-03-release-notes): Release notes for FormVu 2022.03 released on 8th March 2022 - [2022.04 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2022/2022-04-release-notes): Release notes for FormVu 2022.04 released on 19th April 2022 - [2022.05 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2022/2022-05-release-notes): Release notes for FormVu 2022.05 released on 31st May 2022 - [2022.07 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2022/2022-07-release-notes): Release notes for FormVu 2022.07 released on 12th July 2022 - [2022.08 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2022/2022-08-release-notes): Release notes for FormVu 2022.08 released on 23rd August 2022 - [2022.10 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2022/2022-10-release-notes): Release notes for FormVu 2022.10 released on 4th October 2022 - [2022.11 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2022/2022-11-release-notes): Release notes for FormVu 2022.11 released on 15th November 2022 - [2023.01 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2023-01-release-notes): Release notes for FormVu 2023.01 released on 10th January 2023 - [2023.02 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2023-02-release-notes): Release notes for FormVu 2023.02 released on 21st February 2023 - [2023.04 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2023-04-release-notes): Release notes for FormVu 2023.04 released on 4th April 2023 - [2023.05 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2023-05-release-notes): Release notes for FormVu 2023.05 released on 16th May 2023 - [2023.06 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2023-06-release-notes): Release notes for FormVu 2023.06 released on 27th June 2023 - [2023.08 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2023-08-release-notes): Release notes for FormVu 2023.08 released on 8th August 2023 - [2023.09 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2023-09-release-notes): Release notes for FormVu 2023.09 released on 19th September 2023 - [2023.10 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2023-10-release-notes): Release notes for FormVu 2023.10 released on 31st October 2023 - [2023.12 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2023-12-release-notes): Release notes for FormVu 2023.12 released on the 12th December 2023 - [2024.01 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2024-01-release-notes): Release notes for FormVu 2024.01 released on the 23rd January 2024 - [2024.03 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2024-03-release-notes): Release notes for FormVu 2024.03 released on the 5th March 2024 - [2024.04 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2024-04-release-notes): Release notes for FormVu 2024.04 released on the 16th April 2024 - [2024.05 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2024-05-release-notes): Release notes for FormVu 2024.05 released on the 28th May 2024 - [2024.07 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2024-07-release-notes): Release notes for FormVu 2024.07 released on the 9th July 2024 - [2024.08 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2024-08-release-notes): Release notes for FormVu 2024.08 released on the 20th August 2024 - [2024.10 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2024-10-release-notes): Release notes for FormVu 2024.10 released on the 1st October 2024 - [2024.11 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2024-11-release-notes): Release notes for FormVu 2024.11 released on the 12th November 2024 - [2024.12 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2024-12-release-notes): Release notes for FormVu 2024.12 released on the 17th December 2024 - [2025.01 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2025-01-release-notes): Release notes for FormVu 2025.01 released on the 28th January 2025 - [2025.03 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2025-03-release-notes): Release notes for FormVu 2025.03 released on the 11th March 2025 - [2025.04 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2025-04-release-notes): Release notes for FormVu 2025.04 released on the 22nd April 2025 - [2025.06 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2025-06-release-notes): Release notes for FormVu 2025.06 released on the 3rd June 2025 - [2025.07 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2025-07-release-notes): Release notes for FormVu 2025.07 released on the 15th July 2025 - [2025.08 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2025-08-release-notes): Release notes for FormVu 2025.08 released on the 26th August 2025 - [2025.10 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2025-10-release-notes): Release notes for FormVu 2025.10 released on the 7th October 2025 - [2025.11 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2025-11-release-notes): Release notes for FormVu 2025.11 released on the 18th November 2025 - [2026.01 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2026-01-release-notes): Release notes for FormVu 2026.01 released on the 6th January 2026 - [2026.02 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2026-02-release-notes): Release notes for FormVu 2026.02 released on the 17th February 2026 - [2026.03 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2026-03-release-notes): Release notes for FormVu 2026.03 released on the 31st March 2026 - [2026.05 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2026-05-release-notes): Release notes for FormVu 2026.05 released on the 12th May 2026 - [2026.06 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2026-06-release-notes): Release notes for FormVu 2026.06 released on the 23rd June 2026 - [April 2019 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2019/april-2019-release-notes): Release notes for FormVu April 2019 released on the 2nd April 2019 - [August 2018 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2018/august-2018-release-notes): Release notes for FormVu August 2018 released on the 7th August 2018 - [August 2019 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2019/august-2019-release-notes): Release notes for FormVu August 2019 released on the 6th August 2019 - [December 2017 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2017/december-2017-release-notes): Release notes for FormVu December 2017 released on the 5th December 2017 - [December 2018 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2018/december-2018-release-notes): Release notes for FormVu December 2018 released on the 8th December 2018 - [February 2018 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2018/february-2018-release-notes): Release notes for FormVu February 2018 released on the 6th February 2018 - [February 2019 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2019/february-2019-release-notes): Release notes for FormVu February 2019 released on the 20th February 2019 - [January 2018 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2018/january-2018-release-notes): Release notes for FormVu January 2018 released on the 22nd December 2017 - [January 2019 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2019/january-2019-release-notes): Release notes for FormVu January 2019 released on the 8th January 2019 - [July 2018 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2018/july-2018-release-notes): Release notes for July December 2018 released on the 3rd July 2018 - [June 2018 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2018/june-2018-release-notes): Release notes for FormVu June 2018 released on the 5th June 2018 - [June 2019 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2019/june-2019-release-notes): Release notes for FormVu June 2019 released on the 25th June 2019 - [March 2018 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2018/march-2018-release-notes): Release notes for FormVu March 2018 released on the 6th March 2018 - [May 2018 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2018/may-2018-release-notes): Release notes for May December 2018 released on the 1st May 2018 - [May 2019 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2019/may-2019-release-notes): Release notes for FormVu May 2019 released on the 14th May 2019 - [November 2017 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2017/november-2017-release-notes): Release notes for FormVu November 2017 released on the 7th November 2017 - [November 2018 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2018/november-2018-release-notes): Release notes for FormVu November 2018 released on the 6th November 2018 - [October 2018 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2018/october-2018-release-notes): Release notes for FormVu October 2018 released on the 2nd October 2018 - [October 2019 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2019/october-2019-release-notes): Release notes for FormVu October 2019 released on the 29th October 2019 - [Release Notes 2017](https://www.idrsolutions.com/docs/formvu/release-notes-2017/): Browse all 2017 FormVu release notes from IDR Solutions, covering monthly updates and improvements. - [Release Notes 2018](https://www.idrsolutions.com/docs/formvu/release-notes-2018/): Browse all 2018 FormVu release notes from IDR Solutions, featuring monthly updates and enhancements. - [Release Notes 2019](https://www.idrsolutions.com/docs/formvu/release-notes-2019/): Browse all 2019 FormVu release notes from IDR Solutions, including monthly updates and improvements. - [Release Notes 2020](https://www.idrsolutions.com/docs/formvu/release-notes-2020/): Browse all 2020 FormVu release notes from IDR Solutions, featuring essential updates and enhancements. - [Release Notes 2021](https://www.idrsolutions.com/docs/formvu/release-notes-2021/): Browse all 2021 FormVu release notes from IDR Solutions, detailing monthly updates and improvements. - [Release Notes 2022](https://www.idrsolutions.com/docs/formvu/release-notes-2022/): Browse all 2022 FormVu release notes from IDR Solutions, highlighting updates and enhancements. - [Release Notes 2023](https://www.idrsolutions.com/docs/formvu/release-notes-2023/): Browse all 2023 FormVu release notes from IDR Solutions with monthly updates and enhancements. - [Release Notes 2024](https://www.idrsolutions.com/docs/formvu/release-notes-2024/): Browse all 2024 FormVu release notes from IDR Solutions with monthly updates and enhancements. - [Release Notes 2025](https://www.idrsolutions.com/docs/formvu/release-notes-2025/): Browse all 2025 FormVu release notes from IDR Solutions with monthly updates and enhancements. - [Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/): Browse all FormVu release notes, including current updates and archived notes from 2017 onward. - [September 2018 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2018/september-2018-release-notes): Release notes for FormVu September 2018 released on the 4th September 2018 - [September 2019 Release Notes](https://www.idrsolutions.com/docs/formvu/release-notes/2019/september-2019-release-notes): Release notes for FormVu September 2019 released on the 17th September 2019