Forum OpenACS Q&A: Response to server side document to .pdf conversion

Collapse
Posted by David Walker on
it is possible to create a script that uploads a file to the remote site and then
downloads the converted version.  You might have to learn some more about
rfc1823 (file uploads) first.  You may have to program some authentication
headers or a login process into your script as well.

Since the adobe site takes 15 minutes when you're a subscriber, you would
have to schedule an task to retrieve the completed pdf 15 minutes later and
figure out what to do with it next.