Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

XSL-FO · discussion of XSL Formatting Objects

The Yahoo! Groups Product Blog

Check it out!

Group Information

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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 7002 - 7031 of 7448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
7002 Romain.Faraut@...
isitmusic_com Send Email
Dec 7, 2005
7:15 am
Hi, In XSL-FO I'd like to have a JPG image background and on top of it some Text written. My JPG image is pretty huge so when downsized to the correct ...
7003 Chris Bowditch
bowditch_chris@... Send Email
Dec 7, 2005
9:59 am
Colin Spear wrote: <snip/> ... Yes, you need to specify force-page-count="no-force" on the first page sequence and then no blank page will be inserted. The...
7004 Colin Spear
cvspear Send Email
Dec 7, 2005
10:58 am
Great! Thanks, this has been a big help! ... From: XSL-FO@yahoogroups.com [mailto:XSL-FO@yahoogroups.com] On Behalf Of Chris Bowditch Sent: Wednesday 07...
7005 Eliot Kimber
drmacro Send Email
Dec 7, 2005
11:36 am
... FO 1 doesn't provide any control for scaling background images, so you either need an extension or you have to separately size your image so that it is the...
7006 Keiko Hiraide
hiraidekeiko Send Email
Dec 7, 2005
12:06 pm
Hi, It is now possible to set the default zoom for the PDF by recent released XSL Formatter V3.4 using an AXF extension property, axf:document-info. The...
7007 Romain.Faraut@...
isitmusic_com Send Email
Dec 8, 2005
7:06 am
Hello, thanks a lot for the explanation... In fact yet I've been tweeking FOP code just to perform the task the way I'd like it to be, and it works :-) Cheers,...
7008 Ken Sands
kensnooker Send Email
Dec 8, 2005
9:22 am
I have the following page master setup in a style sheet this works fine. <fo:simple-page-master master-name="a4page&quot; page-height="210mm"; page-width="297mm"...
7009 Chris Bowditch
bowditch_chris@... Send Email
Dec 8, 2005
11:19 am
... Are there any messages sent to the log? Possibly in the 5% of cases the content is too large for the static regions and it gets clipped. Chris...
7010 Ken Sands
kensnooker Send Email
Dec 8, 2005
5:38 pm
Nope, it's difficult, if i run them off again (the exact same data and stylesheet) then it works fine, I cant reproduce the error! It does run multiple...
7011 peter_vanthof Send Email Dec 9, 2005
9:19 am
Hi! I 'm generating a PDF with XSL:FO and I would like the PDF to end with 2 blank pages. How can I accomplish this in XSL:FO? Thanks! Peter...
7012 G. Ken Holman
g_ken_holman Send Email
Dec 9, 2005
12:33 pm
... With two page sequences each with a flow that contains only an empty block. I hope this helps. . . . . . . . . . . Ken -- Upcoming XSLT/XSL-FO hands-on...
7013 Ken Sands
kensnooker Send Email
Dec 13, 2005
10:01 am
Ahhhh, I think whats happening is that the second instance of fop is locking the xml file as it reads it in and the first one is then, not able to open it to...
7014 Ken Sands
kensnooker Send Email
Dec 13, 2005
11:12 am
Grrr, so hard to recreate the error! It's always done it with the output set to -print I have as yet not been able to recreate to pdf, not sure if thats where ...
7015 Tony Graham
Tony.Graham@... Send Email
Dec 13, 2005
5:50 pm
xmlroff (http://xmlroff.org) is an XSL formatter written in C. xmlroff 0.3.8 offers improved stability and error handling. You can download xmlroff 0.3.8 from ...
7016 J.Pietschmann
j3322ptm Send Email
Dec 13, 2005
7:54 pm
... The print renderer uses AWT functionality which is known to be thread-unsafe. It is possible that somehow a white text color was set. Do *never* run two...
7017 Jasmine
polly_peptide Send Email
Dec 13, 2005
8:10 pm
How do I make a clickable link? I am using the following code to generate a link in a PDF. Using FOP to create the PDF. <fo:basic-link...
7018 Chris Bowditch
bowditch_chris@... Send Email
Dec 14, 2005
9:16 am
... It should be clickable from the PDF. In FOP v0.20.x there is a bug with the placement of the hotspot (clickable) area associated with hyperlinks. If the...
7019 Chris Loschen
ctloschen Send Email
Dec 14, 2005
11:02 pm
Hi all, I apologize if job postings are off-topic, but one of my recruiter colleagues contacted me and asked if I knew anyone with XSLT and especially XSL-FO...
7020 Ken Sands
kensnooker Send Email
Dec 15, 2005
9:48 am
Too complicated? Well I'm all for a simple solution. I run a system in Foxpro, this automatically processes client files as they are recieved. Once run, job...
7021 Ken Sands
kensnooker Send Email
Dec 15, 2005
4:03 pm
In a table cell of 200pt width I have a long filename, no spaces that overruns the cell I've tried all the things fop says to make it hypenate but I can't get ...
7022 Peter Wu
peterlwu Send Email
Dec 15, 2005
4:39 pm
Greetings, Check out http://openjms.sourceforge.net/ You can create a message queue and execute a message sender to queue up your fop commands. OpenJMS will ...
7023 Peter Wu
peterlwu Send Email
Dec 15, 2005
6:04 pm
Greetings, I don't really know if this works or not but you could use the BaseFont.getWidthPoint() (see ...
7024 Ken Sands
kensnooker Send Email
Dec 16, 2005
1:43 pm
Thanks, for the moment I've simply changed my call of fop to use the postscript renerer and send the output straight to a printer name. I had a look at this...
7025 Peter Wu
peterlwu Send Email
Dec 16, 2005
3:37 pm
Ken, I'm glad you found a better way. Regards, peter ... === message truncated ===...
7026 Ken Sands
kensnooker Send Email
Dec 16, 2005
4:21 pm
Ok, I've almost found a good way, and I think this should really be suggested as a standard addition to fop as it took me ages to set it all up. I decided to...
7027 Ken Sands
kensnooker Send Email
Dec 16, 2005
5:16 pm
Wooooo Wooooo! Scratch that, I just worked out how to do it! In the classes I have an "a" followed by every symbol/numeric character ie AŁ A% A1 a2 Etc etc As...
7028 Peter Wu
peterlwu Send Email
Dec 16, 2005
11:21 pm
Hi Ken, I don't think this forum allows for attachments but my email address is peterlwu@... and I would like to see what you did. Thanks, peter ... ...
7029 laborde
slwm98 Send Email
Dec 17, 2005
8:33 pm
Hi, The spec reads: "The normal inline-area generated by the fo:float shall be placed in the area tree as though the fo:float had a "keep-with-previous"...
7030 Anjani Maurya
mauryakranjani Send Email
Dec 19, 2005
11:22 am
Hi all, How can I have unequal columns output. Is there any way to describe it in XSL:FO stylesheet. In one of the projects, which I have there is requirement...
7031 G. Ken Holman
g_ken_holman Send Email
Dec 19, 2005
12:00 pm
... Neither XSL-FO 1.0 nor 1.1 allow unequal page column widths. Page columns must be equally sized and evenly spaced. Unless a vendor offers you a custom...
Messages 7002 - 7031 of 7448   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