My requirement is every page in the chapter has it own header apart from the page header, and heading of the first page in the Chapter should be different from...
... This is a fairly basic FO question--I would suggest going through the relevant entries in Dave Pawson's XSL FAQ: http://www.dpawson.co.uk/xsl/xslfaq.html ...
we have this requirement that the publication should contain certain number of pages. If the number of pages is less we should insert blank pages until the...
... I dont think its possible in XSL-FO. The page-sequence has a force-page-count property but I think it can only be used to ensure the page count is odd/even...
Chris Bowditch
bowditch_chris@...
Jul 15, 2005 8:01 am
6675
... Chris is correct--there's no direct way to do this. Vendors could of course add extensions to do this (it probably wouldn't be hard). You can also...
... There's probably a fairly easy way to get the page count from the E3 composer but I don't know what it is. This would be an appropriate question for...
I'm having trouble remembering how (or if) this is possible in FO: Imagine a consecutive series of list constructions. Each is effectively a single list, in...
... What Formatting engine are you using? I'm not sure I fully understand your requirements but it sounds to me like you could use a two column table instead...
Chris Bowditch
bowditch_chris@...
Jul 26, 2005 1:15 pm
6680
I've gone for that strategy in the end. I thought there was a way of having it clear the list label or the list body, whichever is the deeper, but maybe I'm ...
Hello, which is the simplest solution to fix a height minimum of line of table with FOP? indeed my lines have a too large height compared to their contents,...
Antenna House, Inc. is pleased to announce that the 2nd Edition of the 80 page tutorial developed by Antenna House has been made public. The 2nd Edition has...
The XSL Working Group has released a Last Call Working Draft of the Extensible Stylesheet Language (XSL) Version 1.1 (aka XSL-FO 1.1). Version 1.1 updates...
Hi Klass, Can't we have value "justify" for vertical-align attribute, There has been very common requirement by many of our clients who want the text to be...
How do i create a page layout with contents on the recto and blank page on the verso. Is it possible to apply page numbers only for the recto?? Anandh...
I have used the following approach for blank verso "Have a margin that is big, such that nothing fits on the page anymore." But what to do to get page numbers...
To print on only ever other page, create a page sequence alternating between a page geometry with a flow (that accepts your content) and a page geometry...
... This is not an official response from the FO editors, but I think I can say without fear of contradiction that the FO subgroup understands the requirement...
It occurs to me that it would be "useful" (maybe?) to have a property for the list constructions that allows the stacking position to be influenced either by...
... You must be using a broken FO implementation. The spec is very clear that all the children of fo:list-block determine its block progression dimension (that...
... This test case produces identical results with XSL Formatter 3.2 and XEP 4.1. In both cases, the block following the list-block starts after the deeper of...
Hi, Can anyone clear me of this doubt... How to use the page-sequence, and other layout-master concept in CSS or CSS2, as found in XSL-FO? Any examples with...
Hi all I'm having difficulty getting my fop generate pdf to display from my jsp. Previously this code below worked fine, but all I get now is binary rubbish. ...
... What browser are you using? What does "binary rubbish" actually mean? Is it shown in a browser window, in an acrobat reader window embedded in the browser,...
Hi Lenin, In CSS2 you have @page rules. You can make distinctions for left, right and first pages. See http://www.w3.org/TR/1998/REC-CSS2-19980512/page.html. ...
Werner Donné
werner.donne@...
Aug 7, 2005 7:01 pm
6697
... IExplorer and FireFox ... The sort of information you get if you open a PDF in textPad. ... window, in an acrobat reader window embedded in the browser, or...
Do you have linebreaks or blanks in your pdf ? ... From: XSL-FO@yahoogroups.com [mailto:XSL-FO@yahoogroups.com] On Behalf Of Gaywood, Mark Sent: Montag, 8....
Hi Victor, I have been asking for some workable examples in CSS2 which implements the same page-layout concept in XSL-FO. ie., what would be the equivalent...
Hi Victor, I have been asking for some workable examples in CSS2 which implements the same page-layout concept in XSL-FO. ie., what would be the equivalent...