Hi, CSSToXSLFO is a free conversion utility from CSS2 to XSL-FO, which can be converted to PDF, PostScript, etc. It has special support for XHTML. The tool has...
Werner Donné
werner.donne@...
Sep 1, 2005 4:06 pm
6741
Hi, I have download the hyphenation for FOP at: http://offo.sourceforge.net/ I have put the reference in fop.bat and I try to parse my xml but when He try to...
Hi, Should the following sample generate an empty page or not if it appears between other page-sequences? Some processors do that, while others don't. ... ...
Werner Donné
werner.donne@...
Sep 6, 2005 7:53 am
6744
Hi Werner, fop does. and I think, that this is correct. Regards, christianduschl@... _____ From: XSL-FO@yahoogroups.com [mailto:XSL-FO@yahoogroups.com]...
Thank you Christian, but is there anything in the spec that mandates this or has the implementation the freedom to make a choice? The spec says: "The fo:block...
Werner Donné
werner.donne@...
Sep 6, 2005 8:17 am
6746
h wrner, as far as i know, this has no significance. the block produces at least one page. page-height and page-width are page-master-attributes and...
Nobody has an anwser for me? Has I can see if I remove the jar file in lib folder FOP make always the same error.Is it not referenced? or I don't have the...
... I agree with others that an fo:block *always* produces an area and therefore requires that at least one page be produced by the page sequence that contains...
... Chances are you'll get an aswer on a) The OFFO support request list on the OFFO SF page, b) The fop user list. After all, the OFFO maintainers tend to hang...
In my report, I like to print the report name in every page and also if a data table spreads into morethan one page, I like to have the table heading in all...
I will be out of the office starting 05/09/2005 and will not return until 15/09/2005. Please contact Dan Singerman or Tracey Bryant in my absence if your...
hi Karthik, use fo:static-content for the header and fo:flow for the data. fop is including some examples. you can also get some examples from www.x-forms.de...
I have a transformation issue and concerns xslt 2.0 (i hope this is not a off topic)... i have 1 source document and want to transform the document into...
Hi to all, I have to print some cards on sheets A4. These cards contain text and an image. I have implemented the thing as it follows: <fo:layout-master-set> ...
... Hi, Thanks for your reply! I think that OFFO is packaged for fop he has a special download package for fop! Why you say this? I have post on OFFO SF! But...
... <snip/> ... In order to get the QuestionNo, QuestionText and QuestionScore onto the same line you must put them in the same table row. Your example above ...
Chris Bowditch
bowditch_chris@...
Sep 12, 2005 7:58 am
6760
Hi I am using FOP as FO engine and I have a requirement where I don't know the size of the image. But if the image is with more than 500pt height I should...
Hi, I have 3 block-container for each page A4 and when the text needs more space that the amount specified by the block container which contains the block...
Hi All, I wanted to know how can i create a dynamic columns say suppose 2 columns in a row of a table and then the next row with 2 columns and if the number of...
I have a project that requires viewing an xml page in a browser. I want it to display as a hardcopy of the page with a header and the body. I am having...
... With FO 1.0, the only thing you can do, short of a proprietary extension, is to determine the graphic's size at the time you generate the FO. This can be...
... There's no good way to do this in FO 1.0 as far as I know. If only one of your block containers is likely to overflow you can just make it the region-body...
Hi James, Please send your sample files and code. I think, It is not possible to view the html page wise. But when you convert this into PDF files then you can...
Hi, I have an paragraph (with text-indent="1.5em") and need to break it in middle to the next page. I used page-break property for this. But what I find is,...