Installation Tasks (.NET)ByteScout PDF SDK

Bytescout PDF SDK license allows you to re-distribute Bytescout.PDF.dll along with your end-user application/product.

Copy of Bytescout.PDF.dll that you can use for re-distribution is placed in /Redistributable/ folder (in FULL version of the product).

Example

If you use popular Inno Setup then use this sample code for installation of Bytescout.PDF.dll.
[Files]
Source: "Bytescout.PDF.dll"; DestDir: "{app}"