LEADTOOLS Support
Document
Document SDK Questions
Re: using PDF with ActiveX (.NET) probleme with Leadtools.PdfEngine.dll
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, April 11, 2011 10:10:09 AM(UTC)
Groups: Registered
Posts: 2
I developed an ActiveX application (. NET) that is used in a Web application. This component uses activex v17 LeadTools to use features related to PDF. (Display PDF with LEADTOOLS viewer).
But I had a problem with 'Raster PDF Engine IS Needed to use this feature'. After some research it seems that I did not complete this property: RasterCodecs.Options.Pdf.InitialPath.
After completing the property it works ... but the dll (Leadtools.PdfEngine.dll) must be copied on the client machine (which uses a browser). Is there a way to include this dll in my ActiveX to avoid copying this dll on every post? I tried adding a reference in my project activex but visual studio does not want to add.
Thank you in advance for your help!
#2
Posted
:
Tuesday, April 12, 2011 6:46:15 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The way to make your control deploy all needed DLLs depends on the deployment approach you're using in your project.
If I understand correctly, you're creating a custom control using Visual Studio .NET then you are using this control in a web application.
If what you're doing is similar to one of the deployment methods listed in the following forum post, please read more details about it in the post to see what's missing from your code:
http://support.leadtools.com/SupportPortal/CS/forums/32407/ShowPost.aspx
#3
Posted
:
Thursday, April 14, 2011 5:22:12 AM(UTC)
Groups: Registered
Posts: 2
Thank you for your reply. I'll take a look.
LEADTOOLS Support
Document
Document SDK Questions
Re: using PDF with ActiveX (.NET) probleme with Leadtools.PdfEngine.dll
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.