[iText-questions] PDFImportedLinks iTextSharp bug

2010-02-20 Thread algotek
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

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

[iText-questions] PDF Packages

2010-02-05 Thread algotek
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

[iText-questions] How to Detect doubles in PDF using iText

2010-01-07 Thread algotek
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" ---