RE: printing page numbers (closed)

2005-02-17 Thread Jaysheel Bhavsar
, February 16, 2005 4:13 PM To: [EMAIL PROTECTED] Subject: RE: printing page numbers Move the text-align property to the fo:block element (and you can then remove the inline wrapper, since text-align is its only attribute). Jay Bryant Bryant Communication Services (presently consulting at Synergistic

RE: printing page numbers

2005-02-16 Thread JBryant
> 02/16/2005 02:48 PM Please respond to [EMAIL PROTECTED] To <[EMAIL PROTECTED]> cc Subject RE: printing page numbers Hi, Here is part of my xsl sheet it is working fine, I get it to display page 1 of x. Now the problem I am running into is I cannot align my text for some rea

RE: printing page numbers

2005-02-16 Thread Manoj_Nair
t;[EMAIL PROTECTED]cc: ite.com> Subj

RE: printing page numbers

2005-02-16 Thread Jaysheel Bhavsar
No that didn't work either, any other ideas? Jaysheel. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 16, 2005 4:00 PM To: [EMAIL PROTECTED] Subject: RE: printing page numbers Try out "dis

RE: printing page numbers

2005-02-16 Thread Manoj_Nair
t;[EMAIL PROTECTED]cc: ite.com> Subject: RE: printing page numbers

RE: printing page numbers

2005-02-16 Thread Jaysheel Bhavsar
Hi, Here is part of my xsl sheet it is working fine, I get it to display page 1 of x. Now the problem I am running into is I cannot align my text for some reason. I have tried "end" and "right" but my text "page 1 of x" always stays on the left. Is there something I am missing. Is this because i

Re: printing page numbers

2005-02-16 Thread The Web Maestro
On Feb 15, 2005, at 1:29 PM, Jaysheel Bhavsar wrote: Hi, I was wondering if I can have "Page 1 of 10" printed at the bottom of the page instead of just printing Page 1. One thing is that I don't know how many pages I will have in the pdf, since my content is populated dynamically. Any ideas?

RE: printing page numbers

2005-02-16 Thread Jaysheel Bhavsar
Thanks John, I will try this code out and let you know how it works. Jaysheel. -Original Message- From: john farrow [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 6:27 PM To: [EMAIL PROTECTED] Subject: Re: printing page numbers "last-page" is used to identi

Re: printing page numbers

2005-02-15 Thread john farrow
Zealand phone +64 4 479 1738 fax +64 4 479 1294 web http://www.xmlpdf.com/ibex.html - Original Message - From: "Jaysheel Bhavsar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 16, 2005 12:10 PM Subject: RE: printing page numbers Dear Manoj,

RE: printing page numbers

2005-02-15 Thread Jaysheel Bhavsar
work as is? Thank you. Jaysheel. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 4:36 PM To: [EMAIL PROTECTED] Subject: Re: printing page numbers Yes you can do that. You need to check usage for , Th

Re: printing page numbers

2005-02-15 Thread Manoj_Nair
ROTECTED]cc: ite.com> Subject:

printing page numbers

2005-02-15 Thread Jaysheel Bhavsar
Hi, I was wondering if I can have "Page 1 of 10" printed at the bottom of the page instead of just printing Page 1. One thing is that I don't know how many pages I will have in the pdf, since my content is populated dynamically. Any ideas? If any one have a sample code that will be great.

RE: Page Numbers

2004-08-02 Thread Subbiah
Thxs regards, raman -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Sunday, August 01, 2004 7:17 AM To: [EMAIL PROTECTED] Subject: Re: Page Numbers Subbiah wrote: > How to get pagenumbers in the format > "Page 1 of 3" FAQ: http://xml.apache.or

RE: Page Numbers

2004-08-02 Thread Ganesh Babu Nallamothu, Integra-India
Sent: Sunday, August 01, 2004 8:06 AM To: [EMAIL PROTECTED] Subject: Page Numbers I know how to get page numbers How to get pagenumbers in the format "Page 1 of 3" regards, raman - To unsubscribe, e-mail: [EMAIL PR

Re: Page Numbers

2004-08-01 Thread J.Pietschmann
Subbiah wrote: How to get pagenumbers in the format "Page 1 of 3" FAQ: http://xml.apache.org/fop/fo.html#fo-total-pages J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Page Numbers

2004-08-01 Thread Subbiah
I know how to get page numbers How to get pagenumbers in the format "Page 1 of 3" regards, raman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problem with displaying total page numbers in PDF document

2003-06-16 Thread vinod.nayak
:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 6:52 PM To: [EMAIL PROTECTED] Subject: Problem with displaying total page numbers in PDF document Situation sketch: I'll need to generate a PDF document that has the following page number 'algorithm'. The document starts with a cover (p

Problem with displaying total page numbers in PDF document

2003-06-13 Thread Leonard Wolters
s with a footer page. For example, 1 2 2 3 3 4 4 5 So far I managed to fix the page numbers for the even and odd pages. However, the problem is is that for each page, a 'wrong' total number is given. Given the example above, the first page displays 'page

Re: Page numbers in PDF

2003-05-08 Thread Andreas Wachowski
Thanks a lot so far. Clay, I've seen your additional posting to fop-dev, and I assume that currently, Fop wouldn't support this kind of functionality. Nevertheless, the PDF reference is valuable, at least I know what I am talking about now: PDF makes a distinction between a page *index* (a consecu

Re: Page numbers in PDF

2003-05-08 Thread Clay Leeds
[EMAIL PROTECTED] wrote: Unfortunately, sending you the book would, I think, infringe its copyright GREAT! BTW, my intention was *not* to send me a file (I mentioned that sending an attachment would be a faux pas--READ: "bad thing to do" ;-p). I just wanted to see an example that includes it. I w

Re: Page numbers in PDF

2003-05-08 Thread jaccoud
[EMAIL PROTECTED] m> cc:

Re: Page numbers in PDF

2003-05-08 Thread Clay Leeds
in which this > problem was solved. CTRL-N displayed two sequences of page numbers, first the > roman, then the arabic ones - the PDF page numbers matched the page numbers > displayed in the document. > > > I would greatly appreciate if anyone can help me out on this topic. >

Page numbers in PDF

2003-05-08 Thread Andreas Wachowski
at the correct page. I have seen at least one PDF document (the C++ ISO standard) in which this problem was solved. CTRL-N displayed two sequences of page numbers, first the roman, then the arabic ones - the PDF page numbers matched the page numbers displayed in the document. I would greatly

Re: Page numbers

2003-04-07 Thread Clay Leeds
This spot on the world wide web has the answer you seek. http://xml.apache.org/fop/faq.html#fo_total_pages The rest of that page is a good read, too. ;-) [EMAIL PROTECTED] wrote: > Is there a way of getting page numbers of the format page 1of 12? > > Thanks > Vikram -- Clay Le

Page numbers

2003-04-07 Thread vikram . x . kondadasula
Is there a way of getting page numbers of the format page 1of 12? Thanks Vikram - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: TOC - page numbers not justified

2003-02-27 Thread J.Pietschmann
Afshartous, Nick wrote: Thanks for the suggestion! I ended up using 3 columns (title, dots, page number) and it looks great (see attached). Thie template is below. Maybe someone can put this in the FAQ for "page numbers are not properly right aligned" ? The problem will be fixed

RE: TOC - page numbers not justified

2003-02-27 Thread Afshartous, Nick
Title: TOC - page numbers not justified < From: Mark Baier [mailto:[EMAIL PROTECTED]] < <  i think putting your TOC into a table with two columns could < solve the problem...    Thanks for the suggestion!  I ended up using 3 columns (title, dots, page number) and it look

AW: TOC - page numbers not justified

2003-02-27 Thread Mark Baier
Title: TOC - page numbers not justified Hi,   i think putting your TOC into a table with two columns could solve the problem...   Mark     -Ursprüngliche Nachricht-Von: Afshartous, Nick [mailto:[EMAIL PROTECTED]Gesendet: Donnerstag, 27. Februar 2003 15:40An: '[

Re: TOC - page numbers not justified

2003-02-27 Thread Myriam Delperier
Have a look at http://xml.apache.org/fop/faq.html : Page numbers are not properly right aligned. This happens for fo:page-number-citation elements if the citation occurs before FOP formatted the requested page, usually in TOC or index pages. It is caused by the problem that FOP has to guess how

TOC - page numbers not justified

2003-02-27 Thread Afshartous, Nick
Title: TOC - page numbers not justified Hi, I'm trying to generate a table of contents using a fragment similar to the example in Ch 10 of Pawson's book                   The problem I'

Re: FO books (was RE: Page Numbers)

2003-02-07 Thread Clay Leeds
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 07 February 2003 11:13 To: [EMAIL PROTECTED] Subject: Page Numbers I'm trying to get page numbers to appear in a PDF document using the following code: http://www.w3.org/1999/XSL/Format";> More important

RE: Page Numbers

2003-02-07 Thread Kielen, Agnes
I agree with that. I've used it to learn fop. Agnes -Original Message- From: Steve Pitchford [mailto:[EMAIL PROTECTED] Sent: vrijdag 7 februari 2003 12:42 To: [EMAIL PROTECTED] Subject: RE: Page Numbers I'm reading xsl-fo (Making XML Look Good in Print) by o&#x

RE: Page Numbers - fixed

2003-02-07 Thread Ben.Temperton
Thanks for all the help, it's fixed now :) __ CONFIDENTIALITY NOTICE This communication and the information it contains is intended for the person or organisation to whom it is addressed. Its contents are confidential and may be pro

RE: Page Numbers

2003-02-07 Thread Steve Pitchford
uary 2003 11:13 To: [EMAIL PROTECTED] Subject: Page Numbers I'm trying to get page numbers to appear in a PDF document using the following code: http://www.w3.org/1999/XSL/Format";> . . . More importantly, is there a comprehensive tutorial on FOP anywhere which explains what each of

AW: Page Numbers

2003-02-07 Thread "Zieseniß, Markus"
in your simple-page-master master-name="main" you have to insert . That should work. Markus > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [SMTP:[EMAIL PROTECTED] > Gesendet am: Freitag, 7. Februar 2003 12:13 > An: [EMAIL PROTECTED] > Betreff

Page Numbers

2003-02-07 Thread Ben.Temperton
I'm trying to get page numbers to appear in a PDF document using the following code: http://www.w3.org/1999/XSL/F

Re: Suppress rendering of page numbers possible ?

2002-06-17 Thread Oleg Tkachenko
Norbert Schoepke wrote: If only printing very few pages it can be annoying to have the pages numbered at the bottom. Can I suppress this ? Maybe by setting some XSL parameter ( I print DocBooks using Norman Walsh's Stylesheet Distribution ) ? That's depends on xsl stylesheet. AFAIK at least in doc

Suppress rendering of page numbers possible ?

2002-06-17 Thread Norbert Schoepke
Hi FOPers ! If only printing very few pages it can be annoying to have the pages numbered at the bottom. Can I suppress this ? Maybe by setting some XSL parameter ( I print DocBooks using Norman Walsh's Stylesheet Distribution ) ? thanks Norbert Schöpke Developer Critical Reach AG - optimizing

Re: Passing page numbers to an external servlet

2002-05-01 Thread J.Pietschmann
Kevin Pearcey wrote: This won't work as it attempts to place the fo:page-number as an attribute of fo:external-graphic. This is the problem I have and as far as I can tell there is no way of solving it. It seems like xsl:fo just doesn't have the power to do much page conditional things without

RE: Passing page numbers to an external servlet

2002-05-01 Thread Kevin Pearcey
Title: RE: Passing page numbers to an external servlet This won't work as it attempts to place the fo:page-number as an attribute of fo:external-graphic. This is the problem I have and as far as I can tell there is no way of solving it. It seems like xsl:fo just doesn't have the p

RE: Passing page numbers to an external servlet

2002-05-01 Thread Chris . Brown
Title: RE: Passing page numbers to an external servlet * This email and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed

Passing page numbers to an external servlet

2002-05-01 Thread Kevin Pearcey
Hi, Can any one there help me the XSL for the following problem. I'm calling an external servlet to generate some graphics for a page footer, to improve things I want to supply the page number to the servlet but can't figure out if its possible to include it in the src="" attribute. I kind of wan

Re: how to hide page numbers on empty pages

2002-04-11 Thread Rodolphe VAGNER
hal Kwiatek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 3:01 PM Subject: HELP: how to hide page numbers on empty pages > Hi there! > > I print my document on both sides of a page. However, I want chapters to > start on even pages. I achieved

HELP: how to hide page numbers on empty pages

2002-04-11 Thread Michal Kwiatek
Hi there! I print my document on both sides of a page. However, I want chapters to start on even pages. I achieved this by using break-before="odd-page" attribute. Fop simply adds an empty page where necessary. Buthow can I make fop hide page numbers on those autatically generated e