forked from itext/itextsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathitextsharp.xmlworker.nuspec
46 lines (41 loc) · 2.43 KB
/
itextsharp.xmlworker.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
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>itextsharp.xmlworker</id>
<version>5.5.14-SNAPSHOT</version>
<title>iTextSharp XML Worker</title>
<authors>Bruno Lowagie, Paulo Soares, et al.</authors>
<owners>Bruno Lowagie,Paulo Soares,et al.</owners>
<licenseUrl>http://www.gnu.org/licenses/agpl.html</licenseUrl>
<projectUrl>http://itextpdf.com/</projectUrl>
<iconUrl>http://itextpdf.com/sites/default/files/ITSC-avatar.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>PLEASE NOTE: iTextSharp is EOL, and has been replaced by iText7
We HIGHLY recommend customers use iText7 for new projects, and to consider moving existing projects from iTextSharp to iText 7 to benefit from the many improvements such as:
* HTML to PDF (PDF/UA) conversion
* PDF Redaction
* SVG support
* Better language support (Indic, Thai, Khmer, Arabic, Hebrew)
* PDF Debugging for your IDE
* Data Extraction
* Better continued support and bugfixes
* More modular, extensible handling of your document workflow
* Extra practical add-ons
* Encryption, hashing and digital signatures
This DEPRECATED tool parses (X)HTML snippets and the associated CSS and converts them to PDF. It is replaced by iText7 pdfHTML addon https://www.nuget.org/packages/itext7.pdfhtml/ and iText 7 Community: https://www.nuget.org/packages/itext7/
XMLWorker is an extra component for iText®. The first XML to PDF implementation, is a new version of the old HTMLWorker that used to be shipped with iText.</description>
<summary>This DEPRECATED tool parses (X)HTML snippets and the associated CSS and converts them to PDF. It is replaced by iText7 pdfHTML addon https://www.nuget.org/packages/itext7.pdfhtml/ and iText 7 Community: https://www.nuget.org/packages/itext7/</summary>
<releaseNotes>http://itextpdf.com/blog/release-notes-itext-5514</releaseNotes>
<copyright>Copyright (c) 1998-2019 iText Group NV</copyright>
<language>en-US</language>
<tags>itext itextsharp c# csharp xml worker pdf html xhtml css</tags>
<dependencies>
<dependency id="iTextSharp" version="5.5.14-SNAPSHOT" />
</dependencies>
</metadata>
<files>
<file src="src\extras\itextsharp.xmlworker\bin\Release\itextsharp.xmlworker.dll" target="lib\" />
<file src="gnu-agpl-v3.0.md" target="" />
<file src="LICENSE.md" target="" />
</files>
</package>