Return-Path: Delivered-To: apmail-jakarta-poi-user-archive@www.apache.org Received: (qmail 87975 invoked from network); 10 Aug 2006 20:37:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2006 20:37:13 -0000 Received: (qmail 44757 invoked by uid 500); 10 Aug 2006 20:37:10 -0000 Delivered-To: apmail-jakarta-poi-user-archive@jakarta.apache.org Received: (qmail 44744 invoked by uid 500); 10 Aug 2006 20:37:10 -0000 Mailing-List: contact poi-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "POI Users List" Reply-To: "POI Users List" Delivered-To: mailing list poi-user@jakarta.apache.org Received: (qmail 44733 invoked by uid 99); 10 Aug 2006 20:37:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 13:37:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [129.128.22.22] (HELO fleet.cs.ualberta.ca) (129.128.22.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Aug 2006 13:37:00 -0700 Received: from fleet.cs.ualberta.ca (localhost.localdomain [127.0.0.1]) by fleet-spampd (Postfix) with ESMTP id 9648128003 for ; Thu, 10 Aug 2006 14:36:33 -0600 (MDT) X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on fleet.cs.ualberta.ca X-Spam-Level: Received: from localhost (localhost.localdomain [127.0.0.1]) by fleet-amavis (Postfix) with ESMTP id 88C6428009 for ; Thu, 10 Aug 2006 14:36:33 -0600 (MDT) X-Virus-Scanned: amavisd-new at cs.ualberta.ca Received: from fleet.cs.ualberta.ca ([127.0.0.1]) by localhost (cs.ualberta.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id uGAv7nIy3psW for ; Thu, 10 Aug 2006 14:36:33 -0600 (MDT) Received: from carvel.cs.ualberta.ca (carvel.cs.ualberta.ca [129.128.23.151]) by fleet.cs.ualberta.ca (Postfix) with ESMTP id 7776E28003 for ; Thu, 10 Aug 2006 14:36:33 -0600 (MDT) Received: by carvel.cs.ualberta.ca (Postfix, from userid 16732) id 5F5192037D3; Thu, 10 Aug 2006 14:36:33 -0600 (MDT) Date: Thu, 10 Aug 2006 14:36:33 -0600 (MDT) From: Leila Homaeian X-X-Sender: leila@carvel To: poi-user@jakarta.apache.org Subject: Get text from a URL pointing to a ppt file Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.1.3 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I am trying to use SlideShow.getSlides() to get slides from a URL pointing to a powerpoint file. The problem is that I am not getting the slides in the correct order. However, if I download the ppt file and run the same program, The order of the slides is much closer to the real order, i.e. at least I get the first few slides in order (and this is what I need). Any idea how I can fix the problem? Thanks, Leila --------------------------------------------------------------------- To unsubscribe, e-mail: poi-user-unsubscribe@jakarta.apache.org Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta Poi Project: http://jakarta.apache.org/poi/