PDA

View Full Version : ABCpdf setting the component


Jerry_Shorma
05-23-2004, 09:35 AM
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

Jerry_Shorma
05-24-2004, 04:25 AM
I am using ASP NOT ASP.NET

Thanks



[b]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">

bruce
05-24-2004, 05:32 AM
Jerry.

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


[b]quote:Originally posted by Jerry_Shorma

I am using ASP NOT ASP.NET

Thanks



[b]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">

bruce
05-24-2004, 11:03 AM
The error looks like an ASP error. Is your page asp or asp.net?

[b]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">