Am 14.08.2015 um 12:03 schrieb Andreas Lehmkühler:

Magnus Evensberget <[email protected]> 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 <
[email protected]> 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 <[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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to