ConvertApi by Baltsoft

<PackageReference Include="ConvertApi" Version="3.0.0" />

 ConvertApi 3.0.0

Convert various files like MS Word, Excel, PowerPoint, Images to PDF and Images. Create PDF and Images from url and raw HTML. Extract and create PowerPoint presentation from PDF. Merge, Encrypt, Split, Repair and Decrypt PDF files. All supported files conversions and manipulations can be found at https://www.convertapi.com/doc/supported-formats The Git repository can be found at https://github.com/ConvertAPI/convertapi-dotnet

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>ConvertApi</id>
    <version>3.0.0</version>
    <authors>Baltsoft</authors>
    <owners>Baltsoft</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://www.convertapi.com/terms</licenseUrl>
    <projectUrl>https://www.convertapi.com/</projectUrl>
    <iconUrl>https://www.convertapi.com/content/favicons/android-chrome-256x256.png</iconUrl>
    <description>Convert various files like MS Word, Excel, PowerPoint, Images to PDF and Images. Create PDF and Images from url and raw HTML. Extract and create PowerPoint presentation from PDF. Merge, Encrypt, Split, Repair and Decrypt PDF files. 

All supported files conversions and manipulations can be found at https://www.convertapi.com/doc/supported-formats

The Git repository can be found at 
https://github.com/ConvertAPI/convertapi-dotnet</description>
    <releaseNotes>Asynconous improvement and other bug fixes. Added alternative converter property.</releaseNotes>
    <copyright>2012-2019 Baltsoft</copyright>
    <tags>pdf convert word excel powerpoint images web msoffice office openoffice postscript iworks</tags>
    <repository type="GIT" url="https://github.com/ConvertAPI/convertapi-dotnet" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Newtonsoft.Json" version="11.0.2" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>