[iText-questions] PDF reader issue : Size file of 7Mb

2008-01-08 Thread Scandella, Valerie
Hi, I have an issue reading a 7Mb with iText in order to concatenate it with others files. I think the issue comes from the size because reading a 5Mb file, works. I tried multiple different pdfs file with 7Mb and the final pdf (after concatenation) can't be opened : There was an error opening

[iText-questions] PDF Reader

2004-01-30 Thread LakshmiMaturu
Hi, I have down loaded itext-paulo-jdk1.1-127.jar file to read pdf files. When I try to compile the Chap13_pdfreader.java which is provided in examples I am getting the following errors. Chap13_pdfreader.java:22: Package com.lowagie.text not found in import. import com.lowagie.text.*; ^ Chap