[xep-support] running XSLDriver
Michael Sulyaev
msulyaev at renderx.com
Thu May 21 13:29:14 PDT 2009
Hamacher, Eric wrote:
> String[] args = new String[1];
> String argument = "-fo somefile_fo.xml –pdf somefile_pdf.pdf";
> args[0] = "\"" + argument + "\"";
> XSLDriver.main(args);
Hello Eric,
XSLDriver.main(new String[] {"somefile_fo.xml","somefile_pdf.pdf"});
works, but it's not a good idea anyway.
> I cannot find the API documentation for this class.
XEP API is available as a separate product called "Connectivity Kit"
(http://www.renderx.com/tools/devkit.html). A wide variety of ways to
use XEP in custom Java code is described in API, and sample code is
provided for all the options, including those for web applications.
Regards,
Michael Sulyaev
RenderX
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.html
More information about the Xep-support
mailing list