[iText-questions] [SPAM] Re: Problem printing PDFs generated by i-Text

2012-07-13 Thread mkl
Himanshu , Chaudhary Himanshu (KFSC 241) wrote > I used i-Text5.0.2 to generate PDFs from scanned TIFFs but when we are > printing on a printer (Xerox Phaser 3250), which is connected by USB took > 7-8 minutes. > > But when we tried to print PDF generated by different tool it was only 90 > to 12

[iText-questions] insert part of Pdf to Pdf

2012-07-13 Thread alavyk
Hello I want to ask whether it is possible to generate a PDF in a position to enter another part of the PDF. As an example, now I put in the generation of PDF file with advertising size 510 * 155pt, but the customer would like to be able to enter even advertising that has created the PDF. -- View

Re: [iText-questions] Error generating PDF/A

2012-07-13 Thread Abedellatif Hussein
Thank you very much for your quick response. I am using FileStream now instead of StreamWriter. Thanks again -- View this message in context: http://itext-general.2136553.n4.nabble.com/Error-generating-PDF-A-tp4655571p4655585.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Problem printing PDFs generated by i-Text

2012-07-13 Thread Paulo Soares
Works ok with a Xerox 5675 and an Epson AL-C3900. Maybe you have a printer driver problem. Paulo On Fri, Jul 13, 2012 at 1:09 PM, Chaudhary Himanshu (KFSC 241) wrote: > Hi There > > > > I used i-Text5.0.2 to generate PDFs from scanned TIFFs but when we are > printing on a printer (Xerox Phaser 3

[iText-questions] [SPAM] Re: Problem with large Pdf reading with PdfReader

2012-07-13 Thread mkl
Hanmant, John Renfrew wrote > If you are using 5.0.3 how come you are getting com.lowagie.text.pdf > errors?? > > On 13 Jul 2012, at 07:10, Hanmant Sapkal wrote: > >> java.lang.StackOverflowError >> at java.util.HashMap$KeySet.iterator(HashMap.java:867) >> at co

Re: [iText-questions] Problem with large Pdf reading with PdfReader

2012-07-13 Thread John Renfrew
If you are using 5.0.3 how come you are getting com.lowagie.text.pdf errors?? Sent while on the move On 13 Jul 2012, at 07:10, Hanmant Sapkal wrote: > PdfReader reader; > RandomAccessFileOrArray raFileOrArray = new > RandomAccessFileOrArray("/tmp/large-file.pdf"); > reader = new PdfReader(raFil

Re: [iText-questions] Problem with large Pdf reading with PdfReader

2012-07-13 Thread Hanmant Sapkal
PdfReader reader; RandomAccessFileOrArray raFileOrArray = new RandomAccessFileOrArray("/tmp/large-file.pdf"); reader = new PdfReader(raFileOrArray, null); This also cause same exception: java.lang.StackOverflowError at java.util.HashMap$KeySet.iterator(HashMap.java:867) at com.l

Re: [iText-questions] Problem with large Pdf reading with PdfReader

2012-07-13 Thread Paulo Soares
PdfReader reader; RandomAccessFileOrArray raFileOrArray = new RandomAccessFileOrArray("/tmp/large-file.pdf"); reader = new PdfReader(raFileOrArray, null); Paulo On Fri, Jul 13, 2012 at 11:47 AM, Hanmant Sapkal wrote: > Hello, > > We are facing a problem while reading large Pdf files (around abov

[iText-questions] Problem with large Pdf reading with PdfReader

2012-07-13 Thread Hanmant Sapkal
Hello, We are facing a problem while reading large Pdf files (around above 32 Meg with 5000 pages). I am using itext-5.3.0 System configuration = Solaris with Weblogic-9.2 and JVM HotSpot I tried bellow constuctors to read the Pdf 1. PdfReader(byte[] pdfIn) 2. PdfReader(RandomAccessFileOrArray r