• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

how fill and print document

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,
I want make a model, then the program has to fill it with the value and print it. that model has image, text and table.
here's my idea
1) i was thinking use a XLS as model to fill, but i have to use external libraries and i don't know how automatically print it (the class Desktop isn't supperted on kubuntu?!?!)
good: easy to save model
bad: use of proprietary software
2) draw the model to a panel and then print it (awt.print accept Graphics)
good: easy to print and graphical debug
bad: if the panel have scrol pane it won't print hidden components(i'm not sure about that!)

Any ideas?

p.s. sorry for my bad english
 
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"b bkkhj", welcome to the Ranch -- please check your private messages for an important administrative matter.
 
marco cestini
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
up?
 
Marshal
Posts: 80962
525
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

marco cestini wrote:up?

Please look at this.
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please remember that Patience is a Virtue. We ask that you wait 24 hours before bumping a post, and if you do bump, provide more information about your question.
But since we're here, I'll mention that OpenOffice has a Java API that exposes pretty much all the functionality of the office suite. It is, of course, non-trivial.
 
marco cestini
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
up
 
Ranch Hand
Posts: 710
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

marco cestini wrote:up



As Joe said, if you bump a post, please provide more information.

Have you looked into anything since Joe posted his suggestion about OpenOffice?
 
Slime does not pay. Always keep your tiny ad dry.
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic