Re: Font question

2008-10-13 Thread Jeremias Maerki
Please note that PCL is not using the same font source as PDF and PS. PCL uses AWT/Java2D fonts (because custom fonts are painted as bitmaps using Java2D) while PDF and PS use FOP's own font subsystem. That can lead to small differences in the output as the font metrics might differ. It might help

Re: I need a little more help please.

2008-10-13 Thread Sheldon Glickler
Jay Bryant wrote: And so I forget to attach the files, of course. Sigh J Thank you very much. As I said, I am a newbie at this. As such, I welcome as much constructive advice I can get from the "know-it-all"s -- and I mean that sincerely. I am quite willing to save a tremendous amoun

Re: I need a little more help please.

2008-10-13 Thread Jay Bryant
And so I forget to attach the files, of course. Sigh J - Original Message - From: "Jay Bryant" <[EMAIL PROTECTED]> To: Sent: Monday, October 13, 2008 9:29 PM Subject: Re: I need a little more help please. Hi, Sheldon, Since this is a purely XSLT issue, you'd get more (and poss

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

Re: Blank spaces in between 2 words

2008-10-13 Thread Ashish Kulkarni
Hi Thanks you very much, it works after changing justify to start 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 working on a XSL:FO style sheet,I have table with 8 columns, in one >> the columns,

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 "headerline"s are not appearing. (I have reduced this example to as small as I can). I have included the files. http://www.w3.org/1999/XSL/Transform"; xmlns:

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 wo

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: 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 Oc

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: 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 effect,

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 (ht

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 around both - 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. That did the trick. (Actually, I re

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 around both - 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 PROTECTED] Sent: Monday, October

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: 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-ind

Re: Changing page numbers into their Dingbat counterparts

2008-10-13 Thread Andreas Delmelle
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 effect, is to force the initial-page-number property of th

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: But unfortunately, instead of a number, a scissors symbol appears. Any ideas, guys? That is expected behavior. What you're telling FOP to do here is: - generate a page-number character

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 >

Re: Page bottom padding

2008-10-13 Thread Jeremias Maerki
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 and end-indent, too. On 08.10.2008 16:01:37 George Tsopouridis wrote: > > Thank you very much Jeremias Maerki for your answer at th

Re: Changing page numbers into their Dingbat counterparts

2008-10-13 Thread nancy_b
Hello my friends, I did it as you described, defined the page number as: But unfortunately, instead of a number, a scissors symbol appears. Any ideas, guys? Thanks in advance! Nancy Andreas Delmelle-2 wrote: > > On Oct 13, 2008, at 09:14, Pascal Sancho wrote: > >>> >>> -Message d'origi

Re: Changing page numbers into their Dingbat counterparts

2008-10-13 Thread Andreas Delmelle
On Oct 13, 2008, at 09:14, Pascal Sancho wrote: -Message d'origine- De : nancy_b [mailto:[EMAIL PROTECTED] Envoyé : samedi 11 octobre 2008 22:13 Hi guys, I am using FOP 0.94. My current hot issue is changing the page number format. I would like to change the regular numbers to their D

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 image

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 pro

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 setting. On the linux server, I have . http://server/som

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