From: Wick Swain (WSwain@nutracorp.com)
Date: Wed Jun 25 2003 - 11:17:35 PDT
I am hoping someone can advise me on how to reset the base path when I
generate multiple pdfs from a java application. It appears that the
base path is set for the first pdf I generate but subsequent pdfs must
all use the base path set by the first pdf. The xep console shows the
same "system-id file" each time I generate a pdf.
Hopefully I am missing something and there is a way to reset this base
path. I thought the following would work, but it does not:
System.setProperty("com.renderx.xep.BASE", "c:\\myNewBasePath");
com.renderx.xep.Driver.init();
com.renderx.xep.gen.backends.H4PDF.init();
com.renderx.xep.gen.backends.H4PDF pdf = new
com.renderx.xep.gen.backends.H4PDF();
pdf.setOutFile(pdfFileName);
pdf.setBasePath(basePath);
com.renderx.xep.Driver.render(foDom, pdf);
I have also tried to set the base path directly in the fo xml document
as follows with no success:
<fo:root font-family="GillSans-Condensed"
xml:base="file:///C:/dev//actionLabs//ActionLabsOrderForm.fo" ...>
Is there another way to set a base path for external image files?
Thanks for any input.
-Wick Swain
-------------------
(*) 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/tos.html
This archive was generated by hypermail 2.1.5 : Wed Jun 25 2003 - 14:30:10 PDT