Re: FOP on IBM AS400

2001-09-24 Thread jthaemlitz


We had problems with gif files.  However BMP's work fine on AS/400, as
suggested below.  We are using FOP v 0.18 to render PDF's.

JohnPT



   

fop-dev-return-10469-jthaemlitz=oreillyauto.com@XML.   

APACHE.ORG To: 
[EMAIL PROTECTED]  
   cc: 

09/22/01 04:42 AM  
Subject: Re: FOP on IBM AS400   
Please respond to fop-dev  

   

   





 Stephen Fry wrote:

 Hi

 We are attempting to port our application which uses fop 0.20.1 to the
AS400.
 We seems to have some issues with FOP's use of AWT classes. Has anyone
any
 experience of this environment ? Is it possible to configure FOP not to
use
 AWT or is it fundemental ?

 We have bmp files as external-graphic's, and we are rendering to PDF,PS
and
 PCL.

I've successfully run FOP on a AS/400 with PDF, PS and PCL output but
without
images. I *think* BMP images should work as they don't need AWT.


 Stephen Fry
 CODA Plc


Christian

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










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




Re: FOP on IBM AS400

2001-09-24 Thread David Morris

Stephen,

I have also used FOP quite a bit on an iSeries AS/400. Ideally you should be on V4R5 
or V5R1 with the latest group and cum. On earlier groups, I experienced problems 
loading some classes. I have been using the .19 version distributed with Cocoon2.

David Morris

 [EMAIL PROTECTED] 09/22/01 03:43 AM 
 Stephen Fry wrote:
 
 Hi
 
 We are attempting to port our application which uses fop 0.20.1 to the AS400.
 We seems to have some issues with FOP's use of AWT classes. Has anyone any
 experience of this environment ? Is it possible to configure FOP not to use
 AWT or is it fundemental ?
 
 We have bmp files as external-graphic's, and we are rendering to PDF,PS and
 PCL.

I've successfully run FOP on a AS/400 with PDF, PS and PCL output but without
images. I *think* BMP images should work as they don't need AWT.

 
 Stephen Fry
 CODA Plc


Christian


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




Re: FOP on IBM AS400

2001-09-22 Thread Christian Geisert

 Stephen Fry wrote:
 
 Hi
 
 We are attempting to port our application which uses fop 0.20.1 to the AS400.
 We seems to have some issues with FOP's use of AWT classes. Has anyone any
 experience of this environment ? Is it possible to configure FOP not to use
 AWT or is it fundemental ?
 
 We have bmp files as external-graphic's, and we are rendering to PDF,PS and
 PCL.

I've successfully run FOP on a AS/400 with PDF, PS and PCL output but without
images. I *think* BMP images should work as they don't need AWT.

 
 Stephen Fry
 CODA Plc


Christian

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




Re: FOP on IBM AS400

2001-09-19 Thread jthaemlitz


I'm also having some image problems on the AS400.  I'm using FOP version
0.18 and Java 1.2.  I'm getting the following output when I try to write
out the pdf.  Pages without images turn out great.  Any help or suggestions
on this would be greatly appreciated.

 building formatting object tree
 setting up fonts
 formatting FOs into areas
  [1]
  [2]
  [3]
 rendering areas to PDF
 writing out PDF
 Error in XObject : Error while loading image
file:/home/directory/img/filename.gif : class java.lang.Exception - Image
error


Also, I can't figure out how to get FOP to run in Quiet mode when called in
java.  I'm extending org.apache.fop.apps.Driver and fireing sax events on
DefaultHandler (FOTreeBuilder).  Can org.apache.fop.apps.Driver say quiet
to the backseat chatter?

Thanks,

JohnPT

PS: got the OMR marks working.



   

fop-dev-return-10324-jthaemlitz=oreillyauto.com@XML.   

APACHE.ORG To: 
[EMAIL PROTECTED]  
   cc: 

09/17/01 03:23 AM  
Subject: Re: FOP on IBM AS400   
Please respond to fop-dev  

   

   





On Fri, 14 Sep 2001 12:30:09 Stephen Fry wrote:
 Hi

 We are attempting to port our application which uses fop 0.20.1 to the
 AS400. We seems to have some issues with FOP's use of AWT classes. Has
 anyone any experience of this environment ? Is it possible to configure
 FOP
 not to use AWT or is it fundemental ?

 We have bmp files as external-graphic's, and we are rendering to PDF,PS
 and
 PCL.

The AWT classes are used by batik and currently batik is tied into fop. If
someone implements the user agent properly then it will be possible to
separate the use of batik and handle problems better.
I don't know what your problem with the AWT classes is but if it is due to
the display then the real problem is with java, this is fixed in version
jdk1.4.

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










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




Re: FOP on IBM AS400

2001-09-17 Thread Keiron Liddle

On Fri, 14 Sep 2001 12:30:09 Stephen Fry wrote:
 Hi
 
 We are attempting to port our application which uses fop 0.20.1 to the
 AS400. We seems to have some issues with FOP's use of AWT classes. Has
 anyone any experience of this environment ? Is it possible to configure
 FOP
 not to use AWT or is it fundemental ?
 
 We have bmp files as external-graphic's, and we are rendering to PDF,PS
 and
 PCL.

The AWT classes are used by batik and currently batik is tied into fop. If
someone implements the user agent properly then it will be possible to
separate the use of batik and handle problems better.
I don't know what your problem with the AWT classes is but if it is due to
the display then the real problem is with java, this is fixed in version
jdk1.4.

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




FOP on IBM AS400

2001-09-14 Thread Stephen Fry
Title: FOP on IBM AS400





Hi


We are attempting to port our application which uses fop 0.20.1 to the AS400. We seems to have some issues with FOP's use of AWT classes. Has anyone any experience of this environment ? Is it possible to configure FOP not to use AWT or is it fundemental ?

We have bmp files as external-graphic's, and we are rendering to PDF,PS and PCL.


Stephen Fry
CODA Plc





RE: FOP on IBM AS400

2001-09-14 Thread Alistair Hopkins
Title: FOP on IBM AS400



Maybe 
irrelevant, but I had a problem when installing an app using FOP onto a linux 
box with no X on it, and traced the problem to the fact that the standard adobe 
fonts were not installed.

I 
mended it be adding the rpm package urw-fonts-2.0-8, but it may also be possible 
to fool it by installing all the fonts you use as extra fonts - see the 
documentation.

Alistair

  -Original Message-From: Stephen Fry 
  [mailto:[EMAIL PROTECTED]]Sent: Friday, September 14, 2001 11:30 
  AMTo: 'FOP Dev'Subject: FOP on IBM 
  AS400
  Hi 
  We are attempting to port our application which 
  uses fop 0.20.1 to the AS400. We seems to have some issues with FOP's use of 
  AWT classes. Has anyone any experience of this environment ? Is it possible to 
  configure FOP not to use AWT or is it fundemental ?
  We have bmp files as 
  external-graphic's, and we are rendering to 
  PDF,PS and PCL. 
  Stephen Fry CODA 
  Plc