Re: Capturing FOP logging message event in an embedded application using FOP 0.94

2007-11-14 Thread Michael Tracey Zellmann
docgenALL - hwoever, I don't want all the messages - only ones froma class in the fop hierarchy. What should I do to accomplish this ? On Nov 13, 2007 3:04 PM, Andreas L Delmelle [EMAIL PROTECTED] wrote: On Nov 13, 2007, at 18:29, Michael Tracey Zellmann wrote: Hi I have developed

Capturing FOP logging message event in an embedded application using FOP 0.94

2007-11-13 Thread Michael Tracey Zellmann
I have developed an application that generates PDFs of documentation in an eclipse environment controlled by a variety of SWT widgets. My customer would like his users to know when FOP has encountered a problem, but give them a simple message. We are already trapping exceptions, so I am

Re: getting FOP to work with Java using 0.94

2007-11-02 Thread Michael Tracey Zellmann
#ExampleXML2PDF Jeremias Maerki On 02.11.2007 00:42:58 Michael Tracey Zellmann wrote: I was using 0.93 successfully some time ago, and I have another application to use, so I downloaded 0.94. I am using Java 1.5.0_11 I tried to set things up correctly, but the PDF I generated can't

Re: controlling space before a table row

2006-03-21 Thread Tracey Zellmann
-cellfo:block//fo:table-cell /fo:table-row Of course, you can also use margin-before on every first block in every table-cell. On 21.03.2006 01:52:51 Tracey Zellmann wrote: I have a table in my document, and I would like to make extra space appear between certain rows. Not sure how to accomplish

Re: X-Bar symbol

2006-03-20 Thread Tracey Zellmann
Thanks. That worked perfectly. - Original Message - From: Manuel Mall [EMAIL PROTECTED] To: fop-users@xmlgraphics.apache.org Sent: Monday, March 20, 2006 1:19 AM Subject: Re: X-Bar symbol On Mar 19, 2006, at 5:54 PM, Tracey Zellmann wrote: I am looking for an easy way to print

controlling space before a table row

2006-03-20 Thread Tracey Zellmann
I have a table in my document, and I would like to make extra space appear between certain rows. Not sure how to accomplish that. I have tried fo:table-row padding-top=.2in and fo:table border-top-width=.2in but neither have had any affect. I am trying to achieve something like fo:block

X-Bar symbol

2006-03-19 Thread Tracey Zellmann
I am looking for an easy way to print an X with a bar over it - the symbol for the average of a sample. I could do it with svg, but I was hoping for a slightly easier approach. The symbol will occupy one header cell in a table row, so it has room to the left and right.

getting veradana font to work

2006-03-06 Thread Tracey Zellmann
I am not able to get Verdana to work. I have tried to follow the documentation. I have also read the recent emails about embedded font problems, but I can't quite follow the details. I am getting this error. SEVERE: svg graphic could not be rendered: null java.lang.NullPointerException at

Re: getting veradana font to work

2006-03-06 Thread Tracey Zellmann
06, 2006 7:57 AM Subject: Re: getting veradana font to work Have you seen the typo error ?: font metrics-url=fle:///C:/unzipped/fop-0.91beta-bin-jdk1.4/fop-0.91beta/ttfcm.xml --- font-triplet name=Verdana style=normal weight=normal/ /font Dirk Tracey Zellmann wrote

Changing logging behavior in an embedded application.

2006-03-04 Thread Tracey Zellmann
I have dug through what documentation I can find, but it hasn't helped me, so maybe the list can give me some guidance. I have my application running successfully. I am using fop 0.91beta-bin-jdk1.4 It publishes a PDF using FOP within another java application, not from the command line, so I

table-layout

2006-02-26 Thread Tracey Zellmann
I am using fop 0.91. I am getting a warning that fo:table, table-layout="auto" is currently not supported by FOP. My table looks the way I want it to, but I wonder what I should be doing to avoid that warning. I have a multi-column table where the width of the table is specified with

Re: table-layout

2006-02-26 Thread Tracey Zellmann
cells What am I supposed to do? - Original Message - From: "Andreas L Delmelle" [EMAIL PROTECTED] To: fop-users@xmlgraphics.apache.org Sent: Sunday, February 26, 2006 1:30 PM Subject: Re: table-layout On Feb 26, 2006, at 18:36, Tracey Zellmann wrote: Hi Tracey, I am using f

Re: table-layout

2006-02-26 Thread Tracey Zellmann
] To: fop-users@xmlgraphics.apache.org Sent: Sunday, February 26, 2006 6:04 PM Subject: Re: table-layout On Monday 27 February 2006 02:59, Tracey Zellmann wrote: Excellent! That worked like a charm. Another small question, if you or someone else has a moment. I am using some spanned cells

Re: best way to use fop to layout report.

2006-02-19 Thread Tracey Zellmann
12:52:20 Tracey Zellmann wrote: Thanks for the reply. I will certainly post an example when I get it done. The first cut will just be functional, and needs some feedback from the customer to get the layout and details right. Regarding Tables in FOP, I was reading Dave Pawson's book XSL-FO

Re: best way to use fop to layout report.

2006-02-18 Thread Tracey Zellmann
, February 17, 2006 4:05 PM Subject: Re: best way to use fop to layout report. On 17.02.2006 20:08:19 Tracey Zellmann wrote: I am getting comfortable running and using fop. Now I need some advice on the best way to use it to create my report. It seems to me that a table at the start of each page

instream-foreign-object

2006-02-18 Thread Tracey Zellmann
I am having some trouble gettiong an instream svg image into my fop document, and hope that soemone in this formum might help. I have an xml document, which contains several svg images, as well as other content. Some of the images were created from a template developed through Microsoft

best way to use fop to layout report.

2006-02-17 Thread Tracey Zellmann
I am getting comfortable running and using fop. Now I need some advice on the best way to use it to create my report. It seems to me that a table at the start of each page will work, but I have read that FOP has so much other capability, that tables are seldom needed. Let me briefly describe

Re: porblem running new fop-0.91

2006-02-16 Thread Tracey Zellmann
). In the latter case, you will still receive a warning but not an exception anymore. Have fun. [1] http://xmlgraphics.apache.org/fop/0.91/embedding.html#config-internal [2] http://xmlgraphics.apache.org/fop/0.91/configuration.html#general-elements On 15.02.2006 22:50:26 Tracey Zellmann wrote: Now

Re: porblem running new fop-0.91

2006-02-16 Thread Tracey Zellmann
I was able to fix it. I actually had an extraneous I as the third command-line argument, followed by catalog.pdf. That was the source of the problem. Once I cleaned that up, it worked fine. Thanks again. Sorry to bother you with these small problems. Your replies have been good prompts.

Re: Using FOP examples

2006-02-15 Thread Tracey Zellmann
. On 14.02.2006 23:31:33 Tracey Zellmann wrote: I have downloaded fop-0.91beta-bin-jdk1.4 and I am trying to use some of the examples. Specifically, ExampleXML2PDF. I have put all the jars into my class path. I am getting an error when the program runs - Exception in thread main java.lang.NoSuchMethodError

porblem running new fop-0.91

2006-02-15 Thread Tracey Zellmann
Now that I have fixed the problem with my classpath, I am tryign to run some examples that worked on the older fop-0.20.5 but don't seem to succeed when using the new version. Specifically, I have an example tha comes with StyluStudio thate creates a catalog with text pictures. Using the