RE: dynamic image in PDF

2002-03-06 Thread Buonincontri, Steve (CAP, MMF, ITSS)
Ankur, With rtf2fo I had to use a -o fop0.20.3. I had the same problem. What are you using to generate the fo? We can talk tomorrow. - steveb -Original Message- From: Jain, Ankur A (CAP, VFS) Sent: Tuesday, March 05, 2002 6:24 PM To: [EMAIL PROTECTED] Subject: RE: dynamic image in

Fop Multithreading.

2002-03-06 Thread Ramakrishnan.G
Hai, I am using FOp to generate PDF and PS from xml and xsl. I runs very slow. Is it possible to thread the entire application after Driver class instantiation. I found that in Driver class of fop the render(XMLReader,InputSource) is declared synchronous. From this i got confused

Re: Fop Multithreading.

2002-03-06 Thread Bart Locanthi
threading isn't going to reduce the amount of cpu time it takes to do anything. in fact, if you have the misfortune to use PipedInputStreams, you will find dead time with each stage of your pipeline. an amazing gaffe for a unix company in their marquis language. Ramakrishnan.G wrote: Hai, I

Basic-link

2002-03-06 Thread Meena
Hi, I've a problem using basic-links. When i give a fo:basic-link for some word, it leaves two spaces before and after the string. Egs. 1. APPLE p.10 2. BAT p.10 3. CATp.12 Does anybody know why this empty space is created before and after the word with basic-link? Regds, Meena

Re: XML-tag in dom.text-node - how to do?

2002-03-06 Thread Jeremias Maerki
This is not really the place to ask general XML/DOM questions but here's what you're probably doing wrong: I presume you add the PAGE/ as part of a text node. That way some of the character get escaped like to lt;. To get around that you need to split up your text node into different nodes. An

Re: dynamic image in PDF

2002-03-06 Thread Jeremias Maerki
This happens because you used master-reference instead of master-name on fo:simple-page-master. I have been trying to create a pdf using FOP. This is the exception I get.. Any thoughts. Attached is the FO file being used... Cheers, Jeremias Märki mailto:[EMAIL PROTECTED] OUTLINE

RE: display numbers

2002-03-06 Thread Peter Jacobs
You can have a look at: http://www.dpawson.co.uk/xsl/xslfaq.html choose XSLT Questions and Answers and then Formatting Please also have a look at the XSL FO pages, so this thread is not off topic anymore :-) HTH Peter Peter Jacobs Freelance multimedia programmeur De

AW: watermarking

2002-03-06 Thread S. Jayaraman
Will I be still able to put a watermark across the middle of my page ? Rgds Jay *** Use the region-before. Make it large enough to contain your image and then include a block (and if required an absolutely positioned block-container) with your image in the static-content for the

Re: Trouble with ZapfDingbats

2002-03-06 Thread Keiron Liddle
I'm not sure what the problem is that you are having but ZapfDingbats works fine for me both on unix and windows NT. On 2002.03.06 00:35 Keen Tim wrote: I recently upgraded to the latest version of Fop (fop-0.20.3rc2) to take advantage of the changes to the attribute master-name and am now

Re: dynamic image in PDF

2002-03-06 Thread Jeremias Maerki
Also, refer to the page master using the master-name attribute. No, not anymore. That was the old syntax. Cheers, Jeremias Märki mailto:[EMAIL PROTECTED] OUTLINE AG Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern Tel. +41 41 317 2020 - Fax +41 41 317 2029 Internet http://www.outline.ch

RE: dynamic image in PDF

2002-03-06 Thread Michiel Verhoef
Thanks for clearing that up. Humm, time to upgrade I guess... Cheers, Michiel $ -Original Message- $ From: Jeremias Maerki [mailto:[EMAIL PROTECTED] $ Sent: woensdag 6 maart 2002 10:50 $ To: [EMAIL PROTECTED] $ Subject: Re: dynamic image in PDF $ $ $ Also, refer to the page master

Re: Trouble with ZapfDingbats

2002-03-06 Thread TJ Smith
Hi I recently had problems with ZapfDingbats in fop 20.3 The solution is to use the Unicode for the dingbat you wish to render - I was using: fo:inline font-family=ZapfDingbatsl/fo:inline which produced a filled-in circle character in 20.1, but rendered a pair of scissors in 20.3 The solution

Basic-link

2002-03-06 Thread Meena
Hi, I've a problem using basic-links. When i give a fo:basic-link for some word, it leaves two spaces before and after the string. Egs. 1. APPLE p.10 2. BAT p.10 3. CATp.12 Does anybody know why this empty space is created before and after the word with basic-link?This happens only when

Re: How to unsubscribe

2002-03-06 Thread Aleksei Vassiljev
list-unsubscribe: mailto:[EMAIL PROTECTED] - Original Message - From: Idrees Ali To: [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 16:08 Subject: How to unsubscribe Please help. Have a Nice One \|/ (@

FOP on command line, basic example

2002-03-06 Thread Olivier Rossel
I try to transform this XML file fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; fo:layout-master-set fo:simple-page-master master-name=page page-width=297mm page-height=28mm margin-left=1cm margin-right=1cm

Re: Relative position elements

2002-03-06 Thread Chuck Paussa
Sebastien, H. Here's a piece of code which should work but, it creates an invalid PDF and generates [error] org.apache.fop.layout.BlockArea. I don't know why. You should be able to get the parent block's positions using the from-parent() function. And, I thought I'd done it successfully

RE: FOP-GUI

2002-03-06 Thread Buonincontri, Steve (CAP, MMF, ITSS)
How can we convert all FOs to PDFs in one command line using FO??? -sb

Re: AW: watermarking

2002-03-06 Thread Trevor_Campbell
Yes. The region-before and main body areas can fully overlap if required. S. Jayaraman [EMAIL