File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes Linear zed PDF used for Page wise view Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Linear zed PDF used for Page wise view" Watch "Linear zed PDF used for Page wise view" New topic
Author

Linear zed PDF used for Page wise view

vipin dwivedi
Greenhorn

Joined: Oct 09, 2003
Posts: 4
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
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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Linear zed PDF used for Page wise view
 
Similar Threads
Open pdf in browser
convert Jsp page to PDF
How to view servlet generated by tomcat when jsp is compiled
jasper report prob.
reading pdf's table problem