RE: Adding Properties to the FOP driver

2001-09-07 Thread avespa
To: [EMAIL PROTECTED] Subject: Re: Adding Properties to the FOP driver I'm also using .18 in VAJ and the org.apache.fop.fo.properties package did not import for me. I got similar errors to what you are describing. Try exporting these class files from fop.jar and importing them into VAJ. T

Re: Adding Properties to the FOP driver

2001-09-07 Thread jthaemlitz
cc: 09/07/01 04:49 PM Subject: Adding Properties to the FOP driver Please respond to fo

Adding Properties to the FOP driver

2001-09-07 Thread avespa
Hello, In my code to render a PCL/PDF from XML, I set the following properties: driver.addElementMapping("org.apache.fop.fo.StandardElementMapping"); driver.addElementMapping("org.apache.fop.svg.SVGElementMapping"); driver.addPropertyList("org.apache.fop.fo.StandardPropertyList