Cloudmersive / Cloudmersive.APIClient.Java

Cloudmersvie API Client for Java. Uses OkHttp API client library.
Apache License 2.0
13 stars 5 forks source link

Allow convert calls to accept byte[] and file name #2

Open volgin opened 4 years ago

volgin commented 4 years ago

I tested your API and I love it, but our app runs in the environment without a file system. Also, there are many use cases where creating a file object just to pass it to your API is inefficient. For example:

(1) When we generate an HTML string, it seems unnecessary to save it to the file system before passing it to Cloudmersive.

(2) When we process email attachments, it would be faster to pass them directly to the conversion API without saving them first.