Metadata-Version: 2.1
Name: IDRCloudClient
Version: 5.0.1
Summary: Python API for IDRSolutions' Microservice Examples
Home-page: https://github.com/idrsolutions/IDRSolutions-python-client
Author: IDRSolutions
Author-email: support@idrsolutions.zendesk.com
License: Apache 2.0
Project-URL: Source, https://github.com/idrsolutions/IDRSolutions-python-client/
Project-URL: Tracker, https://github.com/idrsolutions/IDRSolutions-python-client/issues
Project-URL: Contact us, https://idrsolutions.zendesk.com/hc/en-us/requests/new
Keywords: idrsolutions pdf html5 image converter buildvu jpedal microservice example web application server API python client
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: NOTICE.txt
Requires-Dist: requests

# IDRSolutions Python Client #

Interact with any [IDRsolutions' Microservice Examples](https://github.com/idrsolutions/) using the IDRSolutions Python Client.

The IDRsolutions Microservice Examples are open source projects that allows you to
convert PDFs using various softwares from [IDRSolutions](https://www.idrsolutions.com/) 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 Python. You can
find information at the following links for [JPedal](https://www.idrsolutions.com/jpedal/), [BuildVu](https://www.idrsolutions.com/buildvu/) and [FormVu](https://www.idrsolutions.com/formvu/).

-----

# Installation #

```
pip install IDRCloudClient
```
For other methods / ways to install, check out the [Python Docs](https://packaging.python.org/tutorials/installing-packages).

-----

# Usage #

## BuildVu #

Full usage for connecting to [BuildVu can be found here](https://support.idrsolutions.com/buildvu/tutorials/cloud/).

## JPedal #

Full usage for connecting to [JPedal can be found here](https://support.idrsolutions.com/jpedal/tutorials/cloud/).

## FormVu #

Full usage for connecting to [FormVu can be found here](https://support.idrsolutions.com/formvu/tutorials/cloud/).

-----

# 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](https://idrsolutions.my.site.com/s/request).

-----

# Code of Conduct #

Short version: Don't be an awful person.

Longer version: Everyone interacting in the BuildVu Python Client project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](CODE_OF_CONDUCT.md).

-----

Copyright 2024 IDRsolutions

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](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.
