Return-Path: Delivered-To: apmail-xmlgraphics-fop-users-archive@www.apache.org Received: (qmail 58513 invoked from network); 19 Sep 2005 16:45:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2005 16:45:25 -0000 Received: (qmail 34624 invoked by uid 500); 19 Sep 2005 16:45:22 -0000 Delivered-To: apmail-xmlgraphics-fop-users-archive@xmlgraphics.apache.org Received: (qmail 34603 invoked by uid 500); 19 Sep 2005 16:45:22 -0000 Mailing-List: contact fop-users-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: fop-users@xmlgraphics.apache.org Delivered-To: mailing list fop-users@xmlgraphics.apache.org Received: (qmail 34588 invoked by uid 99); 19 Sep 2005 16:45:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2005 09:45:22 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [151.189.21.43] (HELO mail-in-03.arcor-online.net) (151.189.21.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Sep 2005 09:45:29 -0700 Received: from mail-in-09-z2.arcor-online.net (mail-in-09-z2.arcor-online.net [151.189.8.21]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id 4D1045A637 for ; Mon, 19 Sep 2005 18:45:16 +0200 (CEST) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mail-in-09-z2.arcor-online.net (Postfix) with ESMTP id 36D675E48A for ; Mon, 19 Sep 2005 18:45:16 +0200 (CEST) Received: from nausikaa (dsl-084-058-029-015.arcor-ip.net [84.58.29.15]) by mail-in-03.arcor-online.net (Postfix) with ESMTP id D43085A638 for ; Mon, 19 Sep 2005 18:45:15 +0200 (CEST) From: =?iso-8859-1?Q?Sonja_L=F6hr?= To: Subject: compressing pdf response Date: Mon, 19 Sep 2005 18:45:13 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcW9OYFUyrhtOX1TS5uDLO3KqP8daw== Message-Id: <20050919164515.D43085A638@mail-in-03.arcor-online.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi! This is not a FOP question, but you I'm sure you are familiar with these things I use FOP in a servlet and would like to add a CompressionFilter since the output pdf is very large. I tried to get the output with firefox and IE the Browsers cannot handle the output. (IE sometimes (?) can, firefox never. The actual compression is that one: gzipstream = new GZIPOutputStream(output); flushToGZip(); response.addHeader("Content-Encoding", "gzip"); response.setContentType("application/pdf"); I added the last line since I hoped it could help (additionally), but it doesn't. Is there something else I could try to configure on any of the Streams concerned? Before compressing, both browsers pass a test whether compressed data are accepted. Thanks for you help again! sonja --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org