{"id":44404766,"url":"https://github.com/idrsolutions/buildvu-microservice-example","last_synced_at":"2026-02-12T06:37:32.729Z","repository":{"id":33718736,"uuid":"122356284","full_name":"idrsolutions/buildvu-microservice-example","owner":"idrsolutions","description":"BuildVu Microservice Example","archived":false,"fork":false,"pushed_at":"2025-09-18T11:55:00.000Z","size":208,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-18T13:45:06.979Z","etag":null,"topics":["application","buildvu","example","html","idrsolutions","microservice","pdf","server","web"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idrsolutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.txt","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-02-21T15:46:25.000Z","updated_at":"2025-09-18T11:53:43.000Z","dependencies_parsed_at":"2023-10-03T17:08:21.511Z","dependency_job_id":"133f67a0-4ec1-4cf5-95e1-11d92ad3d611","html_url":"https://github.com/idrsolutions/buildvu-microservice-example","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/idrsolutions/buildvu-microservice-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idrsolutions%2Fbuildvu-microservice-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idrsolutions%2Fbuildvu-microservice-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idrsolutions%2Fbuildvu-microservice-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idrsolutions%2Fbuildvu-microservice-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idrsolutions","download_url":"https://codeload.github.com/idrsolutions/buildvu-microservice-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idrsolutions%2Fbuildvu-microservice-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29360644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["application","buildvu","example","html","idrsolutions","microservice","pdf","server","web"],"created_at":"2026-02-12T06:37:31.589Z","updated_at":"2026-02-12T06:37:32.723Z","avatar_url":"https://github.com/idrsolutions.png","language":"Java","readme":"# BuildVu Microservice Example #\n\nIDRsolutions' BuildVu Microservice Example is an open source project that allows you to convert PDF to HTML5 or SVG by running BuildVu as a web service in the cloud or on-premise. \n\n**Please note that BuildVu is paid-for, commercial software - however you can use the trial version for free. Just rename the trial .jar to \"buildvu.jar\".**\n\n-----\n\n# How do I get set up? #\n\n### What you'll need: ###\n\n* [BuildVu](https://www.idrsolutions.com/buildvu/download/) - this provides all the conversion functionality.\n* [Maven](https://maven.apache.org/download.cgi) - used to build the .war file.\n\n### Trial Version: ###\n\nIf you do not have a full verison of BuildVu you can get the trial version from [here](https://www.idrsolutions.com/buildvu/trial-download/).\n\n### Build: ###\n\nClone a copy of the buildvu-microservice-example git repo:\n\n```\ngit clone git://github.com/idrsolutions/buildvu-microservice-example\n```\n\nAdd the BuildVu jar to the project by copying it into the /lib directory. Make sure that it is named \"buildvu.jar\"\n\nOpen up a terminal / command prompt window in the base directory of the buildvu-microservice-example project, and build the .war file by running the command:\n```\nmvn compile war:war\n```\n\nThis will generate the buildvu.war file inside the /target directory.\n\n### Deployment: ###\n\nSee our [application server tutorials](https://docs.idrsolutions.com/buildvu/app-server-deployment/) for instructions on deployment.\n\nSee our [cloud platform tutorials](https://docs.idrsolutions.com/buildvu/docker-deployment/) for instructions on cloud deployment.\n\n### docker-compose deployment: ###\n\nDocker usage has moved to it's own project [here](https://github.com/idrsolutions/buildvu-docker).\n\n-----\n\n### Usage: ###\n\nYou can interact with the BuildVu Microservice Example using the REST API.\n\nA complete list of raw requests that can be used can be found [here](/API.md).\n\nFor specific languages, see our tutorials on how to [run BuildVu from other languages](https://docs.idrsolutions.com/buildvu/languages/).\n\n-----\n\n# Who do I talk to? #\n\nFound a bug, or have a suggestion / improvement? Let us know through the Issues page.\n\nGot questions? You can contact us [here](https://idrsolutions.my.site.com/s/request).\n\n-----\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidrsolutions%2Fbuildvu-microservice-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidrsolutions%2Fbuildvu-microservice-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidrsolutions%2Fbuildvu-microservice-example/lists"}