Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Best way to add printing support to an RCP app?
Best way to add printing support to an RCP app? [message #528266] Mon, 19 April 2010 21:31 Go to next message
Ryan is currently offline RyanFriend
Messages: 74
Registered: July 2009
Location: Indiana
Member
My app currently uses a custom editor for an EMF model that is stored in an xmi file. I'd like to be able to print this data according to a predefined format. I saw the org.eclipse.swt.printing, but that looks like it could be quite painful to use. Is there an easy way to add printing support to my RCP app? How does the default print option eclipse provides for text files work (what plugin provides that functionality)?

Thanks,
Ryan

[Updated on: Mon, 19 April 2010 21:32]

Report message to a moderator

Re: Best way to add printing support to an RCP app? [message #528268 is a reply to message #528266] Mon, 19 April 2010 21:34 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
http://www.eclipse.org/nebula/widgets/paperclips/paperclips. php or you
create a PDF e.g. using iText and send this one to the printer.

Tom

Am 19.04.10 23:31, schrieb Ryan:
> My app currently uses a custom editor for an EMF model that is stored in
> an xmi file. I'd like to be able to print this data according to a
> predefined format. I saw the org.eclipse.swt.printing, but that looks
> like it could be quite painful to use. Is there an easy way to add
> printing support to my RCP app?
>
> Thanks,
> Ryan
Previous Topic:Data binding issue
Next Topic:Proxy settings and Update manager
Goto Forum:
  


Current Time: Thu Apr 25 06:03:22 GMT 2024

Powered by FUDForum. Page generated in 0.02878 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top