pxcview.dll invalid assembly
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- User
- Posts: 7
- Joined: Thu Mar 18, 2010 5:25 pm
pxcview.dll invalid assembly
I am trying to add the pxcview.dll as a reference in and get an error message saying invalid assembly or com. I am able to add the active x dll but not the simple dll.
-
- Site Admin
- Posts: 2445
- Joined: Thu Jun 30, 2005 4:11 pm
Re: pxcview.dll invalid assembly
Hi, bunkerj.
pxcview.dll - simple dll, is part of our Simple Viewer SDK. It is not part of our Viewer ActiveX SDK.
You may use the PDFXCviewAx.dll instead (see help for this SDK also)...
HTH.
pxcview.dll - simple dll, is part of our Simple Viewer SDK. It is not part of our Viewer ActiveX SDK.
You may use the PDFXCviewAx.dll instead (see help for this SDK also)...
HTH.
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.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- User
- Posts: 7
- Joined: Thu Mar 18, 2010 5:25 pm
Re: pxcview.dll invalid assembly
But I don't want to use the active X, I just wanted to use the simple dll.
All we are looking to do is be able to print a pdf both silently and with a print dialog. These are read only pdf's that we are not modifying.
Are we able to just use the simple dll. The project manager does not want to use any Active X controls to do this.
Thanks
Jen
All we are looking to do is be able to print a pdf both silently and with a print dialog. These are read only pdf's that we are not modifying.
Are we able to just use the simple dll. The project manager does not want to use any Active X controls to do this.
Thanks
Jen
-
- Site Admin
- Posts: 2445
- Joined: Thu Jun 30, 2005 4:11 pm
Re: pxcview.dll invalid assembly
Hi, bunkerj.
Using simple dll, you should implement your own print dialog, then you may pass the device context (screen or printer) to PXCV_DrawPageToDC. The simple dll doesn't provide any UI for end-users, but the ActiveX SDK contains it and you may use it without any installation on the target system (registration-less technology, by special manifest file).
Best
Regards.
Using simple dll, you should implement your own print dialog, then you may pass the device context (screen or printer) to PXCV_DrawPageToDC. The simple dll doesn't provide any UI for end-users, but the ActiveX SDK contains it and you may use it without any installation on the target system (registration-less technology, by special manifest file).
Best
Regards.
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.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.