Hi Friends,
I am using apache fop to generate pdf through web.

Foll. is the method used for rendering pdf.
        /**
         * renders an FO inputsource into a PDF file which is rendered
         * to File.
         */
        public void renderFO(InputSource foFile,
                                                 FileOutputStream out) throws 
Exception {
                try {


                        Driver driver = new Driver(foFile, out);
                        driver.setRenderer(Driver.RENDER_PDF);
                        driver.run();

                } catch (Exception ex) {
                        throw ex;//new ServletException(ex);
                }

        }

In the log file I am getting so many warning and error messages. Can you please 
guide me how to remove these unwanted warning and error statements.
________________
Abhijat Upadhyay
Software Engineer
Patni Computer Systems Limited
Electronic Sadan - 3, TTC Industrial Area,
Mahape, Navi Mumbai - 400 701
Tel: 91 22 761 1090 / 1105 ext. 2221
Fax: 91 22 761 9602
http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_______________________________________________________________________
This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to whom this
message was originally addressed. Any review, e-transmission dissemination
or other use of or taking of any
action in reliance upon this information by persons or entities other than
the intended recipient is prohibited. If you have received this e-mail in
error kindly delete this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify us
immediately at [EMAIL PROTECTED] and delete this mail.

Reply via email to