well first reference the svg namespace at root of fop document so it understand svg elements... <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" ...
But this example not work in my pc. When i write <svg:svg>,an error appears and the execution interrupts. i use jdk 1.3 and FOP. svg code can not be supported...
FOP 'can' process svg. So - if you get an error there is most likely something wrong with your installation. What platform / OS are you using and how are you...
Mike Trotman
mike.trotman@...
May 2, 2005 2:57 pm
6468
i use windows 2000,i run FOP with java class. the execution interrupts and exits. I use version FOP 0.20.5 and there is the Batik jar in the FOP. ... your ... ...
Hello, btw thanx Mike Trotman the document('blah.aspx') for getting date info worked well. Now i am trying to align 2 pieces of info, on 1 line, at the bottom ...
I use a class java to generate pdf,and your example can not work. when i put a code svg,the execution interrupts. can you give me please more inforamations...
I don't think FOP 0.20.5 supports 'auto' leader.length - but leader.length.maximum='100%' should have the same effect. And if you have any ideas how to really...
Mike Trotman
mike.trotman@...
May 3, 2005 5:07 pm
6474
Hi, How do i write current month and year in the footer of FO? Regards, Sachin. __________________________________________________ Do You Yahoo!? Tired of...
I want to a function or tag which i can write so that when i create a RTF( using jfor) from this FO it should display the current month and year in RTF...
As fas as I know - the only way to include dynamic content in the output from a static FO file is through an <fo:external-graphic> element which gets a...
Mike Trotman
mike.trotman@...
May 3, 2005 10:28 pm
6479
This may be possible if the format of "fields" in RTF is known. I don't know it, but it is common in word processing documents to have dynamically updated...
Hi, I'm trying to output a two column document that has certain information separated from the main flow of the body and placed at the bottom of the column of...
... For absolute positioning you can specify one or more of any of top, bottom, left, or right, so you can try specifying bottom and left, for example. Or use...
... You are invited to subscribe and participate in one or both of the following discussion groups (hosted at YahooGroups) supporting the ongoing activities of...
I have tried both the two solutions you have suggested, I'm trying to avoid using the block-container with absolute-position approach because the contents of...
... Yes, if the body text may extend below the top of a bottom text then the absolutely-positioned block container will not work, for the reasons you've...
Hello, I want to display a fo:block in the "xsl-region-after", but it is not display in every page. It only need to display in the last page ! How can do this...
ya u can print in both the ways using print control language commands. virgul4u <virgul4u@...> wrote: Hi, I use FOP. I need of your knowledge in XSL-FO: ...
Hi, I am generating PDF from several HTML files using csstoxslfo and Xinc. The HTML from the different input files is concatenated and processed as a whole. Is...