Deployment
SDK Deployment
Any application using ThermalLabel SDK will have to deploy the following files:
- Neodynamic.SDK.ThermalLabel.dll
- Neodynamic.SDK.ThermalLabel.WindowsPrinting.dll (only if your app requires Windows printing features)
- Neodynamic.SDK.ThermalLabel.WebPrinting.dll (only if your app requires ASP.NET Web printing features)
- SkiaSharp.dll
- libSkiaSharp.dll (if your app runs in Windows OSes)
- SkiaSharp.HarfBuzz.dll
- HarfBuzzSharp.dll
- libHarfBuzzSharp.dll (if your app runs in Windows OSes)
- System.Text.Encoding.CodePages.dll
- Native Printer Fonts
Important
On Windows, SkiaSharp requires the Visual C++ Redistributable for Visual Studio 2015 being installed; otherwise the following error might occur: Unable to load DLL 'libSkiaSharp.dll': The specified module could not be found.
If you're not enabled to install that package, then you could try copying the msvcp140.dll and vcruntime140.dll that you should find in your dev machine where Visual Studio is installed to the same folder where libSkiaSharp.dll is located.
ThermalLabel Editor for Windows - Deployment
Any application using ThermalLabel Editor for Windows will have to deploy the following files:
- Neodynamic.Windows.ThermalLabelEditor.dll
- All the files required for ThermalLabel SDK
- Native Printer Fonts
ThermalLabel Web Editor for ASP.NET - Deployment
Any application using ThermalLabel Web Editor for ASP.NET will have to deploy the following files:
- Neodynamic.Web.ThermalLabelEditor.dll
- ThermalLabelWebEditor-8.0.18.xxxx.js
- All the files required for ThermalLabel SDK
- jQuery 1.4.1+
- Fabric.js 1.5+
- Native Printer Fonts
Native Printer Font (NPF) - Deployment
Important
You are not allowed to deploy or use the Native Printer Font files outside our product.
For Clients App or Services
You must ensure that the installation program of your application will install the Native Printer Font files (.ttf) that you will find in the installation folder of our product under NPF subfolder.
For ASP.NET Projects
You must ensure that your website has a fonts folder containing all the the Native Printer Font files (.ttf) that you will find in the installation folder of our product under NPF subfolder.