RE: [iText-questions] Large Documents

2005-07-01 Thread Doug James
, 2005 2:40 AM To: Srinivas Lakshman Cc: [email protected] Subject: Re: [iText-questions] Large Documents Srinivas Lakshman wrote: >Some of our >documents are 7-10MB in size but we are currently running into a >problem that these documents cause a timeout > You

Re: [iText-questions] Large Documents

2005-06-30 Thread bruno
Srinivas Lakshman wrote: Some of our documents are 7-10MB in size but we are currently running into a problem that these documents cause a timeout You're sending docs to a browser and the creation of these docs takes more than the timeout. There are different ways to solve this problem. Thi

[iText-questions] Large Documents

2005-06-30 Thread Srinivas Lakshman
Hi, I am trying to create pdf reports using itext.The way I get the data is by calling the Mainframe CICS code using CTG transaction server.the data comes from the backend in a formatted fashion and my job is to render this formatted data in pdf format. Our current architecture is using STR