I was wondering if anyone knows of any PDF webservices. My client wants to generate PDFs dynamically, but the hosting company doesn't have pdflib installed, so I thought I could dynamically "write an html report to disk" from a PHP file, and pass the URL of that file to a webservice (ie, either via XML-RPC or fsockopen or similar) that would create a PDF from that html and return it back as the response of the web-service call, at which point I could do a binary write back to the user.
Does anyone knows of any services that do something along these lines?
Thanks for any suggestions.