Return-Path: X-Original-To: apmail-pdfbox-users-archive@www.apache.org Delivered-To: apmail-pdfbox-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 172CB10CA5 for ; Mon, 19 Jan 2015 11:54:34 +0000 (UTC) Received: (qmail 98172 invoked by uid 500); 19 Jan 2015 11:54:36 -0000 Delivered-To: apmail-pdfbox-users-archive@pdfbox.apache.org Received: (qmail 98151 invoked by uid 500); 19 Jan 2015 11:54:36 -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 98139 invoked by uid 99); 19 Jan 2015 11:54:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2015 11:54:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of morin@codelutin.com designates 94.23.103.130 as permitted sender) Received: from [94.23.103.130] (HELO bihar.codelutin.com) (94.23.103.130) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2015 11:54:09 +0000 Received: from localhost (localhost [127.0.0.1]) by bihar.codelutin.com (Postfix) with ESMTP id AC7EA8D9B5 for ; Mon, 19 Jan 2015 12:54:08 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at codelutin.com Received: from bihar.codelutin.com ([127.0.0.1]) by localhost (bihar.codelutin.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8jK1g1yXBbBs for ; Mon, 19 Jan 2015 12:54:07 +0100 (CET) Received: from [192.168.99.138] (bunker.codelutin.com [109.190.17.189]) by bihar.codelutin.com (Postfix) with ESMTPSA id 2E8B08D923 for ; Mon, 19 Jan 2015 12:54:07 +0100 (CET) Message-ID: <54BCF05E.7030508@codelutin.com> Date: Mon, 19 Jan 2015 12:54:06 +0100 From: Kevin Morin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: users@pdfbox.apache.org Subject: Re: Error on PDDocument.load References: <54BCECE7.8090904@codelutin.com> <54BCEE43.1060509@codelutin.com> <6876AD4B-2551-462C-AB5D-D9CEF661F48C@fileaffairs.de> In-Reply-To: <6876AD4B-2551-462C-AB5D-D9CEF661F48C@fileaffairs.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Maruan, this is a document of a client, so if I could only send it to one person in private, I would prefer it not to be too public. Best, Kevin On 19/01/2015 12:48, Maruan Sahyoun wrote: > Hi Kevin, > > in order to look at it further would it be possible to get the pdf uploaded to a public location? > > BR > Maruan > > Am 19.01.2015 um 12:45 schrieb Kevin Morin : > >> Actually, the issue is not only these traces. The real issue is that I have a blank image when I try to render the document. >> >> On 19/01/2015 12:39, Kevin Morin wrote: >>> Hi, >>> >>> I am using the 2.0 snapshot version to images of pdfs, but on some >>> documents, I have the following error when I call PDDocument.load(file): >>> 2015/01/19 12:32:48 ERROR >>> (org.apache.pdfbox.pdfparser.NonSequentialPDFParser:1864) - Can't find >>> the object 7 0 (origin offset 359138) >>> 2015/01/19 12:32:48 ERROR >>> (org.apache.pdfbox.contentstream.PDFStreamEngine:840) - Missing XObject: >>> Im1 >>> >>> I first had it a few days ago (I did not report it, shame on me) but the >>> error did not occur when I called the loadLegacy method on PDDocument. >>> But the loadLegacy method is not available anymore... >>> >>> The issue happens on Windows (works fine on Debian). >>> >>> Thanks fo your help >>> >>> Kevin >> > >