RE: Generating PNG files from FO sources

2011-10-31 Thread Eric Douglas
Message- From: Todd Hivnor [mailto:spambox_98...@yahoo.com] Sent: Sunday, October 30, 2011 7:40 PM To: fop-users@xmlgraphics.apache.org; Todd Hivnor Subject: Re: Generating PNG files from FO sources More info:  I now realize that the convertFO2PDF  from https://xmlgraphics.apache.org/fop

Re: Generating PNG files from FO sources

2011-10-31 Thread Todd Hivnor
@xmlgraphics.apache.org; Todd Hivnor spambox_98...@yahoo.com Cc: Sent: Monday, October 31, 2011 8:50 AM Subject: RE: Generating PNG files from FO sources If you're using embedded code you have a Fop fop = fopFactory.newFop( ... statement which accepts an outputstream. If you want to keep your output

Generating PNG files from FO sources

2011-10-30 Thread Todd Hivnor
I'm _finally_ getting around to upgrading from FOP 0.20 to FOP 1.0! My existing code uses org.apache.fop.apps.Driver. I see that is no longer available, so I'm trying to figure out how to port my code. I figured out PDF generation, but can't figure out how to render a PNG from an FO file. All

Re: Generating PNG files from FO sources

2011-10-30 Thread Todd Hivnor
...@yahoo.com To: fop-users@xmlgraphics.apache.org fop-users@xmlgraphics.apache.org Cc: Sent: Sunday, October 30, 2011 2:12 PM Subject: Generating PNG files from FO sources I'm _finally_ getting around to upgrading from FOP 0.20 to FOP 1.0! My existing code uses org.apache.fop.apps.Driver. I see