I'm looking to create a web application that creates a document based on what you input.
The two options I see are:
-have a php/asp script that creates a postscript document, then uses a command line call, to use ghostscript to convert the postscript to pdf
or
-use apache FOP.
I'll be working in asp/iis invironment, but I want to try out a linux solution too. Can anyone shed some light on this, or give their experiences?
The two options I see are:
-have a php/asp script that creates a postscript document, then uses a command line call, to use ghostscript to convert the postscript to pdf
or
-use apache FOP.
I'll be working in asp/iis invironment, but I want to try out a linux solution too. Can anyone shed some light on this, or give their experiences?
Comment