dynamic Web Forms........

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

iam working on a project called service desk that automates the departmental
services online .one major component i have to create is that to convert
paper based forms into dynamic webforms . i want to design a module that will
create dynamic web forms that will convert paper based forms into webforms.
help required ...

thankx in advance
 
You could scan the forms to a image (jpg/bmp), then have your project open
it as am image and then write the text to it with drawing.drawtext(..).
Then create a Crystalreport with only one image on it, the one you just
changed and save it as pdf.

rg,
Eric
 
I dont think thats what he's after. It sounds like he wants some amazing
method of taking a peice of paper and magically creating a webform from it !

This would require the package to be able to recognize form elements and
translate them into Webform controls with relative or absolute dimensions
and position.

There may be something out there which does this, but I dont know about it
if there is such software.!

--
Best Regards

The Inimitable Mr Newbie º¿º



Eric said:
You could scan the forms to a image (jpg/bmp), then have your project open
it as am image and then write the text to it with drawing.drawtext(..).
Then create a Crystalreport with only one image on it, the one you just
changed and save it as pdf.

rg,
Eric
 
thankx for a reply

no my requirement is same as any other workflow application forms designer
has

like k2.net

i want to create forms dynamically that convert easily from paper based
into web forms with no coding required for user.
--
Regards
Adeel Alvi
92-300-2584597


Mr Newbie said:
I dont think thats what he's after. It sounds like he wants some amazing
method of taking a peice of paper and magically creating a webform from it !

This would require the package to be able to recognize form elements and
translate them into Webform controls with relative or absolute dimensions
and position.

There may be something out there which does this, but I dont know about it
if there is such software.!
 
form designer module where user can creatre forms (web pages) withuot coding .
my req is same as any other BPM application do like ultimus or k2.net
--
Regards
Adeel Alvi
92-300-2584597


Mr Newbie said:
I dont think thats what he's after. It sounds like he wants some amazing
method of taking a peice of paper and magically creating a webform from it !

This would require the package to be able to recognize form elements and
translate them into Webform controls with relative or absolute dimensions
and position.

There may be something out there which does this, but I dont know about it
if there is such software.!
 
i think iam unavilable to write the exact req. my req is same as ultimus form
designer or k2.net form designeer or any other Business procees managament
application.
--
Regards
Adeel Alvi
92-300-2584597


Comcast said:
Try Nuance's OmniForm 5.0. It may solve your problem.
 
Back
Top