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] 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 s