• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Streaming large content to client

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Ranchers,
How y'all doing today? Need your help.

I am generating some pdf files from a base pdf template on fly and streaming them to client. When I do this just for one file it is working fine, but now I need to generate several files and stream all of them to client at once. So in this situtaion what are my options?

I did search on google and found that one option would be to compress the content and stream it to client. [ UD: removed link to copyrighted material ] , but how can modify the code on this site to stream dynamically generate pdf file(s) stream to client as a zip file?

Ranchers, please provide me some input to handle this situation. Any other useful sites/information is greatly appreciated.

Thanks.
Kumar

(Moderator: please move it appropriate forum, if this question doesn't belong here. Thanks.)
[ August 03, 2007: Message edited by: Ulf Dittmer ]
 
kumar thokkala
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ranchers,
While waiting for your input I tried using iText package, it is wonderful, I could able to solve my problem.

Thanks,
Kumar
 
She's brilliant. She can see what can be and is not limited to what is. And she knows this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic