retrieve scanned document
-
Guys, pls is there a way of attaching to a web form a document from a scanner.
He who goes for revenge must first dig two graves.
If I understand you correctly, the scanned document is in the format of an image. Right ? Then couldn't you place an image control on your form and dynamically set the ImageUrl in your code behind ? Just a thought. :cool:
-
Guys, pls is there a way of attaching to a web form a document from a scanner.
He who goes for revenge must first dig two graves.
Not entirely sure what you're meaning here do you mean you have a form already scanned in and you want people to be able to download it or convert a scanned document into a webform? If a) Well yeah, piece of cake, just link it like the above suggestion. If b) It depends. Personally, I would recreate it but there used to be a third party software that'd convert PDF's to webforms. It was a POS though because what happened essentially was that the PDF became a background image and you dragged and dropped invisible textbox controls and buttons over the top of it. I -think- it was called PDFformail but I don't recommend it.