Skip to main content



      Home
Home » Eclipse Projects » GEF » GEF Data Entry GUI Based on PDF/SVG Input?
GEF Data Entry GUI Based on PDF/SVG Input? [message #249582] Sun, 12 July 2009 02:30 Go to next message
Eclipse UserFriend
Hi,

I'm working with a chiropractor friend to put together some practice
management software for his business. One of the things we'd like to do
is take his 8.5 x 11" paper form and convert it to something that can be
manipulated electronically in the RCP app that I'm writing. The problem
with this is that the screen resolutions that we are targeting don't
really allow a lot of readability when trying to view the entire form, so
I'd like allow a user to zoom in on sections of the form to manipulate it
or zoom out to see the entire form as needed. Of course, I'd like to
capture/represent the form changes in a model of some sort (preferably
EMF).

FWIW, I've got the form in PDF format, and know that I can at the very
least convert it into SVG using Inkscape. I know very little of the GEF
project. Is there a way that GEF, Draw2d, and/or GMF can help me
accomplish my task?

Thanks,
Jesse
Re: GEF Data Entry GUI Based on PDF/SVG Input? [message #249597 is a reply to message #249582] Mon, 13 July 2009 11:51 Go to previous message
Eclipse UserFriend
Hi,

With GMF you'll be able to display the SVG on a diagram, but won't be able
to edit it unless you convert the SVG input into EMF model of some sort.
With GEF it might be simpler, because you can treat your SVG as the model
itself.
GMF uses Batik, a third party library, for SVG rendering. Batik probably
can help converting PDFs into SVG.

Cheers,
Alex
Previous Topic:Delete command default on connection click
Next Topic:Exporting RCP GEF Editor
Goto Forum:
  


Current Time: Sun Mar 16 17:46:45 EDT 2025

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

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

Back to the top