FOP AWT Window Shuts Down Application

2002-02-19 Thread Jim Urban
I am using the FOP AWT viewer (PreviewDialog) to display and print reports within my application. The problem is, whenever I close the FOP viewer, my application shuts down. How can I keep this from happening? Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL

how does the embbeded font thing work ?

2002-02-19 Thread Nick Winger
hi ! i have an embbeded user font... in my application i use arial ( own user font) and everythins works... question 1: from where does acrobat reader get the font ? is it embbeded in the pdf file or what ? second: i have a servlet and when i generate the pdf out of that servlet the pdf is muc

Re: driver problem -> finding source file

2002-02-19 Thread Jeremias Maerki
Have a look at the javadocs of org.xml.sax.InputSource. It will tell you that a String parameter in the constructor is a SystemID which corresponds more or less to a URL. So if you specify a relative path it's resolved by applying the base URL. And that's why it worked. I'd use: new InputSource(n

driver problem -> finding source file

2002-02-19 Thread Nick Winger
hi ! i have the following java code to generate a pdf file: Options options = new Options(); options.loadUserconfiguration("userconfig.xml"); Driver driver = new Driver( new InputSource( "d:\\projects\\FOPTest.fo" ), new FileOutputStream( "d:\\projects\\FOPTest.pdf"

cvs commit: xml-fop/src/org/apache/fop/svg PDFTranscoder.java PDFTextElementBridge.java PDFTextPainter.java

2002-02-19 Thread keiron
keiron 02/02/19 05:03:15 Modified:src/org/apache/fop/svg PDFTranscoder.java PDFTextElementBridge.java PDFTextPainter.java Log: fixed compile error add extra check for text drawing, seems to have a problem with large fonts and may have nulll size Rev

[GUMP] Build Failure - Fop

2002-02-19 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml init-avail: init-filters-xalan2: [copy] Copying 1

RE: [PROPOSAL] linebreak was Re: REDESIGN: where I have been hiding

2002-02-19 Thread Arved Sandstrom
-Original Message- From: ewitness - Ben Fowler [mailto:[EMAIL PROTECTED]] Sent: February 18, 2002 9:36 PM To: [EMAIL PROTECTED] Subject: RE: [PROPOSAL] linebreak was Re: REDESIGN: where I have been hiding >This would be useful in writing addresses exempli gratia: > > > > >

DO NOT REPLY [Bug 6539] - Poor error recovery from invalid FO; wrong exit status

2002-02-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6539] New: - Poor error recovery from invalid FO; wrong exit status

2002-02-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: Page sequence

2002-02-19 Thread fred redf
Hi Gilles Just put a break-after="page" in the last block intended to be inside each page sequence. Salut. Fred. --- Gilles Beaugeais <[EMAIL PROTECTED]> a écrit : > hello > > I am using fop 0.20.3. > > I have to generate 3 TOCs (table of contents, list > of figures, list of tables) and a bl

DO NOT REPLY [Bug 6537] - Table is missing in the generated PDF

2002-02-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6537] - Table is missing in the generated PDF

2002-02-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 6537] New: - Table is missing in the generated PDF

2002-02-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Page sequence

2002-02-19 Thread Gilles Beaugeais
hello I am using fop 0.20.3. I have to generate 3 TOCs (table of contents, list of figures, list of tables) and a blank page at the end of global 3 TOCs if the 3 TOCs total page count is odd. The problem is that I have to change header depending on the TOC. I have defined 3 'fo:repeatable-p

AW: tabel cell content bigger than table cell width

2002-02-19 Thread Nick Winger
hi ! i'm using fop version 20.1. here is my fo:table code:

Re: [Understanding] FO Tree [3]

2002-02-19 Thread Keiron Liddle
On 2002.02.16 03:13 Peter B. West wrote: > ** What other classes (if any) extend FONode? Where will they be > discussed? These classes will be displayed in the diagram. That should provide enough information to tell people where to get more information, ie. in the classes. > ** Apart from e