Search the web
Sign In
New User? Sign Up
XSL-FO · discussion of XSL Formatting Objects
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6821 - 6850 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6821
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...
dixonterry
Offline Send Email
Oct 1, 2005
7:59 am
6822
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...
Andreas Jung
ajung
Offline Send Email
Oct 1, 2005
8:55 am
6823
... ===== CambridgeDocs xDoc Converter has pre-packaged XSL:FO to RTF generation capability. xDoc will : - Convert many formats (RTF, MS Word .doc, WordML,...
Irfan Virk
irfanv0909
Offline Send Email
Oct 1, 2005
2:09 pm
6824
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...
Chris Bowditch
bowditch_chris@...
Send Email
Oct 1, 2005
4:05 pm
6825
... Instead of a leader you should take advantage of the conditionality for borders. See the remarks regarding <length-conditionality>: ...
J.Pietschmann
j3322ptm
Offline Send Email
Oct 1, 2005
9:47 pm
6826
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 ...
dixonterry
Offline Send Email
Oct 2, 2005
2:34 am
6827
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...
Andreas Jung
ajung
Offline Send Email
Oct 2, 2005
6:25 am
6828
... I couldn't find an XSL-FO compliance statement on the website Irfan? Is there one please? -- Regards, Dave Pawson XSLT + Docbook FAQ ...
Dave Pawson
dpawson2000
Offline Send Email
Oct 2, 2005
9:25 am
6829
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...
vijay chiniwar
chiniwarvijay
Offline Send Email
Oct 3, 2005
12:10 pm
6830
... 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...
J.Pietschmann
j3322ptm
Offline Send Email
Oct 3, 2005
7:45 pm
6831
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...
mikekelly21
Offline Send Email
Oct 4, 2005
1:53 pm
6832
... You were on the right track with multiple page sequences. Also, not all FO implementations support different page geometries for different pages within the...
Eliot Kimber
drmacro
Online Now Send Email
Oct 4, 2005
3:00 pm
6833
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...
mikekelly21
Offline Send Email
Oct 4, 2005
4:04 pm
6834
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...
Prakash R
raghits
Offline Send Email
Oct 4, 2005
10:22 pm
6835
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/...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Oct 5, 2005
8:39 am
6836
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 ...
Senda Bormann
sendabo
Offline Send Email
Oct 5, 2005
8:53 am
6837
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...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Oct 5, 2005
9:07 am
6838
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...
Werner Donné
werner.donne@...
Send Email
Oct 5, 2005
9:18 am
6839
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...
Singhal, Ramneek (Exc...
ramneek_singal
Offline Send Email
Oct 5, 2005
1:29 pm
6840
... 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...
Eliot Kimber
drmacro
Online Now Send Email
Oct 5, 2005
2:24 pm
6841
... If your FO implementation supports z-index, either explicitly or implicitly via the order of occurrence and it supports absolute-positioned block...
Eliot Kimber
drmacro
Online Now Send Email
Oct 5, 2005
2:28 pm
6842
http://utf-x.sf.net Includes support for testing XSL:FO generating stylesheets -j [Non-text portions of this message have been removed]...
Jacek Radajewski
jacekrad
Offline Send Email
Oct 6, 2005
9:30 am
6843
... 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...
Senda Bormann
sendabo
Offline Send Email
Oct 6, 2005
9:46 am
6844
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...
Gerardo Contreras
spider_r18
Offline Send Email
Oct 6, 2005
3:56 pm
6845
... The XSLFO spec doesn't specify which fonts are supported. However, a specific XSLFO processor may have restrictions and require additional configuration in...
J.Pietschmann
j3322ptm
Offline Send Email
Oct 6, 2005
7:10 pm
6846
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; ...
Ken Sands
kensnooker
Offline Send Email
Oct 7, 2005
10:28 am
6847
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...
Werner Donné
werner.donne@...
Send Email
Oct 7, 2005
12:59 pm
6848
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...
Gerardo Contreras
spider_r18
Offline Send Email
Oct 7, 2005
1:55 pm
6849
Note: forwarded message attached. [Non-text portions of this message have been removed]...
Peter Wu
peterlwu
Offline Send Email
Oct 8, 2005
12:40 am
6850
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...
Peter Wu
peterlwu
Offline Send Email
Oct 8, 2005
12:47 am
Messages 6821 - 6850 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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