... You dont say what XSL-FO Formatter you are using. If you are using FOP, then PNG is not supported by default, you have to add Jimi or Jai libraries to your...
Chris Bowditch
bowditch_chris@...
Jul 1, 2003 7:32 am
3705
See comments below ... <snip/> ... FOP doesnt support table-and-caption. Delete the table-and-caption element and just try fo:table. When you get plain tables...
Chris Bowditch
bowditch_chris@...
Jul 1, 2003 7:45 am
3706
... Removing the table-caption and table-and-caption and fixing the table-column solves this problem. Thanks. --Adam...
I want to use Arial font in my PDF. FOP provides a way to register Arial font and then use it. My PDF generation takes place Linux. However, Linux does not...
Can anyone recommend a good XSL formatter? I've already tried FOP and Antenna House. FOP does not work for what I'm trying to do with background images,...
Aimee, XSL Formatter is the best one. RenderX is good too but both cost. FOP is free, but still has some problems. We use XSL Formatter and have no problems. ...
TEA Lanham, Kevin
klanham@...
Jul 1, 2003 1:27 pm
3711
Since I cannot see the exact error message(after org/apache -??) cant tell you which jar file you are missing in your classpath. But check your classpath to...
Thanks for the reply. I am using RenderX's XEP. Hitesh ... You dont say what XSL-FO Formatter you are using. If you are using FOP, then PNG is not supported by...
... See: http://xml.apache.org/fop/faq.html#NoClassDefFound Also see: http://xml.apache.org/fop/gethelp.html for general instructions about how to get FOP...
I feel what you need is not a recommendation on a good XSL formatter, but a concept of business. The goal of our company is to make good products and make...
... No ... the before overlap can be different than the after overlap, but the overlap is the same on both start and end sides. To get the effect of one corner...
... No, this is not possible in XSL-FO 1.0. A given blank page could have the word "blank" in its page number, but not a sibling page. Be sure to bring your...
Thanks, Ken. I just forgot that you already mentioned that in the course in Ottawa. How are you doing? Regards, Khoa Nguyen ... [Non-text portions of this...
hey folks, I'm a newbie on using fop. I have the following problem my images are displayed in the pdf document but not well rendered. I've reduce the zoom...
... <snip/> ... <snip/> ... FOP doesnt work well with height and width specified in pixels. Convert to inches or centimetres instead. You will get better...
Chris Bowditch
bowditch_chris@...
Jul 3, 2003 10:08 am
3721
tHANKS FOR THE HINT, bUT CAN YOU TELL me how to modify the tag to inches or centimetres??? I#m a totally newbie. ... Convert to ... specific...
In my table, a table-row is broken and is displayed on 2 pages. I try to use keep-with-next attribute but it doesn t work and add a empty page on the first...
Hi!, I want to dynamically generate rows depending on the avalability of data. For example for the following XML data.... <Categories> <Category> One...
I want to dynamically generate rows depending on the avalability of data. For example for the following XML data.... <Categories> <Category> One <Category> ...
... This is an XSLT question, not an XSL-FO question. First create the situation where you can package each row, then fill the row from each point that...
Thanks a lot Ken for the beautiful solution provided by you ... Here is the xslfo. <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="1.0" ...
Assuming that each column(cell) is independant of the other ... you can try this ... Look at the snippet below .. Basically what am doing here is inside the ...
I thought of a more elegant approach than I first recommended because of a very useful feature available in XSL-FO than can be taken advantage of in this case....
Extreme Markup Languages - Two deadlines approaching: July 7 - last day to get hotel reservations at conference rate July 8 - last day to submit proposals for...
B. Tommie Usdin
btusdin@...
Jul 4, 2003 7:51 pm
3730
This is really a "very" elegant solution compared to what I suggested. But if I remember correctly this feature was not supported in the earlier versions of...
I think it is excellent solution but i ran into following problems... When I used fop 0.20.4 it said "starts-row not supported yet". Then I tried with fop...
... That tells me FOP isn't yet supporting the formatting object correctly. The Recommendation does allow <table-cell> children of <table-body> in order to...