Hi , I have generated successfully my pfd using FOP. I would like to give 2 places user interactive, user should be able to enter some values there. currently...
Hi, by running FOP fop -c conf/userconfig.xml -xsl test.xsl -xml test.xml -pdf test.pdf I get [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser ...
... <snip/> ... Hi Ingrid, To help you we need to see the appropriate part of your userconfig.xml that references the font metrics. So please can you post it. ...
Chris Bowditch
bowditch_chris@...
Aug 1, 2003 11:25 am
3889
Agreed Chris: this is a FOP specific question. If I had to guess Ingrid I would say that the path to you font metrics file in the userconfig.xml is incorrect,...
This is a problem of FOP 0.20.4. The same code works as expected with the version 0.20.5. Thanks Sam Velu ... <bowditch_chris@h...> ... which, I ... is...
Folks: Embedding a PDF in an HTML page (rather than launching it in a separate window) is possible by using the <embed> tag. However, this needs a PDF file to...
... You can change whether or not the PDF viewer opens in a separate browser window or is opened in the same HTML page by setting content-disposition in the...
Chris Bowditch
bowditch_chris@...
Aug 1, 2003 10:25 pm
3893
How to include hyperlink in rtf document. e.g. I want to display <a href="yahoo.com">A link </a>. I ma using XMLMind FO converter. Any help will be...
How is it possible to apply different styles/formatting to an xml element in different parts of the XML document for a resulting FO document. For e.g. I have...
Hi Abhishek ... You can define matches based on an element's parent(s) and the transformer should use the most specific match: <xsl:template...
Elizabeth Barham
lizzy@...
Aug 4, 2003 6:05 am
3896
Announcement: Scriptura 1.2.2 is available. The free 14 day trial version now allows you to output XSLT and XSL-FO documents. Scriptura is a document...
At least, I know how it can be done using ASP or ASP.NET. This C# code snippet outputs a raw byte stream to the browser window, using ASP.NET. private void...
Hi, I am facing the following problem. I want to display a link a on the header of the page which takes the user to the Table of Contents. I have put the...
Hi, I have the following requirement: - a footer at every page, consisting of a left-aligned image, a text (horizontal centered, vertical aligned at the...
I am having trouble using a for-each statement to loop through my xml data in order to get a subtotal and grandtotal. It seems to be looping the subtotal line...
I am experiencing a curious thing with XSLFormatter V2. I have a table cell(heading at top of page) in which I place "Page x of N" (in English and French).. ...
Maybe FOP issue. I tried your trick with FOP and XEP. The output from the first doesn't support basic-link within static region(in my case region-after), while...
... apply ... to ... that ... this ... I suppose that if the elements are siblings, you could use your count method along the lines of: <xsl:template...
... I assume you're talking about the preview display. I've noticed that this display is not 100% representative of what the final composed version will be....
Antenna House, Inc is pleased to inform you that the Beta version of our XSL-FO processor [XSL Formatter V3.0] is now available. Building on over 4 years of...
... <snip/> ... You can use the xsl:choose element within your template, e.g. (you didnt say what the name of your attribute is that determines the formatting...
Chris Bowditch
bowditch_chris@...
Aug 5, 2003 7:46 am
3907
gilles g
gg.gilles@...
Aug 5, 2003 7:47 am
3908
... why not? this is the only way you are going to acheive your goal using FOP. I cant see any reason why a table should not be used. ... The solution you gave...
Chris Bowditch
bowditch_chris@...
Aug 5, 2003 8:09 am
3909
hello world, I put myself three questions: 1) how to force the table of contents, generated by docbook, has to be on a single page? 2) how to indicate a page...
gilles g
gg.gilles@...
Aug 5, 2003 8:14 am
3910
thanks Chris! ... From: "Chris Bowditch" <bowditch_chris@...> To: <XSL-FO@yahoogroups.com> Sent: Tuesday, August 05, 2003 10:09 AM Subject: Re:...
... <snip/> ... Tables can be expensive, but it only becomes noticeable if you have very large tables spanning many pages, with keeps, column spanning, etc. A...
Chris Bowditch
bowditch_chris@...
Aug 5, 2003 1:09 pm
3912
Here's my problem: I want to write a generic java method capable of writing various size tables to a PDF file in a fit-to-page manner. I will generate a ...
Thanks that helped to some degree. However, if I have the text node an arbitrary number of nodes under the empty tag how do i go about selecting just that...
Hi, I am facing problem generating a PDF and subsequently mailing it using JavaMail. Following is a step by step explanation of what I am trying to achieve: 1....
Hi, everybody, I have read a few about XSL-FO and I have a question, is it possible to write a fo file for Microsoft Word? I mean, could I use that fo file in...