Re: page-number-citation problem

2004-10-27 Thread J.Pietschmann
Randy Ouellette wrote: We are having an issue with using the page-number-citation for outputting the page-number for those pages that are inside a page-sequence when the number is restarted (initial-number="1"). We are trying to output a page-number in a TOC but cannot get a value. Please provide:

RE: PAGE NUMBER HELP IN PDF

2003-03-20 Thread Shyam Sundar
Title: RE: PAGE NUMBER HELP IN PDF thank you... but i have multiple documents and it is generating errors . cheers shyam -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: Friday, March 21, 2003 11:18 AM To: [EMAIL PROTECTED] Subject: Re: PAGE NUMBER HELP

Re: PAGE NUMBER HELP IN PDF

2003-03-20 Thread J.Pietschmann
Shyam Sundar wrote: but the requirement is the ouptut should be like 1of 10 for the first page,2 of 10 for the second page etc. See http://xml.apache.org/fop/faq.html#fo_total_pages J.Pietschmann - To unsubscribe, e-mail: [EMAIL

Re: page-number-citation

2002-07-02 Thread FOP project-Vienna
Thank you s much :))) It`s so great!! I`ve worked on that problem for days! Merci beaucoup* Yours happily, Marion -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net - To unsubsc

Re: page-number-citation

2002-07-02 Thread Cyril Rognon
Again, I must ell you that your issue is XSLT related, not FO nor FOP. You must be sure that the current context node is the same when you generate the ! different ids mean different nodes used by the generate-id function. Be sure you have the same nodes means that if you use to gather your

Re: page-number-citation

2002-07-02 Thread FOP project-Vienna
Thanx for your answer but I´ve already studied these examples.. I tried it again and it simply doesn`t work.. what I want to know is how can I refer to the genrated page-numbers in ??? I have tried it like described by Antenna House: the headline of each article is placed in a ... ... like An

Re: page-number-citation

2002-07-02 Thread Cyril Rognon
Hi, (Remark : This is a XSL issue, nothing particular with XSL FO nor FOP. :) you can simply use some other template (usually they use some "toc" named template) to generate your table of content using the same nodes. This wat, you can use the same xsl:generate-id function to generate the same

Re: page-number-citation in combination with force-page-count

2002-05-14 Thread Arnd Beißner
J.Pietschmann wrote: > Arnd Beißner wrote: > > I don't see how I could use a page-position="last" property for this, > > either. > This could work if it were implemented in FOP. > > > Did I stumble upon a missing feature in XSL:FO, > Yes. There is no feature to really *count* pages, you can > on

Re: page-number-citation in combination with force-page-count

2002-05-14 Thread J.Pietschmann
Arnd Beißner wrote: > I don't see how I could use a page-position="last" property for this, > either. This could work if it were implemented in FOP. > Did I stumble upon a missing feature in XSL:FO, Yes. There is no feature to really *count* pages, you can only cite page numbers. Postprocessing

Re: page-number

2002-04-10 Thread J.Pietschmann
Henrik Holle wrote: > how can i count all pages in my document? i have different "page-sequence > master-reference" but want to something like :" this document has 12 pages". > is it possible? Yes, you got some hints already. Keep in mind that this will force FOP to keep all pages in memory until

RE: page-number

2002-04-10 Thread Louis . Masters
: Subject: RE: page-number this tag must be right at the end of the doc -Original Message- From: Henrik Holle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 3:42 PM To: [EMAIL PROTECTED] Subject: AW: page-number thx it nearly works. but i have e.g. 7 pages, but says

re: page-number

2002-04-10 Thread Henrik Holle
: page-number this tag must be right at the end of the doc -Original Message- From: Henrik Holle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 3:42 PM To: [EMAIL PROTECTED] Subject: AW: page-number thx it nearly works. but i have e.g. 7 pages, but says 6

RE: page-number

2002-04-10 Thread Dudley . Butt
this tag must be right at the end of the doc -Original Message- From: Henrik Holle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 3:42 PM To: [EMAIL PROTECTED] Subject: AW: page-number thx it nearly works. but i have e.g. 7 pages, but says 6 ?? Does ist star

RE: page-number

2002-04-10 Thread Dudley . Butt
yup Try this in the beginning of your xsl: / And this somewhere close to the end. -Original Message- From: Henrik Holle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 10:44 AM To: [EMAIL PROTECTED] Subject: page-number hi, how can i count all pages in my document

RE: page-number-citation and formatting

2001-12-10 Thread Matthias Fischer
We had the same problem you had, Phil. I admit, the output is not too representable due to this (among other) problems of FOP. Another problem would be that, if you use a filler of type ".", it assumes a fix width. It does not seem to be able to fill out the variable space between the text of

Re: page-number-citation and formatting

2001-12-07 Thread Edward Dowgiallo
Philip, I don't have a work around, but I just reported this problem myself. It seems to be a general problem with fo:inline processing as I have experienced the same thing working with marker values as well as page number citations. -Ed - Original Message - From: "Phillip Harling" <

RE: page-number-citation and formatting

2001-12-07 Thread Vladimir Sneblic
Hi Phillip, I'm trying to generate a contents page myself, but since I'm quite new to FOP I have no idea as to how to make a reference to page numbers of pages in the document. It seams like you've solved this problem and I was wondering if you would be willing to share this information, or point