Here we are interested to collect the annotations on pages which
contains Goto page actions, using some readers,
And possibly, modify these annotations using a writer when page order
had been modified.
I was using
public ArrayList GetLinks(int page)
which in turn calls
internal
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..
How can I detect that a pdf is a package, and enumerate the different
packages ?
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in th
Hi,
_Context:_
Thousands of multi-page pdf were generated.
Some of these pdfs contains identical pages that were inserted
repetitively from another pdf
_Question:_
How can I compare two pdf pages in the same pdf file to detect that they
are identical ?
I just want to compare the "image"
---