Scanning 8 1/2 x 11 documents for ASP.Net

Discussion in 'ASP.NET / ASP.NET Core' started by tractsforje, Jun 11, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    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


    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">
     
  3. Is the ABCPDF component free through DiscountASP.Net?
    How would I incorporate it into my ASP project?

    Thanks

    Steve
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    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

    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">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page