Re: producing OMR marks (Optical Mark Reading)

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

Re: Adding Properties to the FOP driver

2001-09-07 Thread jthaemlitz
the same deal. JohnPT fop-dev-return-10181-jthaemlitz=oreillyauto.com@XML

Re: FOP on IBM AS400

2001-09-19 Thread jthaemlitz
. fop-dev-return-10324-jthaemlitz=oreillyauto.com@XML. APACHE.ORG

Re: FOP on IBM AS400

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

Re: image on every pdf page

2001-09-26 Thread jthaemlitz
fop-dev-return-10563-jthaemlitz=oreillyauto.com@XML. APACHE.ORG

Re: image on every pdf page

2001-09-26 Thread jthaemlitz
-master. fop-dev-return-10566-jthaemlitz=oreillyauto.com@XML

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

2001-10-18 Thread jthaemlitz
-before tag and margin-top attribute to keep it out of your header. Hope that helps/works. JohnPT fop-dev-return-10926-jthaemlitz

RE: Question on XSLTInputHandler

2001-11-12 Thread jthaemlitz
rather than XSLT. Then again that kind of stuff should probably be done in an extension. JohnPT fop-dev-return-11456-jthaemlitz

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-jthaemlitz

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)

Re: printing embedded fonts from Linux

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

Re: Font embedding in PostScript?

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

Re: Table Layout with Page Breaks

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

Re: fo:block

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

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

Re: fireing SAX events in .20

2001-10-17 Thread jthaemlitz
fop-dev-return-10924-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: [EMAIL PROTECTED

Re: reuse of PDFRenderer

2001-12-12 Thread jthaemlitz
-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: '[EMAIL PROTECTED

RE: RE: reuse of PDFRenderer

2001-12-13 Thread jthaemlitz
-return-12127-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: '[EMAIL PROTECTED

Re: Basic aspects

2001-12-13 Thread jthaemlitz
fop-dev-return-12148-jthaemlitz=oreillyauto.com@XML. APACHE.ORG

Re: which graphic formats are supported ?

2002-01-08 Thread jthaemlitz
fop-dev-return-12423-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: Apache Mailinglist \(E-Mail

Re: Any real-life business use ?

2002-01-14 Thread jthaemlitz
-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: [EMAIL PROTECTED

Re: out of memory exception in java ?

2002-01-29 Thread jthaemlitz
fop-dev-return-12827-jthaemlitz=oreillyauto.com@XML

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: Designing PDF extensions: form fields

2002-04-03 Thread jthaemlitz
-14092-jthaemlitz=oreillyauto.com@XML. APACHE.ORG To: [EMAIL PROTECTED

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.com@XML

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 entrykeystrokeSVGText/keyvaluefalse/value/entry If you have an SVG with an empty text

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 shows

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: 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: Getting FOP running on Mac OS X

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

RE: FOP performance - frustrating.. help!!

2002-12-27 Thread jthaemlitz
|-+-- | | fop-dev-return-18504-jthaemlitz=oreillyauto.com@XML| | | .APACHE.ORG| | | | | | 12/27/02 03:57 PM

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