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 53DB11855A for ; Fri, 14 Aug 2015 14:00:10 +0000 (UTC) Received: (qmail 2005 invoked by uid 500); 14 Aug 2015 14:00:10 -0000 Delivered-To: apmail-pdfbox-users-archive@pdfbox.apache.org Received: (qmail 1983 invoked by uid 500); 14 Aug 2015 14:00:10 -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 1970 invoked by uid 99); 14 Aug 2015 14:00:09 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Aug 2015 14:00:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 316ECDDD5C for ; Fri, 14 Aug 2015 14:00:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.8 X-Spam-Level: X-Spam-Status: No, score=0.8 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H2=-0.001, RP_MATCHES_RCVD=-1, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 5IDboHAVheLh for ; Fri, 14 Aug 2015 14:00:05 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 0AE3521044 for ; Fri, 14 Aug 2015 14:00:04 +0000 (UTC) Received: from fwd24.aul.t-online.de (fwd24.aul.t-online.de [172.20.26.129]) by mailout07.t-online.de (Postfix) with SMTP id 8EF5317B13F for ; Fri, 14 Aug 2015 15:59:56 +0200 (CEST) Received: from [192.168.2.102] (VsfR8TZHZh3p7K6Fdt1z2L4tjuBPiJH2NWt8-NH-YILOcqweoUhZa5JGf3dP0N8QKf@[217.231.162.238]) by fwd24.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1ZQFWO-1m7oMy0; Fri, 14 Aug 2015 15:59:48 +0200 Subject: Re: Something weird with PDFMergerUtility? To: users@pdfbox.apache.org References: <55CD048F.9040302@t-online.de> <1114943212.2500276.1439546637507.JavaMail.open-xchange@omgreatgod.store> From: Tilman Hausherr Message-ID: <55CDF484.6070205@t-online.de> Date: Fri, 14 Aug 2015 16:00:36 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1114943212.2500276.1439546637507.JavaMail.open-xchange@omgreatgod.store> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-ID: VsfR8TZHZh3p7K6Fdt1z2L4tjuBPiJH2NWt8-NH-YILOcqweoUhZa5JGf3dP0N8QKf X-TOI-MSGID: 72060409-0053-49f0-a0d3-90f1119c5ebe Am 14.08.2015 um 12:03 schrieb Andreas Lehmkühler: > >> Magnus Evensberget hat am 14. August 2015 um >> 10:21 geschrieben: >> >> >> Rolled back to the commit c343a3f and then it works. > We are working with svn and I guess you are referring to the PDFBox github > mirror, aren't you? That git commit refers to rev 1693855. Oh-oh. The next one is the huge COSStream change. (1694004) Tilman > > BR > Andreas > >> On Fri, 14 Aug 2015 at 09:04 Magnus Evensberget < >> magnus.evensberget@gmail.com> wrote: >> >>> files are here: https://github.com/magnusev/PdfBoxMergeProblem >>> >>> I use the newest version of the 2.0.0-SNAPSHOT >>> >>> hope you can help :) >>> >>> >>> On Thu, 13 Aug 2015 at 22:56 Tilman Hausherr >>> wrote: >>> >>>> Hi, >>>> >>>> Can you tell what version you are using? And can you upload these files >>>> somewhere? >>>> >>>> Tilman >>>> >>>> Am 13.08.2015 um 21:10 schrieb Magnus Evensberget: >>>>> I have the following example: >>>>> >>>>> PDDocument document = new PDDocument(); >>>>> PDDocument d = PDDocument.load(documentBytes.get()); >>>>> >>>>> PDFMergerUtility merger = new PDFMergerUtility(); >>>>> merger.appendDocument(document, d); >>>>> merger.appendDocument(document, d); >>>>> >>>>> document.save("c:/test/blankDocWithFields.pdf"); >>>>> >>>>> the document has one textfield >>>>> >>>>> The PDF saved has both pages, but the page content is gone, leaving only >>>>> the textfields to write in on both pages. >>>>> >>>>> It worked before I went on Holiday but when I came back one week later >>>> it >>>>> did not work. >>>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org >>>> For additional commands, e-mail: users-help@pdfbox.apache.org >>>> >>>> > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org > For additional commands, e-mail: users-help@pdfbox.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org For additional commands, e-mail: users-help@pdfbox.apache.org