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 <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > >

