IDRSolutions Converter is an Android file format conversion application (PDF/ fillable PDF to HTML/ SVG) that leverages the microservices of BuildVu and FormVu, products developed by IDRSolutions. This application allows users to trial our products on their phone.
IDRSolutions Converter started as a personal project by one of our staffs and is now open source for IDRSolutions.
You can directly download the APK file in the releases page.
Alternatively, ensure you have Flutter installed on your system. Follow the official Flutter installation guide here.
- Clone the repository
- Navigate to the project directory
- Install dependencies:
flutter pub get
- Run the app on an emulator or connected device:
flutter run
- Select the file format you wish to convert.
- Enter your trial token (if you don't have a token, the app will direct you to our BuildVu or FormVu trial page).
- Upload a file.
- Convert and wait for processing.
- Preview online, download the converted file, or convert a new one once the process is complete.
IDRSolutions Converter utilizes the following web services for file format conversion:
- BuildVu: BuildVu Web Service Guide
- FormVu: FormVu Web Service Guide
Found a bug, or have a suggestion or improvement for the app? Let us know through the Issues page.
Got questions for the products, or want to buy a license? 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.