RE: Batch Generation of PDF's

2004-02-05 Thread Chris Adams
Title: Message You could always try calling the garbage collector after each loop. Though the JVM does not have to do anything it might helpreduce some of the memory. -Original Message-From: Adrian Sobotta [mailto:[EMAIL PROTECTED] Sent: 05 February, 2004 09:15To: [EMAIL

RE: xlink problem

2004-01-12 Thread Chris Adams
You have used the namespace xlink within the document, but have probably not declared a uri for it. You need to add an attribute like xmlns:xlink=http://something.somewhere.org; either to the root node or at the level where you need the name space. -Original Message- From: Wim Deblauwe

RE: bug in FOP release 0.20.5

2003-12-04 Thread Chris Adams
I tend to get this type of error where I have specified a fixed width table, and I have more table cells in a row than I have specified in the column tags. Try looking there. -Original Message- From: Stan Pinte [mailto:[EMAIL PROTECTED] Sent: 04 December, 2003 09:14 To: [EMAIL

RE: Shrink size of images.

2003-11-27 Thread Chris Adams
I think these has been some confusion, but from what I gather you are using FOP to generate a TIFF file. How are you using FOP to generate the TIFF, as I do not see it as one of the output options on the website? In either case, you may have to do some post-processing on the image to reduce the

RE: Shrink size of images.

2003-11-27 Thread Chris Adams
previously... Again, sorry for causing confusion. Regards /Gergely -Original Message- From: Chris Adams [mailto:[EMAIL PROTECTED] Sent: Thursday, November 27, 2003 11:29 AM To: [EMAIL PROTECTED] Subject: RE: Shrink size of images. I think these has been some confusion, but from what I

RE: attribute-set

2003-11-24 Thread Chris Adams
It looks like you have the xsl:attribute-set as a child of the fo:flow. I believe it needs to be a child of the root document to work correctly. -Original Message- From: Manuel Reyes [mailto:[EMAIL PROTECTED] Sent: 24 November, 2003 11:37 To: [EMAIL PROTECTED] Subject: RE: attribute-set

RE: attribute-set

2003-11-24 Thread Chris Adams
An xsl:attribute-set must always be a child of the xsl:stylesheet element. This is part of th xslt specification, which is different from the fo specification. xsl:stylesheet xsl:attribute-set name= /xsl:attribute-set /xsl:stylesheet You must then correctly adjust your xpaths in

RE: Merging XML and FO files

2003-11-20 Thread Chris Adams
You could have also done it like xsl:template match=repeater xsl:apply-templates select=tubby/ /xsl:template xsl:template match=tubby fo:block Name : xsl:value-of select=name/ / Colour : xsl:value-of select=colour/ /fo:block /xsl:template -Original

RE: Merging XML and FO files

2003-11-20 Thread Chris Adams
tubby value found inside data/repeater. Is there a way to get all the values (I did notice that I could use for-each inside the xsl:template to do this) Regards Manuel -Original Message- From: Chris Adams [mailto:[EMAIL PROTECTED] Sent: 20 November 2003 12:11 To: [EMAIL PROTECTED

RE: Scaling images

2003-11-19 Thread Chris Adams
Richard, How are you setting the size. Can you post the external-image tag you are using. Only Width and Height attributes are supported in FOP. Chris -Original Message- From: Richard Sweeney [mailto:[EMAIL PROTECTED] Sent: 19 November, 2003 17:05 To: '[EMAIL PROTECTED]' Subject:

RE: Problem with inserting images

2003-11-13 Thread Chris Adams
Patrick, It is my understanding the FOP does not support the content-height and content-width attributes, only width and height. Not sure if this will solve you problem though. Chris -Original Message- From: Patrick JUSSEAU [mailto:[EMAIL PROTECTED] Sent: 13 November, 2003 09:23 To:

RE: Black Text Missing in GIF's rendered in PDF's

2003-11-12 Thread Chris Adams
. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: 11 November, 2003 19:06 To: [EMAIL PROTECTED] Subject: Re: Black Text Missing in GIF's rendered in PDF's Chris Adams wrote: An issue was raised on here before regarding the rendering of GIF images into a PDF

Black Text Missing in GIF's rendered in PDF's

2003-11-11 Thread Chris Adams
Hi, An issue was raised on here before regarding the rendering of GIF images into a PDF, in that anything that was black did not appear in the PDF. I could not find a resolution to the problem in the archieves, so does anyone know if it was resolved or had a similar experience. Any help would