Aspose.PDF
22.2.0
See the version list below for details.
dotnet add package Aspose.PDF --version 22.2.0
NuGet\Install-Package Aspose.PDF -Version 22.2.0
<PackageReference Include="Aspose.PDF" Version="22.2.0" />
paket add Aspose.PDF --version 22.2.0
#r "nuget: Aspose.PDF, 22.2.0"
// Install Aspose.PDF as a Cake Addin #addin nuget:?package=Aspose.PDF&version=22.2.0 // Install Aspose.PDF as a Cake Tool #tool nuget:?package=Aspose.PDF&version=22.2.0
SHA256 Signed PDF & Improved Image Quality .NET API
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
Integrate PDF creation, processing, manipulation & conversion features into your own .NET applications without needing Adobe Acrobat®.
Aspose.PDF for .NET allows you to work with PDF documents, pages, text, images, attachments, fonts, bookmarks, annotations, forms, operators, stamps, watermarks, links, security, signatures, and printing.
Aspose.PDF for .NET is a PDF document creation and manipulation component that enables your .NET applications to read, write and manipulate existing PDF documents without using Adobe Acrobat. It also allows you to create forms and manage form fields embedded in a PDF document. This component is written in managed C# and it allows developers to add PDF creation and manipulation functionality to their Microsoft .NET applications (WinForms, ASP.NET and .NET Compact Framework).
Aspose.PDF for .NET is affordable and offers an incredible wealth of features including PDF compression options; table creation and manipulation; support for graph objects; extensive hyperlink functionality; extended security controls; custom font handling; integration with data sources; add or remove bookmarks; create table of contents; add, update, delete attachments and annotations; import or export PDF form data; add, replace or remove text and images; split, concatenate, extract or insert pages; transform pages to image; print PDF documents and much more.
PDF Processing Features
- Generate PDF documents on the fly through the API or via XML templates.
- Supports 14 core, Type 1, TruType, Type 3, CJK & Unicode fonts.
- Extract text from PDF pages or search for a particular text segment using regular expressions.
- Add or extract text & images to & from PDF documents.
- Concatenate or split PDF files.
- Linearization of PDF documents for web optimization.
- Validation support for PDF/A-1a, PDF/A-1b & PDF/A-2a.
- Manage PDF tables & graphs using easy to understand object model.
- Convert PDF documents to Office, web, image & PS formats with the highest visual fidelity.
- Manipulate PDF files to manage bookmarks, hyperlinks, watermarks, attachments & annotation.
- Encrypt or decrypt PDF documents as well as set document privileges or modify passwords.
- Manage PDF forms to add, delete, move, flatten, or decorate form fields. Developers may also import or export XML, FDF, or XFDF data.
- Digitally sign PDF documents or remove signatures. Also, verify if the PDF is signed and the signature is valid.
- Print PDF documents to physical or virtual printers with or without print dialog.
- Set document viewer preferences as well as manipulate document information & XMP metadata.
What's new in v22.2.0
SHA256 Signing PDF Support
Support has been added to sign PDF files with SHA256
.
Improved Converted Image Quality
Image quality has been improved while converting PDF to image format. Also improved the image downscale quality.
For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.PDF for .NET 22.2 Release Notes.
Read & Write PDF & Other Formats
Fixed Layout: PDF, XPS
eBook: EPUB
Markup: HTML, XML
Typesetting: TeX
Vector Graphics: SVG
Save PDF Documents As
Microsoft Word: DOC, DOCX
Microsoft Excel: XLS, XLSX
Microsoft PowerPoint: PPTX
Image: JPEG, PNG, BMP, GIF, TIFF
Metadata: EMF
eBook: MobiXML (MOBI)
Text: TXT
Read Formats
Metafile: CGM
Printer: PCL
Electronic Publishing: PS
Stylesheet: XSLFO
Markdown: MD
Archive: MHT
Platform Independence
Aspose.PDF for .NET can be used to build applications for Windows, Mac OS X x64 as well as Linux x64. Developers may also code in PHP, VBScript, Delphi & C++ programming languages while using Aspose.PDF for .NET via COM Interop.
Get Started
Are you ready to give Aspose.PDF for .NET a try? Simply execute Install-Package Aspose.PDF
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.PDF for .NET and want to upgrade the version, please execute Update-Package Aspose.PDF
to get the latest version.
Create a PDF file via C# Code
// initialize document object
Document document = new Document();
// add a page
Page page = document.Pages.Add();
// add text to the new page
page.Paragraphs.Add(new Aspose.Pdf.Text.TextFragment("Hello World!"));
// save PDF document
document.Save(dir + "output.pdf");
Save PDF as Office & HTML Formats
// load the file to be converted
var pfile = new Aspose.Pdf.Document(dir + "template.pdf");
// save in different formats
pfile.Save(dir + "output.docx", Aspose.Pdf.SaveFormat.DocX);
pfile.Save(dir + "output.pptx", Aspose.Pdf.SaveFormat.Pptx);
pfile.Save(dir + "output.html", Aspose.Pdf.SaveFormat.Html);
Product Page | Docs | Demos | API Reference | Examples | Blog | Search | Free Support | Temporary License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
.NET Framework | net35 is compatible. net35-client is compatible. net40 is compatible. net40-client is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 2.1
- Microsoft.Extensions.DependencyModel (>= 2.0.4)
- System.Diagnostics.PerformanceCounter (>= 4.5.0)
- System.Drawing.Common (>= 5.0.2)
- System.Security.Cryptography.Pkcs (>= 4.7.0)
- System.Security.Permissions (>= 4.5.0)
- System.Text.Encoding.CodePages (>= 5.0.0)
-
net5.0
- Microsoft.Extensions.DependencyModel (>= 2.0.4)
- System.Diagnostics.PerformanceCounter (>= 4.5.0)
- System.Drawing.Common (>= 5.0.2)
- System.Security.Cryptography.Pkcs (>= 4.7.0)
- System.Security.Permissions (>= 4.5.0)
- System.Text.Encoding.CodePages (>= 5.0.0)
NuGet packages (32)
Showing the top 5 NuGet packages that depend on Aspose.PDF:
Package | Downloads |
---|---|
Ewl
The Enterprise Web Library (EWL), together with its tailored infrastructure platform, is a highly opinionated foundation for web-based enterprise software. |
|
GroupDocs.Classification
GroupDocs.Classification for .NET is an easy to use library that allows performing sentiment analysis (classification), document classification, and raw text categorization. Features: * Classifies both raw text and documents with IAB-2, Documents, Sentiment, or Sentiment3 taxonomies. * Sentiment Analysis (Classification) supports Positive/Negative or Positive/Neutral/Negative taxonomies for English, Chinese, German, or Spanish languages. * Returns the probability of each class. Supported document formats: * Microsoft Word documents - DOC, DOT, DOCX, DOCM, DOTX, DOTM, TXT, RTF; * Open Document formats - ODP, ODS, ODT, OTT; * Portable Document Formats - PDF; For more details on the GroupDocs.Classification for .NET API, please visit GroupDocs website at: https://www.groupdocs.com/products/classification/net |
|
Aspose.Total
Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications. |
|
Aspose.Pdf.Builder
Aspose.Pdf.Builder is a toolkit designed to make developing with Aspose.Pdf a breeze. It contains a variety of functions which allows a user to develop complex and flexible page components without having to dig in too deeply into the intricacies of Aspose.Pdf. |
|
LangChain.Sources.Pdf
LangChain PDF document source. |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on Aspose.PDF:
Repository | Stars |
---|---|
tryAGI/LangChain
C# implementation of LangChain. We try to be as close to the original as possible in terms of abstractions, but are open to new entities.
|
|
aspose-words/Aspose.Words-for-.NET
Aspose.Words for .NET examples, plugins and showcases
|
|
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
aspose-pdf/Aspose.PDF-for-.NET
Aspose.PDF for .NET examples, plugins and showcase projects
|
Version | Downloads | Last updated |
---|---|---|
24.10.0 | 36,569 | 10/11/2024 |
24.9.0 | 77,201 | 9/12/2024 |
24.8.0 | 97,811 | 8/16/2024 |
24.7.0 | 99,145 | 7/16/2024 |
24.6.0 | 109,805 | 6/14/2024 |
24.5.1 | 172,920 | 5/11/2024 |
24.5.0 | 56,068 | 5/2/2024 |
24.4.0 | 125,082 | 4/11/2024 |
24.3.0 | 198,040 | 3/13/2024 |
24.2.0 | 191,412 | 2/14/2024 |
24.1.0 | 249,013 | 1/15/2024 |
23.12.0 | 204,636 | 12/19/2023 |
23.11.1 | 223,144 | 11/22/2023 |
23.11.0 | 87,608 | 11/14/2023 |
23.10.0 | 305,066 | 10/19/2023 |
23.9.0 | 297,700 | 9/13/2023 |
23.8.0 | 307,646 | 8/15/2023 |
23.7.0 | 211,866 | 7/14/2023 |
23.6.0 | 253,156 | 6/17/2023 |
23.5.0 | 276,773 | 5/16/2023 |
23.4.0 | 396,941 | 4/13/2023 |
23.3.1 | 124,548 | 3/31/2023 |
23.3.0 | 753,187 | 3/15/2023 |
23.2.0 | 349,123 | 2/20/2023 |
23.1.1 | 175,174 | 2/7/2023 |
23.1.0 | 235,277 | 1/21/2023 |
22.12.0 | 465,242 | 12/19/2022 |
22.11.0 | 480,096 | 11/21/2022 |
22.10.0 | 542,999 | 10/19/2022 |
22.9.0 | 733,869 | 9/12/2022 |
22.8.0 | 384,360 | 8/15/2022 |
22.7.0 | 474,446 | 7/18/2022 |
22.6.0 | 575,903 | 6/20/2022 |
22.5.0 | 423,775 | 5/20/2022 |
22.4.0 | 353,189 | 4/26/2022 |
22.3.0 | 608,443 | 3/17/2022 |
22.2.0 | 386,938 | 2/16/2022 |
22.1.0 | 591,857 | 1/17/2022 |
21.12.0 | 588,801 | 12/15/2021 |
21.11.0 | 487,914 | 11/15/2021 |
21.10.1 | 410,717 | 10/14/2021 |
21.10.0 | 63,753 | 10/14/2021 |
21.9.0 | 291,869 | 9/13/2021 |
21.8.0 | 389,797 | 8/12/2021 |
21.7.0 | 342,592 | 7/13/2021 |
21.6.0 | 361,794 | 6/15/2021 |
21.5.0 | 336,764 | 5/12/2021 |
21.4.0 | 342,559 | 4/12/2021 |
21.3.0 | 334,346 | 3/12/2021 |
21.2.0 | 224,130 | 2/13/2021 |
21.1.0 | 595,402 | 1/15/2021 |
20.12.0 | 265,750 | 12/9/2020 |
20.11.0 | 423,020 | 11/10/2020 |
20.10.0 | 527,011 | 10/8/2020 |
20.9.0 | 295,975 | 9/3/2020 |
20.8.0 | 154,760 | 8/12/2020 |
20.7.0 | 436,982 | 7/8/2020 |
20.6.0 | 321,388 | 6/2/2020 |
20.5.0 | 203,753 | 5/5/2020 |
20.4.0 | 180,225 | 4/6/2020 |
20.3.0 | 428,290 | 3/9/2020 |
20.2.0 | 199,897 | 2/14/2020 |
20.1.0 | 360,253 | 1/3/2020 |
19.12.0 | 153,724 | 12/5/2019 |
19.11.0 | 253,753 | 11/9/2019 |
19.10.0 | 192,182 | 10/15/2019 |
19.9.0 | 316,140 | 9/6/2019 |
19.8.0 | 276,629 | 8/5/2019 |
19.7.0 | 189,940 | 7/4/2019 |
19.6.0 | 120,868 | 6/5/2019 |
19.5.0 | 148,509 | 5/4/2019 |
19.4.0 | 223,512 | 4/4/2019 |
19.3.0 | 170,247 | 3/6/2019 |
19.2.0 | 79,382 | 2/15/2019 |
19.1.0 | 214,567 | 1/3/2019 |
18.12.0 | 265,680 | 12/5/2018 |
18.11.0 | 95,351 | 11/8/2018 |
18.10.0 | 124,549 | 10/4/2018 |
18.9.1 | 83,136 | 9/5/2018 |
18.9.0 | 36,776 | 9/4/2018 |
18.8.0 | 72,370 | 8/8/2018 |
18.7.0 | 133,304 | 7/10/2018 |
18.6.1 | 178,060 | 6/22/2018 |
18.6.0 | 52,802 | 6/8/2018 |
18.5.0 | 105,019 | 5/8/2018 |
18.4.1 | 36,620 | 4/13/2018 |
18.4.0 | 13,955 | 4/6/2018 |
18.3.0 | 230,118 | 3/10/2018 |
18.2.0 | 74,550 | 2/14/2018 |
18.1.0 | 137,430 | 1/15/2018 |
17.12.0 | 161,629 | 12/13/2017 |
17.11.0 | 73,423 | 11/4/2017 |
17.10.0 | 52,914 | 10/6/2017 |
17.9.0 | 74,409 | 9/6/2017 |
17.8.0 | 128,722 | 8/3/2017 |
17.7.0 | 58,383 | 7/6/2017 |
17.6.0 | 32,059 | 6/8/2017 |
17.5.0 | 37,510 | 5/18/2017 |
17.4.0 | 125,498 | 4/3/2017 |
17.3.0 | 138,118 | 3/15/2017 |
17.2.0 | 305,563 | 2/1/2017 |
17.1.0 | 35,170 | 1/2/2017 |
16.12.0 | 49,603 | 12/6/2016 |
16.11.0 | 52,692 | 11/7/2016 |
16.10.1 | 20,366 | 10/11/2016 |
16.10.0 | 33,641 | 10/6/2016 |
12.0.0 | 216,388 | 9/9/2016 |
11.9.0 | 67,758 | 8/3/2016 |
11.8.0 | 86,499 | 7/9/2016 |
11.7.0 | 68,224 | 6/6/2016 |
11.6.0 | 201,379 | 5/6/2016 |
11.5.0 | 88,425 | 4/7/2016 |
11.4.0 | 99,102 | 3/7/2016 |
11.3.0 | 156,246 | 2/9/2016 |
11.2.0 | 113,411 | 1/19/2016 |
11.1.1 | 67,013 | 12/30/2015 |
11.1.0 | 18,319 | 12/17/2015 |
11.0.0 | 58,828 | 11/12/2015 |
10.9.0 | 87,091 | 10/2/2015 |
10.8.0 | 54,041 | 9/11/2015 |
10.7.0 | 50,070 | 8/12/2015 |
10.6.0 | 155,221 | 7/13/2015 |
10.5.1 | 17,931 | 6/8/2015 |
10.5.0 | 9,322 | 6/4/2015 |
10.4.0 | 27,992 | 5/14/2015 |
10.3.0 | 26,477 | 4/8/2015 |
10.2.0 | 14,406 | 3/6/2015 |
10.1.0 | 32,788 | 2/5/2015 |
10.0.0 | 58,598 | 1/14/2015 |
9.9.0 | 38,184 | 12/9/2014 |
9.8.0 | 12,783 | 11/17/2014 |
9.7.0 | 22,749 | 10/4/2014 |
9.6.0 | 27,285 | 9/4/2014 |
9.5.0 | 51,261 | 8/6/2014 |
9.4.0 | 18,887 | 7/8/2014 |
9.3.0 | 70,662 | 6/4/2014 |
9.2.1 | 17,178 | 5/7/2014 |
9.2.0 | 6,120 | 5/1/2014 |
9.1.2 | 7,450 | 4/14/2014 |
9.1.0 | 8,402 | 4/4/2014 |
9.0.0 | 23,849 | 3/1/2014 |
8.9.1 | 25,640 | 2/15/2014 |
8.9.0 | 18,093 | 2/12/2014 |
8.8.1 | 22,749 | 1/1/2014 |
8.7.0 | 46,926 | 12/5/2013 |
8.6.0 | 6,345 | 11/28/2013 |
8.5.0 | 16,024 | 10/10/2013 |
8.4.1 | 11,292 | 9/13/2013 |
8.4.0 | 12,609 | 9/12/2013 |
8.3.0 | 27,947 | 8/2/2013 |
8.2.0 | 53,772 | 7/9/2013 |
8.1.0 | 15,998 | 6/7/2013 |
8.0.0 | 18,445 | 5/16/2013 |
7.9.1 | 7,811 | 4/22/2013 |
7.8.0 | 13,630 | 4/3/2013 |
7.7.0 | 22,591 | 2/7/2013 |
7.6.0 | 14,643 | 12/19/2012 |
7.5.0 | 12,553 | 11/22/2012 |
7.4.0 | 9,631 | 10/7/2012 |
7.3.0 | 47,392 | 9/7/2012 |
7.2.0 | 24,360 | 8/3/2012 |
7.1.0 | 7,341 | 7/17/2012 |
7.0.0 | 25,994 | 5/29/2012 |
6.9.0 | 29,609 | 4/13/2012 |
6.8.0 | 6,368 | 3/8/2012 |
6.7.0 | 7,497 | 2/13/2012 |
6.6.0 | 24,938 | 1/20/2012 |