Please help me to find out online web service which can convert my (xml,xsl) or my (fo) to pdf and PS(PostScrip) formats. I have tools for doing the same thing in my pc, but I really need it online! Thank you in advance!

link|improve this question

50% accept rate
feedback

2 Answers

How about creating your own web service? See http://xmlgraphics.apache.org/fop/trunk/servlets.html

link|improve this answer
I was thinking about it, actually I have already started by myself. Now I am working on it, but don't know yet if I can resolve all the problems – Please delete me Jan 14 '11 at 5:11
feedback

There is a free web service for Windows and Linux that converts XSL-FO to PDF here. It uses a commercial XSL-FO parser though. Another thing is that if you are trying to format XSL-FO over the network, most XSL-FO engines (at least the commercial ones) also provide access via sockets. The web service is just a wrapper over a .NET, JAVA or C++ API.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.