Re: bugger fonts still won't work desperate...

2002-01-28 Thread Manuel Moons

Someone else in Belgium working with FOP I see,

Jochen, I think your problem is very simple.  You have created the 
userconfig.xml file (call it whatever you want) and now before instantiating 
your driver you have to create a new Options object using this 
userconfig.xml file.  Otherwise you will still be using the default 
config.xml file.

Greetings Manuel
[EMAIL PROTECTED]



From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: bugger fonts still won't work desperate...
Date: Mon, 28 Jan 2002 16:53:55 +0100


How do you call FOP? java? commandline?
anyway what i see in java that is that Fop starts reading the userconfig
(if i implemented it) and then starts parsing...

so you should define your userconfig file first i think



Jochen Maes
EDP departement
Programmeur

KBC-Securities
Havenlaan 16
1080 Brussel

Tel : 02/429.96.81
Fax : 02/429.17.48
E-mail : [EMAIL PROTECTED]

**

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. You must not,
directly or indirectly, use, disclose, distribute, print, or copy any part
of this message if you are not the intended recipient. KBC Securities
reserves the right to monitor all e-mail communications through its
networks. Any views expressed in this message are those of the individual
sender, except where the message states otherwise and the sender is
authorised to state them to be the views of any such entity.
**


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



_
Chat on line met vrienden en probeer MSN Messenger uit: 
http://messenger.msn.nl


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: FOP and BATIK

2002-01-18 Thread Manuel Moons

I know that embedding an svg in your pdf document can give you some 
MalFormedUrl exceptions.  But the end-result should be a pdf nontheless.

But to avoid these exception you can place the following line of code in 
your code:

org.apache.fop.configuration.Configuration.put(baseDir, 
file:///foo/bar);

Put this line somewhere before you generate your pdf file.

greetings manuel

From: Solange Desseignes [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: FOP and BATIK
Date: Fri, 18 Jan 2002 09:24:41 +0100

Hi !

I want to put some SVG links in my FO document to convert them in PDF...
I use the version 0.20.1 of FOP and I try to use the latest version 1.1.1 
of BATIK to convert SVG, but I have some problems...
Does FOP 0.20.1 compatible with this version of BATIK ?
Does someone know these problems ?
Which version of BATIK is compatible with FOP 0.20.0 ?

Thanks in advance,

Solange Desseignes

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



_
MSN Foto's is de eenvoudigste manier om je foto's te delen en af te drukken: 
http://photos.msn.nl/Support/WorldWide.aspx


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: nbsp in FO

2002-01-14 Thread Manuel Moons


Try to use #160; instead

From: Maneshi Tuli [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: nbsp in FO
Date: Thu, 10 Jan 2002 17:07:47 -0500


Hi ,
I am converting my html into FOP,
In my html i have nbsp , that i want to replace with space in fo ,
it seems fo doesn't recognize nbsp , so it doesn't give me space 
corresponding to this nbsp,
plz can any body suggest me what should i do to get this space.

thanks
Manehsi





--

This e-mail may contain confidential and/or privileged information. If you 
are not the intended recipient (or have received this e-mail in error) 
please notify the sender immediately and destroy this e-mail. Any 
unauthorized copying, disclosure or distribution of the material in this 
e-mail is strictly forbidden.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]



_
Meld je aan bij de grootste e-mailservice wereldwijd met MSN Hotmail: 
http://www.hotmail.com/nl


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Printing a PDF Report

2002-01-10 Thread Manuel Moons

You can print a pdf automatically like this.  Make sure you have a html 
where you embed the pdf into, using the following tag (in this case you will 
not see the object, but if you change the width and height it is possible, 
this is using activeX, so it will probably only work on IE4 and up (if you 
have acrobat reader installed):

object classid=clsid:CA8A9780-280D-11CF-A24D-44455354 
height=0 id=objPdf width=0/object

Now you have to address this in a javascript function:

objPdf.src = ServerURL + ? + lsParameters;
if(confirm(Do you want to print the pdf document?)) {
objPdf.printAll();
}

I hope this helps!!!
Greetings Manuel

From: Raúl Carazo [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: FOP [EMAIL PROTECTED]
Subject: Printing a PDF Report
Date: Thu, 10 Jan 2002 11:38:03 +0100

 I have a pdf report on a frame of a jsp-page, and I want to print it 
BUT calling from the jsp where the report is, not waiting the user call 
it...

 Any idea...?

 Thx a lot

 Salve


Siete buoni, se potete


_
Download MSN Explorer gratis van http://explorer.msn.nl/intl.asp.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




How to rotate text 90 degrees using fop, please help me???

2002-01-09 Thread Manuel Moons

Does anyone know how I can rotate text 90 degrees, so that it appears 
vertically.  I have used reference-orientation but this is not supported by 
fop.  I also tried embedding SVG but this also was refused by fop, both 
worked fine in Antenna XSL-formatter though.

Can anybody please help me???

Greetings Manuel

_
Download MSN Explorer gratis van http://explorer.msn.nl/intl.asp.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]