Viscomsoft .NET PDF Viewer SDK

Distributing your Applications

To be able to use Viscomsoft .NET PDF Viewer SDK with your application, you should add references to PDF Viewer DLL files. After you add a reference, an appropriate DLL is automatically copied to the /bin folder of your application.
 

 

Redistributables

Explanation

1.

gdiplus.dll

Required for all applications.

2.

msvcp100.dll

Required for all applications.

3.

msvcr100.dll

Required for all applications.

4.

ViscomsoftPDFCore.dll

Required for all applications.

5.

Viscomsoft.PDFViewer.dll

Required for all applications. Must same as ViscomsoftPDFCore.dll's folder.
 

6.

PDFProcessingWrapper.dll

Required for Merge PDF, Split PDF, Delete Page of PDF. Must same as ViscomsoftPDFCore.dll's folder.
 

7.

Viscomsoft.PDFViewerControl.dll

Required for COM base development tools, e.g. Visual Basic 6, html pages, Delphi and Visual FoxPro only. Perform the registration by invoking the regasm tool by yourself or through an your installer.

If you use COM base development tools, you also need use regasm tool register with Viscomsoft.PDFViewer.dll

Please see RegisterCOM.bat in \REDIST folder.