The documentation for the ActiveX interface is a little... well, too summarized if you ask me
In the readme.txt for the Java interface, I see that a call to Convert can also accept two streams. What I want to do is convert an XHTML to PDF and put the PDF directly into the Response stream in an ASP application. This should in theory be possible since Response implements the IStream interface, which is accessible from within the programming language the ActiveX interface was written in.
In the readme.txt for the Java interface, I see that a call to Convert can also accept two streams. What I want to do is convert an XHTML to PDF and put the PDF directly into the Response stream in an ASP application. This should in theory be possible since Response implements the IStream interface, which is accessible from within the programming language the ActiveX interface was written in.