[iText-questions] Some fault in itextsharp

2014-04-04 Thread Amit Gaur
Hi , I was working with your itextsharp pdf and found major bugs. I have 4 images two are large height and two are small heights. I have created a pdf page and added first large height (height is less than pdf page) and then after added small height image file. the first large image and second

Re: [iText-questions] Remove existing annotation!

2014-04-04 Thread Paresh Tahiliani
http://itext-general.2136553.n4.nabble.com/I-Want-to-Change-all-the-Links-Destination-of-Existing-Pdf-to-PdfDestination-XYZ-1-1-0-0F-tt4659908.html buddy here i changed the link property using annotations. check it out. You would be more clear -- View this message in context:

Re: [iText-questions] Chinese and japanese along with UTF 8

2014-04-04 Thread iText Info
André Fróes schreef op 3/04/2014 21:58: version 2.1.7 that works like a charm See http://itextpdf.com/salesfaq -- ___ iText-questions mailing list

Re: [iText-questions] Some fault in itextsharp

2014-04-04 Thread iText Info
Amit Gaur schreef op 4/04/2014 6:14: So final page i am getting both small images first and then large images are showing which are wrong. Images order is dis-balancin That's not a bug, that the default setting. You can change this setting by using: writer.StrictImageSequence = true; where

[iText-questions] iTextSharp - How to read PDF with various columns

2014-04-04 Thread Marco Araujo
Hello people, I'm trying unsuccessfully to read a PDF that has in its pages 1, 2 and 3 columns. I know the width of each of them but do not know how to read them. Currently I read a page with 1 column with the code below: ExtractText = PdfTextExtractor.GetTextFromPage (PdfReader, page,