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
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..