Writing web service to convert documents to PDF
Posted
by M Ismail
on Stack Overflow
See other posts from Stack Overflow
or by M Ismail
Published on 2010-01-25T12:05:11Z
Indexed on
2010/05/13
3:54 UTC
Read the original article
Hit count: 274
Is it possible to write a RESTful web service that will accept files from a client, convert those files to PDF files and then will send the result back to the client?
Any information on the topic would be helpful.
© Stack Overflow or respective owner