Re: [iText-questions] MERGING PDF..but also the other content

2010-02-05 Thread 1T3XT info
algo...@hotmail.fr wrote: > To my horror, I realised that annotations (comments, page attachment) > are not copied. Why the horror? This behavior (and the reason why it happens) is very well documented in chapter 2 of the first edition of "iText in Action". > Also, I had some forms...and all th

[iText-questions] MERGING PDF..but also the other content

2010-02-05 Thread algotek
Hello, I'm using itextSharp, from VB.NET I had some code to merge two pdf files. I was using instructions such as cb = writer.DirectContent page = writer.GetImportedPage(reader, i) cb.AddTemplate(page, 1, 0, 0, 1, 0, 0) to access an exiting page, and create new ones. Works fine...execpt that..