Hi , Does any one help me out to write a servlet for display Linear zed PDF used for Page wise view on the IE. If any one used this type of servlet, then please share the exp. with me.
My PDF size is too big >20MB , so i need to reduce user waiting time, I have used GZIPIO, it gives godd result earlier.
Any resource link will help me lot too... Thanks Vipin
K Riaz
Ranch Hand
Joined: Jan 08, 2005
Posts: 375
posted
0
I don't know what "Linear zed PDF" is (a special PDF?) but why not break the PDF up into multiple files (say four x 5MB files) and send this to the client from a servlet? I think a PDF API should do it.