Hi: Hi, POI has worked well for several features of our applications involving Excel spreadsheets. Recently we explored the possibility of reading Excel files...
The Apache FOP team is proud to announce the release of Apache FOP version 0.93. The new codebase for FOP was started several years ago in order to achieve...
Hi: I am not sure if this is the right forum to post this question. I amusing XML Spy and Renderx XEP for FO processing, and when I generate the PDF, i get...
Altsoft announces beta release of its new Xml2PDF 2007 family of products, containing Xml2PDF Server 2007 (.NET API), Xml2PDF Hotfolder 2007 and Xml2PDF ...
... yes of course. copy just copies a single node to the result tree. copy-of copies a complete node tree to the result tree. BTW, pure XSLT questions are...
Chris Bowditch
bowditch_chris@...
Jan 22, 2007 5:19 pm
7294
... Yes, but your question should be directed to xsl list at Mulberrytech.com That way, others would learn from any answers. regards -- Dave Pawson XSLT XSL-FO...
XSLT and XPath questions would be better posted to the following list: http://www.mulberrytech.com/xsl/xsl-list There are a number of subscribers who would...
... This is an XML Spy specific question and would have been best asked in a forum dedicated specifically to XML spy users. ... Well, the system cannot find...
Altsoft announces beta release of its new Xml2PDF 2007 family of products, containing Xml2PDF Server 2007 (.NET API), Xml2PDF Hotfolder 2007 and Xml2PDF...
I'm currently using FOP 0.20.5 to generate PDF. I'm working on a peformance test to compare 0.20.5 and 0.93. My workflow consists of building FO markup using...
Greetings, Our workaround is to deploy FOP as a distributed Apache application on dual-core desktops. we use a tool called SetAffinity to set the processor...
I am trying to run 0.93 using 0.20.5's API. I'm just wondering if someone would know off the top of their heads the equivalent calls? Reading the upgrade page...
... If you have downloaded FOP onto your machine you can take a look at example code on how to embed FOP with the new API in the following directory below the...
Chris Bowditch
bowditch_chris@...
Jan 25, 2007 2:32 pm
7302
a friendly, technically challenging, intensive, thought-provoking, argumentative, welcoming, obstreperous conference on markup, managing information, and...
B Tommie Usdin
btusdin@...
Jan 29, 2007 10:21 pm
7303
Hi all: I am not sure how to word my question. Basically, I have a graphic having width and height in Inches. As in '7.5Inches' and '7.84Inches'. Now, on the...
... Probably not, because XSLFO uses "in" as representation for the unit "inch", as in content-height="7.5in" You can try to strip the "Inches" suffix, if it...
Hi all: I have graphic and a box below that. There is a gap between the box and the graphic. How do I fill that up? i tried using padding but it did not work....
Thank you for your response. Is it better then to convert the measuments from inches to Pixels using dpi of 75? How do I set the dpi? ... and '7.84Inches'. ......
... You don't show your XSL-FO which would help a lot if you did so. Remember that a graphic is an inline object, and hence it sits on the dominant baseline of...
... and ... Hi Meena Please try using the different options of " alignment-baseline " attribute on your graphic , I think it should work for you . Thanks ...
... I don't understand the purpose of this approach. In most cases, image dimensions shouldn't be measured in pixels. Inches are fine. J.Pietschmann...
Hi, I'm have a dictionary style running heads that displays the title of the active article in the page and the last article in the page using this fo...
... There is no way to conditionally retrieve content ... you get what you get by the class name, boundary and position, but you can't arbitrate what you get...
The page layout got distorted: ... title0 some text some text title1 some text some text some text ... some text some text some text some text some text some...
... Well, I don't have the time to make *more* test data for your requirements, so if you haven't tried the code I took the time to suggest then I won't bother...