Download
Slidize Plugins

How to Use

  • Download the ZIP package - Unpack to a location that suits your needs. It contains:
    • net6.0/Slidize.Plugins.dll - DLL library for .NET6+.
    • net6.0/Slidize.Plugins.xml - XML documentation file for Slidize.Plugins, providing IntelliSense support in IDEs.
    • README.md - Contains instructions and details about the Slidize.Plugins package.
    • Smallize_End-User-License-Agreement.md - License agreement detailing terms and conditions for using Slidize.Plugins.
  • Use Slidize.Plugins - Reference the DLL in your project and start using Slidize.Plugins functionality.

Example of converting PPTX to PDF:

using Slidize;

var options = new PdfConverterOptions
{
    ComplianceLevel = PdfComplianceLevel.PdfA1b,
    EmbedFullFonts = true
};

PresentationToPdfConverter.Process("presentation.pptx", "output.pdf", options);
                

Licensing

  • No License - You can use Slidize Plugins without a license, but in this case, a watermark will appear on the result.
  • Evaluation License - The evaluation license allows you to use the product for 30 days.
  • Licensed - You can always purchase Slidize Plugins on our site.

System Requirements

  • Windows 8.1+
  • .NET6+