I want to write an ASP command line that tell the server to open an ASP file in the server’s browser then print the file using adobe distiller installed on the server (regular adobe distiller not adobe distiller server), and save to a specific location on the server, is that possible?
Can I tell a web server to output an asp to pdf through adobe distiller installed on the server?
You would have to execute some external commands to even make that possible. Your best bet is to have ASP write the data in Latex and then have an external program pick up any latex file in a specific directory and have it convert to a pdf. Latex is a report generator language that is very easy to learn and there are tools available to convert a Latex file to pdf.
Resources:
Latex: http://www.latex-project.org/
Latex to PDF: http://www.math.uakron.edu/~dpstory/latx...
http://www.p-joeckel.de/pdflatex/
Enjoy!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment