The DsPdf packages are fully supported on Visual Studio 2017 or later for Windows, Visual Studio for MAC, and Visual Studio Code for Linux and are compatible with the following:
DsPdf references are available through NuGet, a Visual Studio extension that adds the required libraries and references to your project automatically. To work with DsPdf, you need to have following references in your application:
Reference | Purpose |
---|---|
DS.Documents.Pdf | To use DsPdf in an application, you need to reference (install) just the DS.Documents.Pdf package. It will pull in the required infrastructure packages. |
DS.Documents.BarCode | To render barcodes, install the DS.Documents.Barcode (aka DsBarcode) package. It provides extension methods allowing to render barcodes when using DsPdf. |
DS.Documents.Imaging | DS.Documents.Imaging provides image handling. You do not need to reference it directly. |
DS.Documents.DX.Windows | DS.Documents.DX.Windows is an infrastructure package. You do not need to reference it directly. |
In order to use DsPdf in a .NET Core, ASP.NET Core, .NET Framework application (any target that supports .NET Standard 2.0), install the NuGet packages in your application using the following steps: