• 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

creation of a document with info displayed in tables

 
Ranch Hand
Posts: 99
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI all,

First off, I want to say that I am not so far along in this project that I am ready to do this yet, but I am already making a lot of thoughts on how I should go about it. I have a program with a good deal of data organized in tables. I want to have the ability for the user to print this data out, organized in a business friendly way, basically how it is already displayed, but without the back ground colors etc. I was thinking that it would be possible to program an html table with the data with for loops adding the rows and columns etc and that the user could print it directly out of the browser, but that somehow that does not hit my "naw dats a professional solution" button. I was also thinking of the possibility of exporting the data to excel, but that hits another personal peeve I have: a strong dependancy on another program that the user might not have available. (not to mention my utter dislike for most things microsoft) Furthermore, I want the user to be able to have these documents saveable on their systems. I was wondering if anyone out there has any ideas of how this task can be accomplished for someone who is not exactly a world class programmer. Is there a way to perhaps create a .pdf file? How difficult would that be, and is it possible to programmatically create a .pdf with tables etc.?

Greg
 
reply
    Bookmark Topic Watch Topic
  • New Topic