PDA

View Full Version : Scanning 8 1/2 x 11 documents for ASP.Net


tractsforje
06-11-2003, 09:51 AM
I'd like to scan an 8 1/2 by 11 document (pictures combined with text - landscape format) in such a way that when I create an ASP.Net page with it, that clicking on the Printer icon in Internet Explorer will cause it to print like it's original self (8 1/2 by 11 - landscape). Any suggestions welcome -- thanks!

Steve

bruce
06-11-2003, 10:29 AM
Try convert it to PDF. PDF handles page formatting better than HTML.

Check out the ABCPDF component, http://kb.discountasp.net/article.aspx?id=10051


[b]quote:Originally posted by tractsforje

I'd like to scan an 8 1/2 by 11 document (pictures combined with text - landscape format) in such a way that when I create an ASP.Net page with it, that clicking on the Printer icon in Internet Explorer will cause it to print like it's original self (8 1/2 by 11 - landscape). Any suggestions welcome -- thanks!

Steve
</blockquote id="quote"></font id="quote">

tractsforje
08-25-2003, 04:55 AM
Is the ABCPDF component free through DiscountASP.Net?
How would I incorporate it into my ASP project?

Thanks

Steve

bruce
08-25-2003, 07:12 AM
Do you mean a VS.net project?

If so, you need to download and install the trial version from http://www.websupergoo.com

You'll need to add a reference in your project. Once you done that, you can create your page and upload your site.

The trial version will install the namespace to your machine and thus allowing you to complile

[b]quote:Originally posted by tractsforje

Is the ABCPDF component free through DiscountASP.Net?
How would I incorporate it into my ASP project?

Thanks

Steve
</blockquote id="quote"></font id="quote">