-
Notifications
You must be signed in to change notification settings - Fork 34
/
pdfHTML.nuspec
39 lines (39 loc) · 2.18 KB
/
pdfHTML.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>itext.pdfhtml</id>
<version>6.0.1-SNAPSHOT</version>
<title>iText pdfHTML</title>
<authors>Apryse Software</authors>
<owners>Apryse Software</owners>
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
<projectUrl>https://itextpdf.com/en/products/itext-7/pdfhtml</projectUrl>
<icon>ITSC-avatar.png</icon>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>pdfHTML is an iText add-on for C# (.NET) that allows you to easily convert HTML and CSS into standards compliant PDFs that are accessible, searchable and usable for indexing.</description>
<summary>pdfHTML is an iText add-on that lets you to parse (X)HTML snippets and the associated CSS and converts them to PDF.</summary>
<releaseNotes>https://itextpdf.com/itext7release</releaseNotes>
<copyright>Copyright (c) 1998-2024 Apryse Group NV</copyright>
<language>en-US</language>
<tags>itext itext7 itextsharp c# .net csharp pdf html pdfhtml htmltopdf html2pdf html-to-pdf html-to-pdf-converter svg acroform pdf-generation generation converter accessbility opensource open source</tags>
<repository type="git" url="https://github.com/itext/i7n-pdfhtml.git" />
<dependencies>
<group targetFramework="net461">
<dependency id="itext" version="9.0.1-SNAPSHOT" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="itext" version="9.0.1-SNAPSHOT" />
</group>
</dependencies>
</metadata>
<files>
<file src="itext\itext.html2pdf\bin\Release\net461\itext.html2pdf.dll" target="lib\net461" />
<file src="itext\itext.html2pdf\bin\Release\net461\itext.html2pdf.xml" target="lib\net461" />
<file src="itext\itext.html2pdf\bin\Release\netstandard2.0\itext.html2pdf.dll" target="lib\netstandard2.0" />
<file src="itext\itext.html2pdf\bin\Release\netstandard2.0\itext.html2pdf.xml" target="lib\netstandard2.0" />
<file src="gnu-agpl-v3.0.md" target="" />
<file src="LICENSE.md" target="" />
<file src="ITSC-avatar.png" target="" />
<file src="NOTICE.txt" target="" />
</files>
</package>