ABCpdf setting the component

Discussion in 'Classic ASP' started by Jerry_Shorma, May 23, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hey all....

    I am new to creating pdf on the fly. DiscountASP.net has the ABCpdf component installed. Since I am so new to it, I dont know how to set the component.

    Set Doc = Server.CreateObject("test.Doc")
    theDoc.FontSize = 96
    theDoc.AddText "Hello World"

    Based upon this code I get the following error;

    Server object error 'ASP 0177 : 800401f3'
    Server.CreateObject Failed

    Can anyone give me the basics so I can get going on this? I would rather use ASP not ASP.net.

    Thanks,

    Jerry
     
  2. I am using ASP NOT ASP.NET

    Thanks



    quote:Originally posted by Jerry_Shorma

    Hey all....

    I am new to creating pdf on the fly. DiscountASP.net has the ABCpdf component installed. Since I am so new to it, I dont know how to set the component.

    Set Doc = Server.CreateObject("test.Doc")
    theDoc.FontSize = 96
    theDoc.AddText "Hello World"

    Based upon this code I get the following error;

    Server object error 'ASP 0177 : 800401f3'
    Server.CreateObject Failed

    Can anyone give me the basics so I can get going on this? I would rather use ASP not ASP.net.

    Thanks,

    Jerry



    </blockquote id="quote"></font id="quote">
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    Jerry.

    we do not have the asp version of the component installed, only the .net version.


    quote:Originally posted by Jerry_Shorma

    I am using ASP NOT ASP.NET

    Thanks



    quote:Originally posted by Jerry_Shorma

    Hey all....

    I am new to creating pdf on the fly. DiscountASP.net has the ABCpdf component installed. Since I am so new to it, I dont know how to set the component.

    Set Doc = Server.CreateObject("test.Doc")
    theDoc.FontSize = 96
    theDoc.AddText "Hello World"

    Based upon this code I get the following error;

    Server object error 'ASP 0177 : 800401f3'
    Server.CreateObject Failed

    Can anyone give me the basics so I can get going on this? I would rather use ASP not ASP.net.

    Thanks,

    Jerry



    </blockquote id="quote"></font id="quote">
    </blockquote id="quote"></font id="quote">
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    The error looks like an ASP error. Is your page asp or asp.net?

    quote:Originally posted by Jerry_Shorma

    Hey all....

    I am new to creating pdf on the fly. DiscountASP.net has the ABCpdf component installed. Since I am so new to it, I dont know how to set the component.

    Set Doc = Server.CreateObject("test.Doc")
    theDoc.FontSize = 96
    theDoc.AddText "Hello World"

    Based upon this code I get the following error;

    Server object error 'ASP 0177 : 800401f3'
    Server.CreateObject Failed

    Can anyone give me the basics so I can get going on this? I would rather use ASP not ASP.net.

    Thanks,

    Jerry



    </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