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@...
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...
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...
... 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...
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...
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,...
I have the following page master setup in a style sheet this works fine. <fo:simple-page-master master-name="a4page" page-height="210mm" page-width="297mm"...
7009
Chris Bowditch
bowditch_chris@...
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...
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...
... 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...
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...
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@...
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 ...
... 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...
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@...
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...
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...
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...
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 ...
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 ...
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...
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...
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...
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 ... ...
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"...
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...
... 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...