know number of pages in end pdf without actually making it

2009-01-22 Thread Chakravarty, Abhishek
Is there a way to know the number of pages in the final pdf document generated from FOP without actually doing its generation? The XML content being pulled in for the pdf generation is dynamic and so the number of pages being generated at the end would change too based on this. Was wondering if

RE: table overflow onto page 2 into specific region

2008-12-29 Thread Chakravarty, Abhishek
/#fo_marker HTH On 18.12.2008 16:24:11 Chakravarty, Abhishek wrote: Hi Is there a way to ensure in my stylesheet that a table overflows into second page into the area which is prespecified for it only? As in I have the page setup as the header followed by a table followed by footer

Populate table with blank cells/rows

2008-12-29 Thread Chakravarty, Abhishek
Is there a way to populate a table (which overflows onto page 2) with empty rows/cells until a particular margin(..in this case until the footer i.e. the region-after section) when the contents have already been obtained from the xml? Sometimes data in the xml can wrap onto the next line in the

table overflow onto page 2 into specific region

2008-12-18 Thread Chakravarty, Abhishek
Hi Is there a way to ensure in my stylesheet that a table overflows into second page into the area which is prespecified for it only? As in I have the page setup as the header followed by a table followed by footer. But if the table overflows then is it possible to have it onto the second page

RE: Force page break to skip immediate next page and continue writing on third page

2008-12-16 Thread Chakravarty, Abhishek
of the Clerk From: Chakravarty, Abhishek [mailto:abhis...@accidentfund.com] Sent: Tuesday, December 16, 2008 8:17 To: fop-users@xmlgraphics.apache.org Subject: RE: Force page break to skip immediate next page and continue writing on third page I ran

RE: Force page break to skip immediate next page and continue writing on third page

2008-12-16 Thread Chakravarty, Abhishek
on the command-line: fop -xml my.xml -xsl my.xml -foout out.fo It can be difficult to debug problems if you always run both the XSLT transformation and the FO layout at the same time. Good luck! On 15.12.2008 21:10:42 Chakravarty, Abhishek wrote: Yes, I am using an xsl and xml to generate my

RE: Force page break to skip immediate next page and continue writing on third page

2008-12-15 Thread Chakravarty, Abhishek
element? If so, you can just put the needed xsl:value-of in the fo:static-content. Eric Amick Legislative Computer Systems Office of the Clerk From: Chakravarty, Abhishek [mailto:abhis...@accidentfund.com] Sent: Friday, December 12, 2008 16:35 To: fop

RE: Force page break to skip immediate next page and continue writing on third page

2008-12-15 Thread Chakravarty, Abhishek
on third page Try putting your fo:page-sequence-master node in the fo:layout-master-set Thanks Barry From: Chakravarty, Abhishek [mailto:abhis...@accidentfund.com] Sent: 15 December 2008 15:22 To: fop-users@xmlgraphics.apache.org Subject: RE: Force page break to skip immediate next

Force page break to skip immediate next page and continue writing on third page

2008-12-12 Thread Chakravarty, Abhishek
Hi I need to force page break within my fo block such that If there is content from page 1('header') which is overflowing onto page 2 then it skips page 2 but continuous onto page 3 while at the same time the 'footer' is written on page 2. This is what my XSL looks like

RE: Force page break to skip immediate next page and continue writing on third page

2008-12-12 Thread Chakravarty, Abhishek
on whether that footer can change. If this was FO 1.1, you could use flow maps; you may have to resort to having fo:static-content in blank-page instead. Eric Amick Legislative Computer Systems Office of the Clerk From: Chakravarty, Abhishek