Hello,
I create a DOM-Tree dynamically and put it together with a XSL-file to get a
PDF.

But now I have my own font information in the userconfig.xml and need to
bind it to my
workflow.

I gess I found a possibility to to so by using the setOption of a
PDFRenderer like this:
******************************************
Driver theDriver = new Driver();
Renderer theREnderer = new PDFRenderer();
theRenderer.setOptions( <use the userconfig.xml> );


theDriver.setRenderer(PDFRenderer() );
theDriver.setInputSource( new DocumentInputSource( getFormatedSource() ) );

theDriver.setOutputStream( getPDFOutputStream() );
theDriver.run();
********************************************

Now now I have a Question: Is this the right way and, if so, since
the attribute for the setOption -method is Hashtable, what could I use for
the key and what could be the value?

Thanks, Michael

--
Michael König (Dipl.-Math.)
Software Developer
 Tel.: ++49-711/28 43 28-1
  Fax: ++49-711/28 43 28-2
Mobil: 0160/4 40 93 55


Reply via email to