URI resolving for image access

2008-10-13 Thread Jean-François El Fouly
Monday morning newbie question #1: I have a document somewhere on my laptop with an FO file and quite a lot of images in the same directory. The images are included with a syntax such as src=0_014_001_SA_00.png thus an URI syntax that is implicitly relative. And OK I know the standard says

Font path setup in fop.xconf

2008-10-13 Thread Jean-François El Fouly
Monday morning newbie question #2 (second and hopefully last one): I've downloaded to my Windows dev laptop a FOP 0.95 setup that works well on a linux production server. All fonts and their xml files, etc. Of course I need to change the font-base setting. On the linux server, I have

RE: Font path setup in fop.xconf

2008-10-13 Thread Pascal Sancho
Hi, -Message d'origine- De : Jean-François El Fouly [mailto:[EMAIL PROTECTED] Envoyé : lundi 13 octobre 2008 09:51 Monday morning newbie question #2 (second and hopefully last one): I've downloaded to my Windows dev laptop a FOP 0.95 setup that works well on a linux production

RE: URI resolving for image access

2008-10-13 Thread Pascal Sancho
Hi, -Message d'origine- De : Jean-François El Fouly [mailto:[EMAIL PROTECTED] Envoyé : lundi 13 octobre 2008 09:42 Monday morning newbie question #1: I have a document somewhere on my laptop with an FO file and quite a lot of images in the same directory. The images are

Re: pdf-image extension - exception when referred page does not exist

2008-10-13 Thread Jeremias Maerki
I will take a look at this ASAP. On 01.10.2008 13:47:13 Peter Coppens wrote: Hello, When referring to a page that is not present in the pdf, the pdf-image extension throws an exception. SEVERE: Exception stack tracejava.lang.IndexOutOfBoundsException: Index: 3, Size: 2 at

Re: Changing page numbers into their Dingbat counterparts

2008-10-13 Thread Andreas Delmelle
On Oct 13, 2008, at 13:45, nancy_b wrote: Hi Nancy, I did it as you described, defined the page number as: fo:wrapper font-family=ZapfDingbatsfo:page-number//fo:wrapper But unfortunately, instead of a number, a scissors symbol appears. Any ideas, guys? That is expected behavior. What you're

Re: Page bottom padding

2008-10-13 Thread George Tsopouridis
Thanks Jeremias again... My problem solved with start/end indent. I am sorry but with padding-top;;; Jeremias Maerki-2 wrote: That approach won't work because it doesn't affect the text indentation due to XSL-FO's box model. Details in the XSL-FO spec. In short: you need to set start-indent

Newbie needs a little help

2008-10-13 Thread Sheldon Glickler
I am trying to put together a report and have been learning fop and xsl. I have attached the xsl and xml that I am writing. My question is why don't the last two lines in this setup appear? That is, why doesn't the data line show up nor the summary line. The business unit title line does

RE: Newbie needs a little help

2008-10-13 Thread Brown, Phyllis (NIH/NIEHS) [C]
It looks like you have 2 problems: - You need to add fo:block around both xsl:value-of select=value/ - You need to select the bu_summary level in order to select the summary_item within it (therefore you need a loop on bu_summary) -Original Message- From: Sheldon Glickler [mailto:[EMAIL

Re: Newbie needs a little help

2008-10-13 Thread Sheldon Glickler
Brown, Phyllis (NIH/NIEHS) [C] wrote: It looks like you have 2 problems: - You need to add fo:block around both xsl:value-of select=value/ - You need to select the bu_summary level in order to select the summary_item within it (therefore you need a loop on bu_summary) Thank you very much.

Font question

2008-10-13 Thread David Gerdt
I'm sure I'm betraying my ignorance here, but can a Type-1 font be used in PCL output? What I'm really after is a single font that I can use across PDF, PCL, and PS output to make sure the rendering is the same. Is this possible? I read the documentation about generating Type-1 font metrics

Re: Changing page numbers into their Dingbat counterparts

2008-10-13 Thread Andreas Delmelle
On Oct 13, 2008, at 14:39, Andreas Delmelle wrote: On Oct 13, 2008, at 14:31, Andreas Delmelle wrote: Am I correct in assuming that you actually want the CIRCLED DIGIT ONE (= U+1103) up to CIRCLED NUMBER TEN (U+1202)? In that case, the only way I can think of to achieve the desired

Re: Using CHOOSE to control image in region-body

2008-10-13 Thread Andreas Delmelle
On Oct 8, 2008, at 13:38, Steffanina, Jeff wrote: Hi, FWIW, a small performance hint: My Friends, Thank you for the many suggestions! I have tried them all and my issue, as suggested by Jean-Francois appears to be related to the fact that my xml tag send-fax is not a direct child of the

RE: Using CHOOSE to control image in region-body

2008-10-13 Thread Steffanina, Jeff
Andreas I greatly appreciate the suggestion! I will make the change! Jeff -Original Message- From: Andreas Delmelle [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2008 3:40 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Using CHOOSE to control image in region-body On

Blank spaces in between 2 words

2008-10-13 Thread Ashish Kulkarni
Hi I am working on a XSL:FO style sheet,I have table with 8 columns, in one the columns, the data is more then that would fit in the column so it is getting wrapped to next time, but in doing so XSL:FO is creating empty space in between 2 words, instead of after 2nd word. Here is the actual data

Re: Blank spaces in between 2 words

2008-10-13 Thread Andreas Delmelle
On Oct 13, 2008, at 22:34, Ashish Kulkarni wrote: Hi I am working on a XSL:FO style sheet,I have table with 8 columns, in one the columns, the data is more then that would fit in the column so it is getting wrapped to next time, but in doing so XSL:FO is creating empty space in between 2

I need a little more help please.

2008-10-13 Thread Sheldon Glickler
I have reduced my xsl to a minimum so that I can generated data to write an xml. I can't find why my two headerlines are not appearing. (I have reduced this example to as small as I can). I have included the files. ?xml version=1.0? xsl:stylesheet version=1.0

Re: Blank spaces in between 2 words

2008-10-13 Thread Ashish Kulkarni
Hi Thanks you very much, it works after changing xsl:attribute name=text-alignjustify/xsl:attribute to xsl:attribute name=text-alignstart/xsl:attribute On Mon, Oct 13, 2008 at 4:40 PM, Andreas Delmelle [EMAIL PROTECTED] wrote: On Oct 13, 2008, at 22:34, Ashish Kulkarni wrote: Hi I am

Re: I need a little more help please.

2008-10-13 Thread Jay Bryant
Hi, Sheldon, Since this is a purely XSLT issue, you'd get more (and possibly more-on-target) responses on the XSL list: http://www.mulberrytech.com/xsl/xsl-list/ It's not that we FOP-lovers hate XSLT - just the opposite, in fact. It's just that XSLT isn't the focus of this list. When I run