The PDF list is a service provided by PDFzone.com | http://www.pdfzone.com __________________________________________________________________
Hello! I need to serve a large pdf document with 400 pages, the size of the document will be in 3 or 4 MB range and I have a strict rule which says the max size of data that can be sent to the client at one packet should be 64 KB ... I can not send the 3 or 4 MB document directly to the client at one shot ... how can I accomplish page by page serving. I heard that if we serve page by page .. next page will be downloaded as the user moves to the next page in the client side .. some of my users don't want to move page by page, they want the whole document downloaded to their PC .. I am planning to use iText to crete pdf. How do I break 3 or 4MB document into 64 KB packets? Does iText support page serving? Please shed some light on this topic. Thanks a lot! Anis __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com To change your subscription: http://www.pdfzone.com/discussions/lists-pdf.html
