PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)
Moderators:PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
The our IE-Plugin is not SDK-component - it is EndUser-component only, so it does not fire any events to IE.
Instead you may implement your own IE-Plugin which will use our full PDF-Viewer ActiveX Control SDK...
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
As I understand you have a html page with embedded our ActiveX control (or IE-Plugin?).
Can you provide us with the relevant html source snippet for the control where you are embedding code and handling events - so that we may better understand the issue you have and can reproduce please ?
Please ensure all license info is removed prior to posting here.
Thanks.
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
We are working with a holiday schedule between Christmas and New Year - so I will now pass this to Vasyl for a further investigation, but getting a reply could take a bit longer!
Sorry, maybe I misunderstood something, but I guess you have to specify CLASSID attribute for OBJECT tag in your sample html.
Can you let me know the CLASSID you are using?
PDF-XChange Co Ltd. (Project Director)
When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
I have tested your problem (exhaustively) but still couldn't reproduce it. The embedded ActiveX fires events as it should...
I have attached the archive with my test-html and screenshot...
Best
Regards.
You do not have the required permissions to view the files attached to this post.
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
The our IE-Plugin is not SDK-component - it is EndUser-component only, so it does not fire any events to IE.
Instead you may implement your own IE-Plugin which will use our full PDF-Viewer ActiveX Control SDK...
Hi Vasyl
Is possible send sample or link for create your own IE-Plugin?
I am afraid we do not offer support for 3rd party products like IE - you will need to take a look at MSDN etc - there is copious detail on writing such plug-ins out there on MSDN and the various NG's and forums etc ...
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.
1. you may implement your COM-server (inproc, DLL) which contain special ActiveX Control (http://msdn.microsoft.com/en-us/library ... 85%29.aspx):
Your control must implement next interfaces:
IOleObject
IOleInPlaceObject
IOleControl
IObjectWithSite
...
2. Your control embedds our PDFViewer ActiveX Control in standard way.
3. To handle the pdf by your control inside IE write to the registry:
HKCR\Mime\DataBase\Content Type\application/pdf
Extension = ".pdf"
CLSID = "<ClassIdOfYourActiveXControl>"
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.