DynamicPDF™ Generator v3.0 for COM/ActiveX is contained in the following files located in the "%Program Files%/DynamicPDF v3.0 for COM [Community|Server|Developer] Edition\bin" folder by default.

The easiest way to deploy these is to run the Installer on the target machine. The installer will automatically place these files on the target machine and register them. The installer includes options to only install the application files if you do not wish to place the help and example files on the target machine. If you have a Server or Developer license, make sure you use the correct version of the product downloaded from our Customer Area.

Note: The InterOp.ASP.dll file is only required if you are using the DrawToWeb method in your code. If you are not using the DrawToWeb method, you do not need to place this file on the target machine.

InstallShield Deployment

If you will deploy these files with your application using an InstallShield package, place these files in the same folder on the target machine and use these settings for each file:

Manual Deployment

If you must deploy the files manually, you can do so by placing the files listed above on the target machine and registering the DynamicPDF.dll file using the RegAsm utility. Make sure all of the files are placed in the same folder.

The RegAsm utility will require the /codebase switch. Batch files are included at "%Program Files%/DynamicPDF v3.0 for COM [Community|Server|Developer] Edition\bin" to assist with this. The command should look like this:

    regasm DynamicPDF.dll /codebase /tlb

To unregister, use the /u switch:

    regasm DynamicPDF.dll /u /tlb

Licensing

If you have a licensed copy of DynamicPDF™ Generator v3.0 for COM/ActiveX, use your serial number to log into our Customer Area and follow the licensing instructions.

See Also 

Programming With Generator for COM/ActiveX