Hell all, i am new in this group. how can i incress the height of a text in vertical direction like strech property of xslfo in horizontal direction. ... ...
... I use iText for this: http://itext.sf.net ... iText is Java based ... since I don't know Java, I use Python under Jython quite successfully to use this. I...
... XSL-FO does not have vertical justification on a page. All heights must be explicitly set, including line heights and the height of block containers....
... I've ended up registering the FOP classes on my Coldfusion MX server. Then, I can invoke them in my code which is producing PDFs faster and seems to take...
i need to reduce the times in fop principally the first times, why the first time it uses one xml and xslt is more slow than others? if i made the transform in...
... It depends what you mean by "first time". First run after JVM startup -> the usual JVM warmup time. First time using a new XSLT -> maybe reading and...
... xslt is ... It depends what you mean by "first time". First run after JVM startup -> the usual JVM warmup time. First time using a new XSLT -> maybe...
is the first time it uses a xslt how can time be reduced? using another parser? many thx for the response ... [Non-text portions of this message have been...
Hi , when i rotate this text of my aplication in 180 degree(figure 1) and transfer the output into the xsl-fo(figure 2) , there is diffrence Figure 1 Figure...
it is not the warm time of the jvm because if i use another xslt after the first time the times are more or less the same gen.transformar(msg1,xslt1); ...
... You are quire right, I was slowly coming to the same conclusion myself. There is really no need to dismantle and recreate the JVM each time. Instead of...
... Given that you don't even cache the XSLT Templates object, I'd say the difference is probably loading new classes and perhaps other low level caching...
... What do you mean with "text overlay images"? A sample FO code snippet would help. See also http://xmlgraphics.apache.org/fop/compliance.html J.Pietschmann...
Does anyone have an approach to scaling an entire document, meaning all the font sizes, table column widths scaling to accomodate more content? For example my...
Hi Christian, I know that the meaning of this code must be obvious to you and perhaps to the majority of people who read this forum but it's not entirely clear...
Sorry for this, didn't have the time to do this. The method scales a formatting-objects node. The Parameters are the node, xZoom = zoomvalue vetical (100.0...
Hi guys We recently ran into an interesting problem. We have two different simple-page-masters defined. We then call a template within the first page-sequence...
I have done Some thing like this before but am sure, "Memory" will be a serious issue, between i make use of SVG in my Pdf and have noticed that these SVGs are...
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 ...
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...
Chris Bowditch
bowditch_chris@...
Dec 7, 2005 9:59 am
7004
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...