RE: Problems with embedding graphics using fo:instream-foreign-object and svg...

2001-10-18 Thread Scott Moore
That's what I want to do! When I create SVG graphs and embed them in my report, the graphs look terrible. Specifically, the fonts on the graphs look really ragged. However, if I create a PNG from the SVG and then use that in the final PDF, it looks much better. Have you noticed this behavior?

RE: overflow="hidden" and big images...

2001-10-23 Thread Scott Moore
That page must be out of date. I use is several places successfully. Scott -Original Message- From: Etwin van Krimpen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 10:40 AM To: [EMAIL PROTECTED] Subject: Re: overflow="hidden" and big images... Fop doesn't support block-c

XSl-FO question

2001-10-23 Thread Scott Moore
This question isn't really about FOP, but FO.  I'm writing a reporting system that will transform XML using XSLT into XSL-FO, then use FOP->PDF.  I need to save the XSL-FO files for later "concatenation" with other generated reports.   During the concatenation process, I need to find all th

RE: XSl-FO question

2001-10-23 Thread Scott Moore
he file will be rendered fine. So you can define a new namespace like: xmlns:foo=http://foo" then you can define this attributes in your blocks that contains the data and modify only them. Hope this helps, Fabio -Original Message-----From: Scott Moore

RE: XSl-FO question

2001-10-23 Thread Scott Moore
stion On Tuesday 23 October 2001 17:12, Scott Moore wrote: > I tried using the id="date" attribute, but you can't use that multiple > times per document. But I need something similiar to distinguish parts of > the document that are related. You could use id="date-01"

Re: XSl-FO question

2001-10-24 Thread Scott Moore
FOP will process > >thedocument it will ignore this property .. giving you some Warnings, > >but thefile will be rendered fine. Soyou can define a new > >namespace like: xmlns:foo=http://foo"; then you can define this > >attributes in your

Why doesn't SVG viewBox work?

2001-11-02 Thread Scott Moore
Hi all,   I embedding some SVG into my XSL-FO to create small graphics.  But itdoesn't seem like the viewBox attribute works.  For instance:   http://www.w3.org/2000/svg" width="1in" height="1in"viewBox="0 0 100 100" preserveAspectRatio="none">  fill="none"/>        When I run th

RE: Why doesn't SVG viewBox work?

2001-11-02 Thread Scott Moore
lorny [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 6:44 AM To: [EMAIL PROTECTED] Subject: Re: Why doesn't SVG viewBox work? Scott Moore wrote: > Hi all, > > > > I embedding some SVG into my XSL-FO to create small graphics. But it > doesn't seem like

RE: Why doesn't SVG viewBox work?

2001-11-02 Thread Scott Moore
: Vincent Hardy [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 11:56 AM To: Batik Users Cc: FOP List Subject: Re: Why doesn't SVG viewBox work? Scott, Batik displays your example ok (I checked the current code base, 1.1rc2 and 1.1rc3). Do you see only a quarter of the image (uppe

RE: Text in SVG not showing clearly

2001-11-08 Thread Scott Moore
Several people have already remarked on this, including me. So far, I haven't seen a satisfactory answer. In some places, it looks so bad on the screen that I had to create a PNG image from the Batik transcoder and use that instead. Very disappointing. Scott -Original Message- From:

RE: Text in SVG not showing clearly

2001-11-08 Thread Scott Moore
TED]] Sent: Thursday, November 08, 2001 4:28 PM To: [EMAIL PROTECTED] Subject: Re: Text in SVG not showing clearly Add the following entry to your userconfig.xml which worked for me: strokeSVGText false - Original Message ----- From: "Scott Moore" <[EMAIL

Anti-aliasing

2001-11-10 Thread Scott Moore
I'm using FOP from a servlet (e.g., not the command line version) and I have some embedded SVG in the XSL-FO. The curves are very jagged in the final PDF and I would like to turn anti-aliasing on. How can I do this? I looked thru the FOP source code and although I see parameters for anti-aliasi

RE: Anti-aliasing

2001-11-12 Thread Scott Moore
resolution. On 2001.11.10 17:24 Scott Moore wrote: > I'm using FOP from a servlet (e.g., not the command line version) and I > have > some embedded SVG in the XSL-FO. The curves are very jagged in the final > PDF and I would like to turn anti-aliasing on. > > How can I do th

Why doesn't SVG viewBox work?

2001-11-03 Thread Scott Moore
Hi all, I embedding some SVG into my XSL-FO to create small graphics. But it doesn't seem like the viewBox attribute works. For instance: http://www.w3.org/2000/svg"; width="1in" height="1in" viewBox="0 0 100 100" preserveAspectRatio="none"> When I run the above thru F

Why doesn't SVG viewBox work?

2001-11-05 Thread Scott Moore
Hi all, I embedding some SVG into my XSL-FO to create small graphics. But it doesn't seem like the viewBox attribute works. For instance: http://www.w3.org/2000/svg"; width="1in" height="1in" viewBox="0 0 100 100" preserveAspectRatio="none"> When I run the above thru F

RE: Why doesn't SVG viewBox work?

2001-11-05 Thread Scott Moore
Okay, I don't know why this keeps getting posted, but I'm not sending it. My apologies to the list groups. Scott -Original Message----- From: Scott Moore [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 8:44 PM To: FOP List; Batik Users Subject: Why doesn't S

Large graphics

2001-10-11 Thread Scott Moore
Hi all,   I'm creating a cover page that contains a large graphic.  Portions of the graphic are transparent (it's a PNG) and I'm trying to place the report title in some of the transparent region.  But it always gets truncated by the graphic image, whether transparent or not.   Is there a w

Re: Large graphics

2001-10-11 Thread Scott Moore
ent: Thursday, October 11, 2001 10:26 AM Subject: AW: Large graphics What if you first place the image and then place the text. Doesn't that work?? -Ursprüngliche Nachricht-Von: Scott Moore [mailto:[EMAIL PROTECTED]]Gesendet: Donnerstag, 11. Oktober

Re: Large graphics

2001-10-11 Thread Scott Moore
of a > block, but it isn't implemented in FOP 0.18. If you are on a later > version, you can try it out. > -Lou > > > > > "Scott Moore" <[EMAIL PROTECTED]> on 10/11/2001 09:05:08 AM > > Please respond to [EMAIL PROTECTED] > > To: "FOP L

Re: Fop speed improvements

2001-10-11 Thread Scott Moore
Wow. That's slow. I'm also using it in a Servlet and I don't have any performance problems. I generated a 100 page PDF in about 20 seconds, and that included many graphics and short tables. How big is your table? I typically have between 5-20 rows. I'm using JDF 1.3.1_01 with Tomcat 3.2.3.

Re: Slightly off topic, valid syntax

2001-10-12 Thread Scott Moore
Yes on both counts. - Original Message - From: "Colin Savage" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 12, 2001 9:03 AM Subject: Slightly off topic, valid syntax > I was experimenting with fo:inline and I am not sure if this is valid? > > Text before Text inside

Table Headings

2001-10-13 Thread Scott Moore
I'm creating tables for FOP that have a black background with white text in the table header. The rest of the table (the data) is inverse, with black characters and white background. If the header text in a column doesn't fit on one line, it will wrap, which is a good thing. The problem is the

RE: Table Headings

2001-10-15 Thread Scott Moore
you may be putting the background on the block containing the text. Try putting it on the table-cell itself or even on the row. HTH, Karen Scott Moore wrote: > > I'm creating tables for FOP that have a black background with white text in > the table header. The rest of the table

RE: Table Headings

2001-10-15 Thread Scott Moore
ng the text. Try putting it on the table-cell itself or even on the row. HTH, Karen Scott Moore wrote: > > I'm creating tables for FOP that have a black background with white text in > the table header. The rest of the table (the data) is inverse, with black > characters and whit

RE: Table Headings

2001-10-15 Thread Scott Moore
put the borders under each cell, and it works fine. Yuri -Original Message----- From: Scott Moore [mailto:[EMAIL PROTECTED]] Sent: Monday, October 15, 2001 2:37 PM To: '[EMAIL PROTECTED]' Subject: RE: Table Headings Karen, I have another table related question. I'm trying t

RE: Table Headings

2001-10-15 Thread Scott Moore
2001 2:56 PM To: '[EMAIL PROTECTED]' Subject: RE: Table Headings I do have cells like that - some have only one line of text, some have two or more. Since the border is for the cell, not the inside the cell, it works fine. YS -Original Message- From: Scott Moore [mailto:[EMAIL

RE: block

2001-10-15 Thread Scott Moore
Try using instead of . You can have several in the same parent, which could be on the same line. First text Second text This way you could define different properties for each Scott -Original Message- From: Pablo Iaria [mailto:[EMAIL PROTECTED]] Sent: Monday, October 15, 200

FOP 0.20 leaves image files open?

2001-10-17 Thread Scott Moore
part of the source code I needed to look thru for image references.   Can someone fix this for the next version of FOP?   Thanks,   Scott Moore Senior Developer netDecide - http://www.netdecide.com/ 7600 Leesburg Pike, West Building - Suite 100 Falls Church, Virginia  22043 (571) 633-6134 (Work) (571) 633-6003 (Fax)  

RE: FOP 0.20 leaves image files open?

2001-10-17 Thread Scott Moore
eader has nothing to do with images nor is it active when FOP is processing files. It is used to create XML font metric files. It doesn't hurt, that this particular file won't get closed. On Wed, 17 Oct 2001 10:22:26 -0400 Scott Moore wrote: > I can't be sure of this, but it se

Re: xsl:choice

2001-12-08 Thread Scott Moore
The statement is exactly like a switch or case statement. You CAN have one or more statements underneath the same parent followed by one , which is equivalent to "default:" in Java or C++. I use this construct all the time, especially when I need something similiar to "if then else" or a swit

RE: can someone help solving this exception ?

2002-01-08 Thread Scott Moore
You can't use ampersands in your text unless you escape them. So try this: SUPPLY/TAKE-UP REEL TABLE Scott -Original Message- From: Nick Winger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 7:38 AM To: Apache Mailinglist (E-Mail) Subject: can someone help solving this

RE: which graphic formats are supported ?

2002-01-08 Thread Scott Moore
It seems from previous postings that the image will be resized to fit the width, but not the height. Make sure you have enough space to display the image. Try increasing the height until you see it. Scott -Original Message- From: Mitchell, Scott(LIT) [mailto:[EMAIL PROTECTED]] Sent: Tu

RE: which graphic formats are supported ?

2002-01-08 Thread Scott Moore
? the image is quite small so should fit in the area specified. If I have the image in the same directory as the xsl file, is this how it should be referenced? > -Original Message- > From: Scott Moore [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, January 08, 2002 3:58 PM

Re: Table Improvements

2002-01-09 Thread Scott Moore
Karen, Is this functionality in 0.20.2? It doesn't work for me. FOP complains about the table-layout property and the table columns aren't proportionally sized. Plus, the docs/examples/fo/tableunits.fo doesn't exist. Thanks, Scott - Original Message - From: "Karen Lease" <[EMAIL PROT

Re: Table Improvements

2002-01-09 Thread Scott Moore
Okay, I just looked at the release date on 0.20.2 and see it was 9/29/2001. Since your email was after that, I'm guessing the new table functionality is not in 0.20.2. Will it be in the maintenance release? Is that coming up soon? Scott - Original Message - From: "Scott Moor

Table of Contents

2002-01-11 Thread Scott Moore
I'm building a table of contents, which works just fine except for one little detail.  If seems the are not aligning correctly.   For instance, the enclosing block looks like this:       The parent block has text-align="end", but the page numbers come out left justified, not right justif

RE: XPATH question - not FOP related

2002-01-22 Thread Scott Moore
Try:         This is not the first!      Repeating section...       Scott   -Original Message-From: Brian T. Wolf [mailto:[EMAIL PROTECTED]]Sent: Tuesday, January 22, 2002 1:30 PMTo: [EMAIL PROTECTED]Subject: XPATH question - not FOP related This is obviously off-topic

SVG Problem with FOP

2002-01-24 Thread Scott Moore
he.fop.apps.Driver.render(Driver.java:501)    at org.apache.fop.apps.Driver.run(Driver.java:552)           Scott Moore Senior Developer netDecide - http://www.netdecide.com/ 7600 Leesburg Pike, West Building - Suite 100 Falls Church, Virginia  22043 (571) 633-6134 (Work) (571) 633-6003 (Fax)  

Please help, even if it's just a reply that it can't be done

2002-01-30 Thread Scott Moore
s the problem with FOP? I figure it's got to be one of the above. Thanks very much, Scott PS. What version of Batik comes with FOP 0.20.3rc? - Original Message ----- From: Scott Moore To: FOP User Sent: Friday, January 25, 2002 10:43 AM Subject: SVG Problem with FOP I'm tryi

Re: 0.20.3rc bug

2002-01-30 Thread Scott Moore
Change master-name to master-reference on your fo:page-sequence. In this case, the error is correct and your FO is wrong. The previous versions were written to the Candidate Recommendation and not the Oct 15th Recommendation which had that change. Scott - Original Message - From: "Mat

Re: 0.20.3rc bug

2002-01-30 Thread Scott Moore
> com·put·ing (kum' pyoot ing) > 1. n the art of calculating how much time you wasted and money you spent in > a doomed attempt to master a machine with a mind of it's own. --from > computing: A HACKER'S DICTIONARY > > > > -

RE: Please help, even if it's just a reply that it can't be done

2002-01-31 Thread Scott Moore
Pietschmann [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 4:55 AM To: FOP Dev Subject: Re: Please help, even if it's just a reply that it can't be done "Scott Moore" <[EMAIL PROTECTED]> wrote: > I cross-posted this several days ago and didn't get

Re: newbie needs help with relative address for image.

2002-02-12 Thread Scott Moore
You can configure FOP to start all relative paths at a certain directory. That's what I do in my servlet: org.apache.fop.configuration.Configuration.put("baseDir", "file:" + dir + File.separator); - Original Message - From: "Savino, Matt C" <[EMAIL PROTECTED]> To: <[EMAIL PROTEC

RE: Multithreaded failure

2002-04-04 Thread Scott Moore
Why are you reading the user configuration more than once? In my servlet, which is multithreaded, I read the user configuration file once upon init. I have no problems (except the occasional image error, which I catch and regenerate the PDF when it happens) with concurrent PDF generation using FO

RE: Multithreaded failure

2002-04-04 Thread Scott Moore
Upon init (once in the servlet) // Gotta configure FOP to know where the base directory is. Otherwise // it will generate errors. Add a trailing slash so we can use relative // paths in our XSL. org.apache.fop.configuration.Configuration.put("baseDir", "file:" + dir