Welcome Guest Search | Active Topics | Sign In | Register

aspxtopdf not in toolbox Options
mieke
Posted: Tuesday, March 19, 2013 12:00:56 PM
Rank: Member
Groups: Member

Joined: 3/19/2013
Posts: 10
Hi,

I downloaded and installed eo.pdf.dll and eo.web.dll I use delphi prism, asp.net, framework 4. I start a new solution, add references to eo.web.dll and eo.pdf.dll. I also copy eo.pdf.dll in my bin folder. As said in your documentation I would simply have to drag the aspxtopdf component onto my form. However, it is not in my toolbox.
What could I be doing wrong?

thank you,
Mieke
eo_support
Posted: Tuesday, March 19, 2013 1:15:42 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

You can just copy it directly to your page. First add this to the top of your page:

Code: HTML/ASPX
<%@ Register TagPrefix="eo" NameSpace="EO.Web" Assembly="EO.Web" %>


Then add the following code into your page:

Code: HTML/ASPX
<eo:ASPXToPDF runat="server" ID="ASPXToPDF1"></eo:ASPXToPDF>


You will be all set.

Thanks!
mieke
Posted: Tuesday, March 19, 2013 2:57:23 PM
Rank: Member
Groups: Member

Joined: 3/19/2013
Posts: 10
Thanks, it works!

Mieke


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.