Deployment Requirements

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

timcarter
User
Posts: 8
Joined: Tue Dec 08, 2009 11:06 am

Deployment Requirements

Post by timcarter »

Continuing my confusion...

I'm developing an end user PDF Viewer/Editor/Annotator. Looking at the deployment requirements, I need to deploy the PDF-XChange Viewer application along with it!!?! That can't be right can it??

Tim
Corwin - Tracker Sup
User
Posts: 664
Joined: Tue Nov 14, 2006 12:23 pm

Re: Deployment Requirements

Post by Corwin - Tracker Sup »

If your program uses PDF-XChange Viewer ActiveX, then to run this program user will need to have installed and registered ActiveX component, which consist of 3 files: PDFXCviewAx.dll, PDFXCview.exe, Resource.dat. You will need to distribute this files with your program (user even do not need to know about this files). You will also need to register these components (as outlined below):

Code: Select all

PDFXCview.exe /RegServer
regsvr32.exe PDFXCviewAx.dll /s
Or you can use our client distribution file which can be called/run silently:
https://www.pdf-xchange.com/PDFXV_dev.zip