Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7C725200C5A for ; Tue, 18 Apr 2017 17:12:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7B15E160BA1; Tue, 18 Apr 2017 15:12:09 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C3869160B90 for ; Tue, 18 Apr 2017 17:12:08 +0200 (CEST) Received: (qmail 36682 invoked by uid 500); 18 Apr 2017 15:12:06 -0000 Mailing-List: contact users-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@pdfbox.apache.org Delivered-To: mailing list users@pdfbox.apache.org Received: (qmail 36670 invoked by uid 99); 18 Apr 2017 15:12:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2017 15:12:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 1A1F0C0027 for ; Tue, 18 Apr 2017 15:12:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.3 X-Spam-Level: X-Spam-Status: No, score=0.3 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 6dwq86-re0xi for ; Tue, 18 Apr 2017 15:12:04 +0000 (UTC) Received: from www168.your-server.de (www168.your-server.de [213.133.104.168]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 2713E5F576 for ; Tue, 18 Apr 2017 15:12:04 +0000 (UTC) Received: from [88.198.220.131] (helo=sslproxy02.your-server.de) by www168.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85_2) (envelope-from ) id 1d0UnS-0005Fr-W9 for users@pdfbox.apache.org; Tue, 18 Apr 2017 17:12:03 +0200 Received: from [2a02:908:740:c620:5950:3321:7e17:86f8] by sslproxy02.your-server.de with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.84_2) (envelope-from ) id 1d0UnS-00052l-Om for users@pdfbox.apache.org; Tue, 18 Apr 2017 17:12:02 +0200 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Question about support for PDF Portfolios From: Maruan Sahyoun In-Reply-To: <58DCE729-44C8-44A2-9E95-794C1F04C72C@fileaffairs.de> Date: Tue, 18 Apr 2017 17:12:01 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <58DCE729-44C8-44A2-9E95-794C1F04C72C@fileaffairs.de> To: users@pdfbox.apache.org X-Mailer: Apple Mail (2.3124) X-Authenticated-Sender: sahyoun@fileaffairs.de X-Virus-Scanned: Clear (ClamAV 0.99.2/23308/Tue Apr 18 14:56:31 2017) archived-at: Tue, 18 Apr 2017 15:12:09 -0000 > Am 18.04.2017 um 17:04 schrieb Maruan Sahyoun = : >=20 > Hi, >=20 >> Am 18.04.2017 um 16:22 schrieb David Patterson = : >>=20 >> I understand that full support for Portfolios is due in the future. >>=20 >> I have been able to detect if a PDF is a Collection, and this seems = to be >> true for files I know to be Portfolios. >>=20 >> Is there support or a workaround to be able to determine what files = are >> inside a Portfolio? I do not want to create such a file, only read = and >> extract the contents from it or them. >=20 > the Information about the Collection itself can be found in=20 >=20 > Root/Collection. >=20 > The files being part of such collection are in=20 >=20 > Root/Names/EmbeddedFiles/Names >=20 > The easiest would be to open a sample PDF with the PDFDebugger and = browse through the structure. There is also the ExtractEmbeddedFiles.java sample in the = pdfbox-examples package which will do the extraction and provide a start = for further customization. BR Maruan >=20 >=20 > BR > Maruan >=20 >=20 >>=20 >> Thanks. >>=20 >> Dave Patterson >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org > For additional commands, e-mail: users-help@pdfbox.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org For additional commands, e-mail: users-help@pdfbox.apache.org