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]

Reply via email to