memory footprint of batch processes

2005-11-29 Thread Leon Torres
I'm looking into using FOP to batch print a bunch of shipping labels (square images about half a US Letter page in size), but I was wondering what kind of memory footprint FOP uses up in geneerating, say, a 15 page PDF with 100 KB of images per page? - Leon ---

RE : RE : [fop-users] [sigma] print greek sigma character on fop 0.20.5

2005-11-29 Thread EXT / FOCAL VANDEPUTTE Brice
Wonderful ! :o) 1- You're right i miss-read the previous post of Andreas and so my previous answer was wrong. Sorry. 2- I was testing this when I receive your post : Sigma = "S"; // Print '#' 3- Your script is the good one !! : Sigma = "Σ"; Thanks a lot Brice Vandeputte -Message d'origin

Re: RE : [fop-users] [sigma] print greek sigma character on fop 0.20.5

2005-11-29 Thread William Gilbert
I would like to print a sigma character on my generated PDF I use FOP version 0.20.5 and I can't change this version. The Numeric Character References should work, provided the font you're using has a glyph for the desired character... (# means that the used font doesn't have a glyph for sigm

RE : [fop-users] [sigma] print greek sigma character on fop 0.20.5

2005-11-29 Thread EXT / FOCAL VANDEPUTTE Brice
Yep, i try "ISO-8859-7" (greek) and got the same '#' :o( ... So i think this is not possible for now (I mean with this version of fop) .. (or maybe is the PDF viewer the problem ? but I don't think so I've the Adobe Reader 7.0..) Here are latest tests i have done : // Using 'ISO-8859-7' see h

Re: [fop-users] [sigma] print greek sigma character on fop 0.20.5

2005-11-29 Thread Andreas L Delmelle
On Nov 29, 2005, at 16:04, EXT / FOCAL VANDEPUTTE Brice wrote: Hi, I would like to print a sigma character on my generated PDF I use FOP version 0.20.5 and I can’t change this version. The Numeric Character References should work, provided the font you're using has a glyph for the desired

Re: region-body problem

2005-11-29 Thread Chris Bowditch
Ail Sahin wrote: Hi there, I have an stylesheet with a region-before and a region-body. The region-before "extents" at 8cm, because it's an area where the reveicers address is written. the region body has a margin-top of 7cm. When there is a page-break, the region-body starts at 7cm. Is there

RE: region-body problem

2005-11-29 Thread Christian Loock
Hi, Usually i would say that this makes not much sense because the region before should been rendered on every page if i didn't miss something. A workarround i could think of would be that you use the space-before attribute on your first block element on the first page with a worth of 7cm... Hope

region-body problem

2005-11-29 Thread Ail Sahin
Hi there, I have an stylesheet with a region-before and a region-body. The region-before "extents" at 8cm, because it's an area where the reveicers address is written. the region body has a margin-top of 7cm. When there is a page-break, the region-body starts at 7cm. Is there a way to say that

AW: FOP and EntityResolver

2005-11-29 Thread Andreas Grund
Hi, Thanks for your answer. I will have a closer look on it tomorrow moring. I will ask again, if there are any questions still open. Thanks and best regards, Andreas Grund -Ursprüngliche Nachricht- Von: Jeremias Maerki [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 29. November 2005 15

RE: FOP and EntityResolver

2005-11-29 Thread lars.bjerges
I have used org.apache.xml.resolver.tools.CatalogResolver together with DocBook and it works nice, I coded it like thiS: ... //Create XML Reader XMLReader reader = XMLReaderFactory.createXMLReader(); //Create Catalog resolver CatalogResolver cr = new CatalogResolver(); //and set it on the

Re: problem with symbol

2005-11-29 Thread Benoit Friry
Hello! On 11/26/05, I wrote: > I try to use a triangle symbol from ZapfDingbats. Thanks for your answers. I managed to get what I wanted with SVG, since I only need a triangle. It's not very smart, but it works. BTW, I now use fop-0.90alpha1 with success (for having keep-with-next in inline). Th

[fop-users] [sigma] print greek sigma character on fop 0.20.5

2005-11-29 Thread EXT / FOCAL VANDEPUTTE Brice
Hi all, i just subscribe on this mailing list so this is my first post.   I would like to print a sigma character on my generated PDF I use FOP version 0.20.5 and I can’t change this version.   Here are tests i have done (but no success…) :       Sigm

Re: FOP and EntityResolver

2005-11-29 Thread Jeremias Maerki
I have the impression that it's not possible to set an EntityResolver (or an URIResolver) so that the XML parser can use it to resolve DTDs in the source XML file. So this means that you have to take control of the XML parser yourself. That modifies the example that comes with FOP a bit. You have

Re:

2005-11-29 Thread mike
Thank to all of you and sorry for not getting back earlier. It worked fine when changing $photo by {$photo}. Thanx again for your help. --mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

AW: FOP and EntityResolver

2005-11-29 Thread Andreas Grund
Hi,   I forget to add, that I use fop version 0.20.5   Best regards, Andreas Grund Von: Andreas Grund [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 29. November 2005 14:41An: fop-users@xmlgraphics.apache.orgBetreff: FOP and EntityResolver Hi,   I have a short problem with FOP: I want to

FOP and EntityResolver

2005-11-29 Thread Andreas Grund
Hi,   I have a short problem with FOP: I want to publish an xml document to pdf using an xsl-stylesheet and FOP. The doctype-declaration of my xml file contains a DTD used for validation. I wrote a method as it is shown in the examples. I use a javax.xml.transform.Transformer and a javax.xm

Rép. : problem with symbol

2005-11-29 Thread Willy Reinhardt
Hi, You should include the font with all charaters you need see: http://xmlgraphics.apache.org/fop/0.20.5/fonts.html Willy --- Cambridge Technology and Partners Willy Reinhardt Air Center Ch. des coquelicots 16 CH-1214 Vernier Phone: +41 22 306 47 24 Fax: +41 2

Re: Using ArialUnicode and need the ability for text search in PDF

2005-11-29 Thread Jeremias Maerki
Well, this has been a known issue for a long time and it is still not adressed in FOP 0.90alpha1. However, someone is working with the FOray project to build a better font library for FOP. Victor Mote already fixed the problem in his FOray but I can't tell what the status of his project is. Of cour