Re: [xep-support] running XSLDriver

From: Michael Sulyaev <msulyaev@renderx.com>
Date: Thu May 21 2009 - 13:29:14 PDT

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@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
Received on Thu May 21 14:41:17 2009

This archive was generated by hypermail 2.1.8 : Thu May 21 2009 - 14:41:22 PDT