RE: HTML to FO

2003-02-27 Thread jthaemlitz
big blue has a stylesheet that does a ok job at it.  It's probably a good starting point if you have clean xhtml conversion guide http://www-106.ibm.com/developerworks/library/x-xslfo2app/ stylesheet http://www-106.ibm.com/developerworks/library/x-xslfo2app/xhtml-to-xslfo.xsl JohnPT "Ken

RE: FOP performance - frustrating.. help!!

2002-12-27 Thread jthaemlitz
lvetica, Arial, sans". Just some little things that may help a little. ... ... ... Hope this helps, JPT |-+--> | | fop-dev-return-18504-jthaemlitz=oreillyauto.com@XML| |

RE: Getting FOP running on Mac OS X

2002-12-10 Thread jthaemlitz
JPT |-+--> | | fop-dev-return-18356-jthaemlitz=oreillyauto.com@XML| | | .APACHE.ORG| | | | | | 12/

Re: Setting the user configuration in embedded code

2002-10-08 Thread jthaemlitz
The user config options are static, so you can call this anywhere before you start you create your driver.  You only have to call this once. import org.apache.fop.apps.Options; // Declare our FOP User Config file (this is where we get our fonts) File userConfigFile = new File( "userconfig.xml" )

Re: AW: AW: AW: Embedding FOP in Java

2002-09-19 Thread jthaemlitz
The newer version probably uses the Avalon logger.  This will throw the ERROR message, but should not "break" the code.  You'll have to search for that fix in the archives. It sounds like your not getting the right data in your FO file.  Try running your data through the stylesheet on the command

Re: AW: AW: Embedding FOP in Java

2002-09-17 Thread jthaemlitz
I created a convenience class called PdfRenderer.  It cache's a stylesheet and then you can process files or streams throught it.  You can also pass parameters to your stylesheet with a hashtable (probably should have been a Hashmap).  Anyway, it's not perfect, but it works and the class file show

Re: PDF Impositioning

2002-08-15 Thread jthaemlitz
If your hinting at PDF Form generation, I'd be highly interested.  I've seen posts in the past where you can pass direct pdf form streams in for fields, but this is kinda hectic.  PDF Form functionality would be awesome. JohnPT [EMAIL PROTECTED] 08/15/02 03:04 AM Please respond to fop-dev

Re: Big problem with printing from adobe Reader 4

2002-07-09 Thread jthaemlitz
fop-dev-return-15726-jthaemlitz=oreillyauto.com@XML. APACHE.ORG

ERROR 10244 [fop ] (): svg graphic could not be rendered: null

2002-06-18 Thread jthaemlitz
I found a bug that I haven't seen reported. It seems that if you try to include a SVG file with an empty text element you get a null pointer exception. This only occurs if you use userconfig.xml file and set strokeSVGTextfalse If you have an SVG with an empty text element (eg: ) you get a null

RE: PDF JavaScript and Form Fields: FOP prototype version is available

2002-04-22 Thread jthaemlitz
I'm also verry interested in how you accomplished this. Looks great. JohnPT fop-dev-return-14271-jthaemlitz=oreillyauto.co

Re: Designing PDF extensions: form fields

2002-04-03 Thread jthaemlitz
fop-dev-return-14092-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To

Re: static content question

2002-02-08 Thread jthaemlitz
You want OR which corresponds to your fo:simple-page-master's OR fop-dev-return-13049-jthaemlitz=oreillyauto.co

Re: background-image

2002-01-31 Thread jthaemlitz
the effect of a background image. Only works on ONE PAGE DOCUMENTS though. JohnPT fop-dev-return-12894-jthaemlitz=oreillyauto.com@XML

Re: out of memory exception in java ?

2002-01-29 Thread jthaemlitz
a/VM Hope that helps, JohnPT fop-dev-return-12827-

Re: Any real-life business use ?

2002-01-14 Thread jthaemlitz
ev-return-12526-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: [

Re: which graphic formats are supported ?

2002-01-08 Thread jthaemlitz
k. JohnPT fop-dev-return-12423-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: "Apache Maili

Re: Basic aspects

2001-12-13 Thread jthaemlitz
e). So...many many thanks to the dev team. JohnPT fop-dev-return-12148-jthaemlitz=oreillyauto.com@XML.

RE: RE: reuse of PDFRenderer

2001-12-13 Thread jthaemlitz
. It's a pretty complex report with alternating colored lines, OMR marks, OCR font markings and different layouts for the first page, second page and then alternating odd/even pages. It's a good alternative for a AS/400. JohnPT

Re: reuse of PDFRenderer

2001-12-12 Thread jthaemlitz
ev-return-12113-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: &qu

Embedded Font Encoding (Windows vrs Built-in)

2001-11-26 Thread jthaemlitz
When I embed a font with FOP on my local maching (NT 4.0) Acrobat says the font Encoding is "Windows". If I use the Adobe tool to embed the font the Encoding type is "Built-in". The PDF with Encoding type "Built-in" prints correctly from our Linux boxes without any extra configuration. The PDF

Re: Font embedding in PostScript?

2001-11-23 Thread jthaemlitz
fop-dev-return-11702-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: [EMAIL PROTECTED

Re: printing embedded fonts from Linux

2001-11-15 Thread jthaemlitz
To: [EMAIL PROTECTED] fop-dev-return-11553-jthaemlitz=oreillyauto.com@XML. cc: APACHE.ORG Subject: Re: pri

printing embedded fonts from Linux

2001-11-15 Thread jthaemlitz
this is a little off topic, if I could get pointed to some documetation that would be great. Othewise if you have a solution or some knowledge to pass on I'd appreciate it. We have 800+ neoware boxes that we're sending FOP generated PDF's too. The PDF's display the embedded font (Aachen) correc

Re: Difficulties embedding FOP by firing SAX events myself

2001-11-15 Thread jthaemlitz
(); ... handler.endDocument(); out.close(); fop-dev-return-11540-jthaemlitz=oreillyauto.com@XML.

Re: horizontal line won't print?

2001-11-14 Thread jthaemlitz
rn JohnPT fop-dev-return-11511-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: "[EMAIL PROTECTED]&quo

Re: no visual tool for FOP?

2001-11-12 Thread jthaemlitz
You could try checking out XSLFAST (http://www.xslfast.com/) that Stephan's been working on. JohnPT fop-dev-return-11458-jthae

RE: Question on XSLTInputHandler

2001-11-12 Thread jthaemlitz
control since you are fireing SAX events from Java rather than XSLT. Then again that kind of stuff should probably be done in an extension. JohnPT

Re: Table Layout with Page Breaks (re-visited)

2001-10-18 Thread jthaemlitz
helps/works. JohnPT fop-dev-return-10926-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To:

Re: fireing SAX events in .20

2001-10-17 Thread jthaemlitz
driver.setLogger( log ); Thanks again, JohnPT fop-dev-return-10924-jthaemlitz=oreillyauto.com@XML. APACHE.ORG

fireing SAX events in .20

2001-10-17 Thread jthaemlitz
I'm trying to port my application from using FOP .18 to FOP .20. My application used to get the handler (FOTreeBuilder) from the Driver, then fire SAX events on it. In .20 I get a null pointer exception, I believe this is because the InputStream never gets initialized. Is there a way to make th

Re: fo:block

2001-10-15 Thread jthaemlitz
[EMAIL PROTECTED] fop-dev-return-10875-jthaemlitz=oreillyauto.com@XML. cc: APACHE.ORG Subject:

Re: Table Layout with Page Breaks

2001-10-11 Thread jthaemlitz
wanting. John fop-dev-return-10770-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: &qu

how do I remove the index page (Never Mind)

2001-10-05 Thread jthaemlitz
found a break-before="page" in my code I had forgotten about. JohnPT - Forwarded by John Thaemlitz/OReilly on 10/05/01 01:54 PM - John Thaemlitz

how do I remove the index page

2001-10-05 Thread jthaemlitz
I'm trying to create subsection of a report that does not contain a index page. I'm missing something pretty simple I think. The first page shows the region before and region after but nothing in the region body. Then the region body (a table) shows up correctly on page two and on down the line

Re: image on every pdf page

2001-09-26 Thread jthaemlitz
some type (not a single-page-master-reference) in your page-sequence-master.

Re: image on every pdf page

2001-09-26 Thread jthaemlitz
OTTOM area) (for English LEFT area) (for English RIGHT area) JohnPT fop-dev-return-10563-jthaemlitz=oreillyauto.co

Re: Line feed in FOP

2001-09-25 Thread jthaemlitz
eturn-10521-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: "'[EMAIL PROTECTED]'

RE: FOP on IBM AS400

2001-09-25 Thread jthaemlitz
BMP's work. JohnPT fop-dev-return-10514-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: "'[E

Re: FOP on IBM AS400

2001-09-24 Thread jthaemlitz
s. JohnPT fop-dev-return-10469-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: [EMAIL

Re: FOP on IBM AS400

2001-09-19 Thread jthaemlitz
ot the OMR marks "working". fop-dev-return-10324-jthaemlitz=oreillyauto.com@XML.

Re: Adding Properties to the FOP driver

2001-09-07 Thread jthaemlitz
d the same deal. JohnPT fop-dev-return-10181-jthaemlitz=oreillyauto.co

Re: producing OMR marks (Optical Mark Reading)

2001-09-07 Thread jthaemlitz
able right off the bat. Thanks, JohnPT fop-dev-return-10157-jthaemlitz=oreillyauto.com@XML.

producing OMR marks (Optical Mark Reading)

2001-09-06 Thread jthaemlitz
I'm writing a DB reporting class that extends org.apache.fop.apps.Driver and fires SAX events to the Drivers ContentHandler (FOTreeBuilder). I have a method that produces the correct OMR mark with SAX events when the page number is passed in as a parameter. The problem with this is that I need t