Installation

HiQPdf software is delivered as a ZIP archive or as a NuGet package and the installation basically consists in extracting the ZIP archive to a folder or in referencing the NuGet package in your project.

HiQPdf Package Contents

The HiQPdf package contains the following folders and files:

  • Assemblies Folder - contains the product binaries for .NET Core

  • HiQPdf.NetCore.dll - is the HiQPdf assembly for .NET Core. The same assembly is included in the NuGet package and it defines the HiQPdf namespace

  • HiQPdf.NetCore.xml - contains the inline help displayed by the Visual Studio

  • HiQPdf.dep - a resource file required by HiQPdf.NetCore.dll

  • HiQPdf.rda - a resource file required by HiQPdf.NetCore.dll

  • Samples Folder - contains ASP.NET Core a demo application for Visual Studio with complete C# source code in AspNet_Core folder. The demo applications are using the binaries distributed in the published NuGet packages and this is the recommended mode of using the library for .NET Core because it ensures that all the library dependencies are correctly added to your project

  • Documentation.chm - contains the library documentation with detailed explanations, samples and the complete API reference

  • Notes.txt - contains important notes about the HiQPdf software installation and usage

  • License.txt - contains the HiQPdf Software End User License Agreement

See Also

Other Resources