https://github.com/idrsolutions/idrsolutions-csharp-client
C# client for connecting to IDRSolutions Microservice examples
https://github.com/idrsolutions/idrsolutions-csharp-client
buildvu csharp formvu jpedal microservice
Last synced: about 2 months ago
JSON representation
C# client for connecting to IDRSolutions Microservice examples
- Host: GitHub
- URL: https://github.com/idrsolutions/idrsolutions-csharp-client
- Owner: idrsolutions
- License: apache-2.0
- Created: 2020-02-27T11:45:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-02T15:28:40.000Z (3 months ago)
- Last Synced: 2026-01-08T23:00:50.658Z (3 months ago)
- Topics: buildvu, csharp, formvu, jpedal, microservice
- Language: C#
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Notice: NOTICE.txt
Awesome Lists containing this project
README
IDRSolutions C# Client
==========================
Interact with any `IDRsolutions' Microservice Examples`_ using the IDRSolutions C# Client.
The IDRsolutions Microservice Examples are open source projects that allows you to
convert PDFs using various softwares from IDRSolutions_ as an online service.
JPedal Microservice Example - Convert pages to images
BuildVu Microservice Example - Convert PDFs to HTML or SVG
FormVu Microservice Example - Convert PDF Forms to HTML
IDR Solutions offer a free trial service for running these libraries with C#. You can
find information at the following links for JPedal_, BuildVu_ and FormVu_.
--------------
Installation
------------
Using Nuget:
~~~~~~~~~~~~
Run the following command to install the IDRSolutions C# Client in your project:
::
$ nuget install idrsolutions-csharp-client
--------------
Usage
-----
BuildVu:
~~~~~~~~
Full usage for connecting to `BuildVu can be found here`_.
JPedal:
~~~~~~~
Full usage for connecting to `JPedal can be found here`_.
FormVu:
~~~~~~~
Full usage for connecting to `FormVu can be found here`_.
--------------
Who do I talk to?
=================
Found a bug, or have a suggestion / improvement? Let us know through the
Issues page.
Got questions? You can contact us `here`_.
--------------
Code of Conduct
===============
Short version: Don't be an awful person.
Longer version: Everyone interacting in the BuildVu C# Client
project's codebases, issue trackers, chat rooms and mailing lists is
expected to follow the `code of conduct`_.
--------------
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.
.. _IDRsolutions' Microservice Examples: https://github.com/idrsolutions/
.. _IDRSolutions: https://www.idrsolutions.com/
.. _JPedal: https://www.idrsolutions.com/jpedal/
.. _BuildVu: https://www.idrsolutions.com/buildvu/
.. _FormVu: https://www.idrsolutions.com/formvu/
.. _BuildVu can be found here: https://support.idrsolutions.com/buildvu/tutorials/cloud/
.. _JPedal can be found here: https://support.idrsolutions.com/jpedal/tutorials/cloud/
.. _FormVu can be found here: https://support.idrsolutions.com/formvu/tutorials/cloud/
.. _here: https://idrsolutions.my.site.com/s/request
.. _code of conduct: CODE_OF_CONDUCT.md