Return-Path: Delivered-To: apmail-jakarta-poi-user-archive@www.apache.org Received: (qmail 46511 invoked from network); 30 Jun 2006 20:17:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2006 20:17:40 -0000 Received: (qmail 11960 invoked by uid 500); 30 Jun 2006 20:17:38 -0000 Delivered-To: apmail-jakarta-poi-user-archive@jakarta.apache.org Received: (qmail 11932 invoked by uid 500); 30 Jun 2006 20:17:37 -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 11921 invoked by uid 99); 30 Jun 2006 20:17:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 13:17:37 -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 [200.19.186.18] (HELO great.ufc.br) (200.19.186.18) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 13:17:36 -0700 Received: from webmail.nuts.ufc.br (www-data@localhost [127.0.0.1]) by great.ufc.br (8.12.10/8.12.10/Debian-5) with SMTP id k5UK1h3I010087 for ; Fri, 30 Jun 2006 17:01:59 -0300 Received: from 200.19.186.19 (SquirrelMail authenticated user tales) by webmail.nuts.ufc.br with HTTP; Fri, 30 Jun 2006 17:01:59 -0300 (BRT) Message-ID: <2035.200.19.186.19.1151697719.squirrel@webmail.nuts.ufc.br> Date: Fri, 30 Jun 2006 17:01:59 -0300 (BRT) Subject: PPT Pictures From: "Tales Paiva Nogueira" To: poi-user@jakarta.apache.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I'm having trouble extracting images from PPT files. When I have the same image more than once, the API identifies only one image even if the size differs from one to another. I use the readPictures method in the HSLFSlideShow class which puts the image streams in the a pictstream vector. For instance, if there are 3 pictures, being 2 of them the same picture, the returned vector length is 2. What can I do to get the real images number? Thanks, Tales --------------------------------------------------------------------- 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/