Aspose.Pdf 10.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.Pdf --version 10.4.0
NuGet\Install-Package Aspose.Pdf -Version 10.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aspose.Pdf" Version="10.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Pdf --version 10.4.0
#r "nuget: Aspose.Pdf, 10.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Aspose.Pdf as a Cake Addin
#addin nuget:?package=Aspose.Pdf&version=10.4.0

// Install Aspose.Pdf as a Cake Tool
#tool nuget:?package=Aspose.Pdf&version=10.4.0

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 inset pages; transform pages to image; print PDF documents and much more.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Aspose.Pdf:

Repository Stars
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为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
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-pdf/Aspose.PDF-for-.NET
Aspose.PDF for .NET examples, plugins and showcase projects
Version Downloads Last updated
11.1.0 263 12/17/2015
11.0.0 1,239 11/12/2015
10.9.0 1,891 10/2/2015
10.8.0 1,558 9/11/2015
10.7.0 2,967 8/12/2015
10.6.0 3,716 7/13/2015
10.5.1 1,712 6/8/2015
10.5.0 352 6/4/2015
10.4.0 1,231 5/14/2015
10.3.0 1,688 4/8/2015
10.2.0 1,699 3/6/2015
10.1.0 2,243 2/5/2015
10.0.0 1,553 1/14/2015
9.9.0 2,024 12/9/2014
9.8.0 1,201 11/17/2014
9.7.0 1,571 10/4/2014
9.6.0 3,092 9/4/2014
9.5.0 2,224 8/6/2014
9.4.0 1,671 7/8/2014
9.3.0 1,874 6/4/2014
9.2.1 1,588 5/7/2014
9.2.0 303 5/1/2014
9.1.2 658 4/14/2014
9.1.0 668 4/4/2014
9.0.0 1,291 3/1/2014
8.9.1 1,699 2/15/2014
8.9.0 319 2/12/2014
8.8.1 1,708 1/1/2014
8.7.0 4,208 12/5/2013
8.6.0 356 11/28/2013
8.5.0 2,246 10/10/2013
8.4.1 1,936 9/13/2013
8.4.0 711 9/12/2013
8.3.0 1,033 8/2/2013
8.2.0 748 7/9/2013
8.1.0 831 6/7/2013
8.0.0 6,617 5/16/2013
7.9.1 739 4/22/2013
7.8.0 613 4/3/2013
7.7.0 766 2/7/2013
7.6.0 1,414 12/19/2012
7.5.0 447 11/22/2012
7.4.0 1,611 10/7/2012
7.3.0 744 9/7/2012
7.2.0 1,903 8/3/2012
7.1.0 295 7/17/2012
7.0.0 528 5/29/2012
6.9.0 467 4/13/2012
6.8.0 331 3/8/2012
6.7.0 336 2/13/2012
6.6.0 395 1/20/2012

This release introduces the features, enhancements and bug fixes as detailed below:

Features
PDFNEWNET-38453 PDFA to PDF conversion support.

Enhancements
PDFNEWNET-38004 Converting a failed PDFA to PDFA
PDFNEWNET-35476 Standard Font embedding in PDFA_1B

Exceptions
PDFNEWNET-38261 PDF to PDF/A - Exception during conversion
PDFNEWNET-37638 Exception when re-saving the input file
PDFNEWNET-38243 Multiple calls of ProcessParagraphs() throws excecption with HtmlFragment
PDFNEWNET-33460 An item with the same key has already been added. (Threading HTML2PDF)
PDFNEWNET-38485 Exception while flattening the PDF file containing Line instances
PDFNEWNET-37105 StackOverflow when using Aspose.PDF.Facades.Viewer within COM Object

Bugs
PDFNEWNET-38530 Concatenating PDF MemoryStreams result into damaged PDF
PDFNEWNET-38441 Saved document contains invalid xref table
PDFNEWNET-38326 Fill signature field with an image
PDFNEWNET-38009 PDF to PDF/A is not producing correct results
PDFNEWNET-38529 LineSpacing and InLineParagraph properties of TextState are not working together
PDFNEWNET-38557 isInlineParagraph property with multiple TextFragments is not working as expected
PDFNEWNET-38392 PDF to HTML - Black background appears for images in HTML
PDFNEWNET-37377 Error while saving Aspose converted document using Adobe Professional
PDFNEWNET-38431 Flattening PDF file crops Circle edges
PDFNEWNET-38510 Adding LinkAnnotation results into incorrect text rendering
PDFNEWNET-38541 Line annotations are cropped after flattning
PDFNEWNET-38542 PDF to PDF/A_1b - Resultant file is not complaint
PDFNEWNET-38555 Inline Graph/Line rendering issue
PDFNEWNET-35880 PDF to HTML and back to PDF results in formatting loss.
PDFNEWNET-34870 Table formatting issue, during conversion of HTML to PDF
PDFNEWNET-38547 LocalHyperLink object is not working in Page Header
PDFNEWNET-38509 InLineParagraph does not work when using LineSpacing
PDFNEWNET-38520 Link Annotation text color change issue
PDFNEWNET-35565 Unable to convert HTML to PDF
PDFNEWNET-38345 Text Replace is not working properly
PDFNEWNET-33657 HTML to PDF Conversion (Formatting Issue)
PDFNEWNET-34557 HTML to PDF formatting issue
PDFNEWNET-37724 HTML to PDF form fields are squeezed
PDFNEWNET-35008 PDF to HTML Formatting issues in resultant file