Skip to search.
XSL-FO · discussion of XSL Formatting Objects

Group Information

  • Members: 893
  • Founded: Jan 5, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 6821 - 6850 of 7447   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6821 dixonterry Offline Send Email Oct 1, 2005
7:59 am
Yes - I'm interested in producing RTF from XSL-FO but I have not had a lot of success with JFOR. Some JAVA code examples would be useful but I've not found...
6822 Andreas Jung
ajung Offline Send Email
Oct 1, 2005
8:55 am
Forget Jfor..it sucks and seems to be unmaintained. Try XFC from XMLmind.com. We are using it in production to generate RTF from HTML (via csstoxslfo). It just...
6823 Irfan Virk
irfanv0909 Offline Send Email
Oct 1, 2005
2:09 pm
... ===== CambridgeDocs xDoc Converter has pre-packaged XSL:FO to RTF generation capability. xDoc will : - Convert many formats (RTF, MS Word .doc, WordML,...
6824 Chris Bowditch
bowditch_chris@... Send Email
Oct 1, 2005
4:05 pm
JFOR has been integrated into FOP. The RTF output from FOP has been improved since JFOR was integrated into FOP and is actively maintained. Chris...
6825 J.Pietschmann
j3322ptm Offline Send Email
Oct 1, 2005
9:47 pm
... Instead of a leader you should take advantage of the conditionality for borders. See the remarks regarding <length-conditionality>: ...
6826 dixonterry Offline Send Email Oct 2, 2005
2:34 am
I use FOP all the time to produce PDFs. How do I get an RTF out of FOP? I must have missed something because I haven't seem it documented. Terry ... improved ...
6827 Andreas Jung
ajung Offline Send Email
Oct 2, 2005
6:25 am
rtfm :-) there is an -rtf option...but the RTF support in FOP is really unusable. Instead of wasting your time you should look at XFC. -aj --On 2. Oktober 2005...
6828 Dave Pawson
dpawson2000 Offline Send Email
Oct 2, 2005
9:25 am
... I couldn't find an XSL-FO compliance statement on the website Irfan? Is there one please? -- Regards, Dave Pawson XSLT + Docbook FAQ ...
6829 vijay chiniwar
chiniwarvijay Offline Send Email
Oct 3, 2005
12:10 pm
Hi, I am facing some time contraints while rendering my fo to PDF, The problem goes like this The pdf document to be displayed consists of lots of charts...
6830 J.Pietschmann
j3322ptm Offline Send Email
Oct 3, 2005
7:45 pm
... Less than one hour. Barely a huge time. ... The first step is to determine whether the time is spent in generating the charts or in rendering them, or...
6831 mikekelly21 Offline Send Email Oct 4, 2005
1:53 pm
Hi there, First to set the scene, I am currently building a correspondence system that saves correspondence as a pdf (generated via Apache FOP) for storage...
6832 Eliot Kimber
drmacro Online Now Send Email
Oct 4, 2005
3:00 pm
... You were on the right track with multiple page sequences. Also, not all FO implementations support different page geometries for different pages within the...
6833 mikekelly21 Offline Send Email Oct 4, 2005
4:04 pm
Solved the problem, seems that if you set the <fo:page-sequence master-reference="all-pages"> to <fo:page-sequence master-reference="form-pages"> Fop is happy...
6834 Prakash R
raghits Offline Send Email
Oct 4, 2005
10:22 pm
Is there a way to hide the header/footer for a particular page within a page-sequence? I just want to hide the header/footer for a particular page not the last...
6835 Victor Vishnyakov
victor_vishn... Offline Send Email
Oct 5, 2005
8:39 am
Put it into the separate page-sequence and use a special page-sequence master without static content. Best regards, Victor Vishnyakov http://xslfo-zone.com/...
6836 Senda Bormann
sendabo Offline Send Email
Oct 5, 2005
8:53 am
Hello, I want to span a picture over two of three columns. How can i solve this? For Example textte picturepictur xttext epicturepictu textte repicturepict ...
6837 Victor Vishnyakov
victor_vishn... Offline Send Email
Oct 5, 2005
9:07 am
fo:table-cell has two properties: 7.27.13 number-columns-spanned 7.27.14 number-rows-spanned These are exactly what you are looking for please refer to the...
6838 Werner Donné
werner.donne@... Send Email
Oct 5, 2005
9:18 am
Frank, That will not work at the moment, but perhaps in the future: http://lists.w3.org/Archives/Public/xsl-editors/2005AprJun/0000 The table solution is not...
6839 Singhal, Ramneek (Exc...
ramneek_singal Offline Send Email
Oct 5, 2005
1:29 pm
You can use attribute 'number-columns-spanned' on <fo:table-cell> _____ From: XSL-FO@yahoogroups.com [mailto:XSL-FO@yahoogroups.com] On Behalf Of Senda Bormann...
6840 Eliot Kimber
drmacro Online Now Send Email
Oct 5, 2005
2:24 pm
... You can't do it with base XSL-FO (XEP and Antenna House (and possibly other implementations) both provide extensions for doing spanning across some columns...
6841 Eliot Kimber
drmacro Online Now Send Email
Oct 5, 2005
2:28 pm
... If your FO implementation supports z-index, either explicitly or implicitly via the order of occurrence and it supports absolute-positioned block...
6842 Jacek Radajewski
jacekrad Offline Send Email
Oct 6, 2005
9:30 am
http://utf-x.sf.net Includes support for testing XSL:FO generating stylesheets -j [Non-text portions of this message have been removed]...
6843 Senda Bormann
sendabo Offline Send Email
Oct 6, 2005
9:46 am
... I use FOP and this is not supported by fop. The alternativ hint is also not supported by fop. ... I solved it but a little bit dirty. I put the picture in...
6844 Gerardo Contreras
spider_r18 Offline Send Email
Oct 6, 2005
3:56 pm
Hi everyone: This is my first message, im a new member of this group, and i want to start with a simple question: I have the folowing code: <fo:table-cell...
6845 J.Pietschmann
j3322ptm Offline Send Email
Oct 6, 2005
7:10 pm
... The XSLFO spec doesn't specify which fonts are supported. However, a specific XSLFO processor may have restrictions and require additional configuration in...
6846 Ken Sands
kensnooker Offline Send Email
Oct 7, 2005
10:28 am
You need to create xml font definitions for extra fonts, in fop this is simple You just run java -cp "../fop-0.20.5/build/fop.jar; ...
6847 Werner Donné
werner.donne@... Send Email
Oct 7, 2005
12:59 pm
Hi, Version 1.1 has been released. Changes since version 1.0 are: Bug fixes 1281230: The presence of the anonymous @page rule is assumed. 1285991: Move...
6848 Gerardo Contreras
spider_r18 Offline Send Email
Oct 7, 2005
1:55 pm
Thank's everyone, problem solved. Ken Sands <kensands@...> wrote:You need to create xml font definitions for extra fonts, in fop this is simple You...
6849 Peter Wu
peterlwu Offline Send Email
Oct 8, 2005
12:40 am
Note: forwarded message attached. [Non-text portions of this message have been removed]...
6850 Peter Wu
peterlwu Offline Send Email
Oct 8, 2005
12:47 am
Greetings, Please disregard my last posting. What follows is what I actually wanted to post. Thanks, peter ... Hello Peter this is Alex from Antenna House...
Messages 6821 - 6850 of 7447   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help