This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Can this be used for Android?

cee wrote on 2012-07-02:
Hi,
I am looking for pdf converters for Android platform. Can i use this API on Android? I have done research on other Java based APIs and most of them say they dont support, or are bloated and not light to be used on a smart phone or tablet. Can you please shed some light on this?
support wrote on 2012-07-03:
We are not familiar with development for Android and hence we can't give you an answer whether it will work or not.

The API client library is only two simple .java files with dependencies on java.util, java.io, java.net, and javax.net.ssl. You can take a look at Client.java here: https://pdfcrowd.com/static/clients/java/Client.java.html. The other .java file (PdfcrowdError.java) is without any external dependencies.

It would be great if you could try it out and report back if it worked. Thanks.