When FOP in C?

2002-03-12 Thread dav sem
Hi Community,
is in future possible
to have FOP written in C?
Regards
DS.
_
Fai parte anche tu del più grande servizio di posta elettronica del mondo 
con MSN Hotmail. http://www.hotmail.com/it



Problem with Charset

2002-02-27 Thread dav sem
Hi,
I have a problem with charset,
I retrive from DB XML with charset ISO-8859-1.
This XML contain some character like à è ì ò ù (I'm italian)
When I exec Driver.Run() I obtain
the seguent error:
FOPException An invalid XML character (Unicode: 0xf9)
was found in the element content (my xml tag) of the document!
What is the way to solve this problem
Regards
DS.





_
MSN Photos è il metodo più semplice per condividere, modificare e stampare 
le tue foto preferite. http://photos.msn.it/Support/WorldWide.aspx



FOP - dll ???????????

2002-02-22 Thread dav sem
HI Community,
I have a question about possibility
to generate a dll that perform PDF file using FOP Java class.
Somebody know some tool or method to generate
a dll from Java Code??
I know that this perform is incorrect (open source like
Java that become a Microsoft dll) but I need it!
Tanks in advance
_
Prova MSN Messenger per conversare in linea con i tuoi amici: 
http://messenger.msn.it/



Security on FOP

2002-02-05 Thread dav sem
Hi Community,
I have a question:
with FOP, Is possible to lock with a password
the PDF Document generated???
Which part of API can permit this? or this
lock have to be performed by XSL:FO meta-language??
Tanks
DS.

_
Prova MSN Messenger per conversare in linea con i tuoi amici: 
http://messenger.msn.it/



Re: Security on FOP

2002-02-05 Thread dav sem
Tanks,
which software?
I believe that this is possible using Adobe API!
but this requires adobe acrobat installed
on machine!!
(Acrobat reader don't install the OLE Server object)
Is this true???
DS.

From: Christian Geisert [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: Security on FOP
Date: Tue, 05 Feb 2002 10:26:51 +0100
dav sem wrote:
Hi Community,
I have a question:
with FOP, Is possible to lock with a password
the PDF Document generated???

No.
Which part of API can permit this? or this
lock have to be performed by XSL:FO meta-language??

?
You will have to do some post-processing with other software.
Tanks
Christian

_
MSN Photos è il metodo più semplice per condividere, modificare e stampare 
le tue foto preferite. http://photos.msn.it/Support/WorldWide.aspx



HELP DRIVER!

2002-01-16 Thread dav sem
Hi,
I'm building EJB Component that perform a pdf document.
The EJB component is correctly installed in Jaguar Server (EJB Container). I 
have successful set up the classpath
inside Jaguar server and when I try to instantiate Driver -

Driver driver = new Driver();
I obtain this error result:
java.lang.NullPointerException
  at org.apache.fop.apps.Service.providers(Driver.java:540)
  at org.apache.fop.apps.Driver.setupDefaultMappings(Driver.java:258)
  at org.apache.fop.apps.Driver.init(Driver.java:189)
Why??
Previously I have build a pure java application
that perform a pdf document and I haven't never received this!
HELP!!!1
Tanks in advance
Davide

_
MSN Photos è il metodo più semplice per condividere e stampare le tue foto: 
http://photos.msn.it/Support/WorldWide.aspx



Re: HELP DRIVER!

2002-01-16 Thread dav sem
Hi,
another info:
Jaguar Server 3.6.1 use Sun/jdk1.2
and when I test Fop I use jdk1.3.1
This can be an answer?
DS.


From: Jeremias Maerki [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: HELP DRIVER!
Date: Wed, 16 Jan 2002 13:23:47 +0100
What version do you use? As far as I know there's no Service class in
current versions. You may need to upgrade.
On Wed, 16 Jan 2002 08:51:59 + dav sem wrote:
 Hi,

 I'm building EJB Component that perform a pdf document.
 The EJB component is correctly installed in Jaguar Server (EJB 
Container). I
 have successful set up the classpath
 inside Jaguar server and when I try to instantiate Driver -

 Driver driver = new Driver();

 I obtain this error result:

 java.lang.NullPointerException
at org.apache.fop.apps.Service.providers(Driver.java:540)
at org.apache.fop.apps.Driver.setupDefaultMappings(Driver.java:258)
at org.apache.fop.apps.Driver.init(Driver.java:189)

 Why??
 Previously I have build a pure java application
 that perform a pdf document and I haven't never received this!

 HELP!!!1

 Tanks in advance

 Davide

Cheers,
Jeremias Märki
mailto:[EMAIL PROTECTED]
OUTLINE AG
Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029
Internet http://www.outline.ch

_
Scarica GRATUITAMENTE MSN Explorer dall'indirizzo 
http://explorer.msn.it/intl.asp.



Re: HELP DRIVER!

2002-01-16 Thread dav sem
Hi Irina,
this is not (for me) a right answer,
in my project the EJB wrap a PURE Java class
that call Driver() constructor
Jaguar Server had a JVM (support Servlet etc ...)
Tanks
DS.

From: Irina Grigorieva [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: HELP DRIVER!
Date: Wed, 16 Jan 2002 17:35:51 +0300
Hi, maybe an answer is in the EJB's narrowing a subset of Java language can
be used:
for instance, in Java Beans you cannot use static member etc.
BR, Irina.
- Original Message -
From: dav sem [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 16, 2002 5:17 PM
Subject: Re: HELP DRIVER!
 Hi,

 another info:
 Jaguar Server 3.6.1 use Sun/jdk1.2
 and when I test Fop I use jdk1.3.1
 This can be an answer?

 DS.




 From: Jeremias Maerki [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: HELP DRIVER!
 Date: Wed, 16 Jan 2002 13:23:47 +0100
 
 What version do you use? As far as I know there's no Service class in
 current versions. You may need to upgrade.
 
 On Wed, 16 Jan 2002 08:51:59 + dav sem wrote:
   Hi,
  
   I'm building EJB Component that perform a pdf document.
   The EJB component is correctly installed in Jaguar Server (EJB
 Container). I
   have successful set up the classpath
   inside Jaguar server and when I try to instantiate Driver -
  
   Driver driver = new Driver();
  
   I obtain this error result:
  
   java.lang.NullPointerException
  at org.apache.fop.apps.Service.providers(Driver.java:540)
  at 
org.apache.fop.apps.Driver.setupDefaultMappings(Driver.java:258)
  at org.apache.fop.apps.Driver.init(Driver.java:189)
  
   Why??
   Previously I have build a pure java application
   that perform a pdf document and I haven't never received this!
  
   HELP!!!1
  
   Tanks in advance
  
   Davide
 
 Cheers,
 Jeremias Märki
 
 mailto:[EMAIL PROTECTED]
 
 OUTLINE AG
 Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
 Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029
 Internet http://www.outline.ch
 


 _
 Scarica GRATUITAMENTE MSN Explorer dall'indirizzo
 http://explorer.msn.it/intl.asp.




_
Prova MSN Messenger per conversare in linea con i tuoi amici: 
http://messenger.msn.it