Command Line Apps Available in Cloud?

Is it possible/permissible to upload other command line applications to your cloud implementation and utilize them with the shell class? I use a command line utility called wkhtmltopdf to convert HTML into PDFs. I call it now using the shell class and it works great on my self-hosted site. Will this work in my Xojo Cloud environment if upload the utility?

Yes, that should work just fine. Here’s a bit more info. on how to do it:

http://developer.xojo.com/xojo-cloud-general-info$using-external-apps-and-libraries

Thanks Jason!

Just make sure you set execute permissions on it after uploading.