Aspose.Pdf 7.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.Pdf --version 7.5.0
NuGet\Install-Package Aspose.Pdf -Version 7.5.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="7.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Pdf --version 7.5.0
#r "nuget: Aspose.Pdf, 7.5.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=7.5.0

// Install Aspose.Pdf as a Cake Tool
#tool nuget:?package=Aspose.Pdf&version=7.5.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.

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
10.3.0 1,490 4/8/2015
10.2.0 1,489 3/6/2015
10.1.0 2,136 2/5/2015
10.0.0 1,376 1/14/2015
9.9.0 1,763 12/9/2014
9.8.0 1,119 11/17/2014
9.7.0 1,428 10/4/2014
9.6.0 2,832 9/4/2014
9.5.0 1,825 8/6/2014
9.4.0 1,519 7/8/2014
9.3.0 970 6/4/2014
9.2.1 758 5/7/2014
9.2.0 140 5/1/2014
9.1.2 264 4/14/2014
9.1.0 265 4/4/2014
9.0.0 485 3/1/2014
8.9.1 486 2/15/2014
8.9.0 146 2/12/2014
8.8.1 443 1/1/2014
8.7.0 2,401 12/5/2013
8.6.0 199 11/28/2013
8.5.0 879 10/10/2013
8.4.1 186 9/13/2013
8.4.0 212 9/12/2013
8.3.0 232 8/2/2013
8.2.0 185 7/9/2013
8.1.0 196 6/7/2013
8.0.0 2,874 5/16/2013
7.9.1 240 4/22/2013
7.8.0 153 4/3/2013
7.7.0 178 2/7/2013
7.6.0 531 12/19/2012
7.5.0 159 11/22/2012
7.4.0 692 10/7/2012
7.3.0 258 9/7/2012
7.2.0 1,101 8/3/2012
7.1.0 120 7/17/2012
7.0.0 147 5/29/2012
6.9.0 159 4/13/2012
6.8.0 124 3/8/2012
6.7.0 120 2/13/2012
6.6.0 143 1/20/2012

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

New Features
PDFNEWNET-33524 Support for PDF/A-2
PDFNEWNET-34201 Support for PDF/A-2 with digital Signatures
PDFNEWNET-34230 Add support for positioning of all symbols in word separately. This feature will be used in Pdf to Xps conversion
PDFNEWNET-34245 Change the Orientation of pages in existing PDF file
PDFNEWNET-34248 Allow to add Javascript to Checkbox field
PDFNEWNET-34271 Support the feature to getFieldAppearance value
PDFNEWNET-34364 Implement high-level Aspose.Pdf.Page::AddImage method
PDFNEWNET-34413 Get PDF Color data to convert to Image as color image (e.g. JPEG) or a bitonal image
PDFNEWNET-34447 Reading Field property to find if the Field is printable
PDFNEWNET-34418 Check if PDF file contains Blank / Empty Pages (If page has a blank Image on it)

Enhancements
PDFNEWNET-34283 Merging large number of PDF documents together
PDFNEWNET-34335 PDF to TIff File Size Issue
PDFNEWNET-34431 Improve performance of OptimizeResources

Exceptions
PDFNEWNET-32707 Exception is thrown if try to resave the document
PDFNEWNET-34458 Exception on Opening the PDF file: An attempt was made to move the position before the beginning of the stream
PDFNEWNET-34468 Null reference exception while creating Document class object
PDFNEWNET-34439 Opening PDF file halts the application
PDFNEWNET-34301 Aspose PDF throws error stamping some PDF files
PDFNEWNET-34308 Getting Error : Unable to cast object of type ' . ' to type '

Bugs
PDFNEWNET-31457 Analyse and fix performance issues in page-by-page page image extraction scenario
PDFNEWNET-33355 Concurrently PDF to PNG image conversion problem
PDFNEWNET-33887 PDF is being displayed as Blank when viewed in Adobe Reader over Android
PDFNEWNET-33912 Unable to read PDF file information
PDFNEWNET-33923 Converting PDF to JPEG, BarCode is not appearing correctly
PDFNEWNET-33925 During XPS to PDF conversion, only one page is converted
PDFNEWNET-34039 PDF conversion to any image type results in blank page
PDFNEWNET-34044 Error message is appearing when trying to view filled PDF form
PDFNEWNET-34104 Aspose stream concatenation takes really long after update to MergedAPI
PDFNEWNET-34117 Link Annotation Not Accepting New Value
PDFNEWNET-34123 Some graphic elements don't exist on converted pages
PDFNEWNET-34134 PDF bookmark page number issue
PDFNEWNET-34166 PDF to Tiff Conversion Issue
PDFNEWNET-34167 Exception during PDF validation
PDFNEWNET-34196 Conversion from latest version to Older version of PDF after concatenation
PDFNEWNET-34203 Landscape PDF file prints as Portrait with cut out image
PDFNEWNET-34231 Clipping paths are ignored during conversion images from pdf to Aps
PDFNEWNET-34232 Background for tables is not displayed properly during conversion from pdf to Aps
PDFNEWNET-34237 PDF to DOC conversion is adding small space between two images
PDFNEWNET-34238 PDF to HTML conversion is adding small space between two images
PDFNEWNET-34254 Sometimes watermarked document is broken
PDFNEWNET-34260 Printing PDF: transparency in images is printed as white
PDFNEWNET-34284 Bookmarks not retained when PDF is saved in Adobe
PDFNEWNET-34293 CMYK Format Watermark not working
PDFNEWNET-34299 PDF/A error log doesn't contain all errors.
PDFNEWNET-34315 Portrait PDF has landscape dimensions in Aspose.Pdf
PDFNEWNET-34316 Converting PDF to Multipage Tif is not rendering pages
PDFNEWNET-34322 PdfFileStamp.Document and PdfContentEditor.Document removed from API
PDFNEWNET-34337 Issue with PdfAnnotationEditor
PDFNEWNET-34346 Texts mixed as one line when extracting texts from two columns
PDFNEWNET-34351 Updating the field values when new document is created by coping the pages does not work properly
PDFNEWNET-34355 PDF to PDF/A conversion corrupts the file contents
PDFNEWNET-34372 Issue while converting PDF to Tiff
PDFNEWNET-34388 Extended Rights no longer exist on opening the PDF file
PDFNEWNET-34407 Both Bold and Italic Font Styles are not applying together on TextStamp
PDFNEWNET-34408 TextStamp Coordinates are not fine when rotating the stamp
PDFNEWNET-34419 Form Fields value Disappear after a second
PDFNEWNET-34423 Save PDF Document to an earlier version not working properly
PDFNEWNET-34404 Document.Encrypt fails on a certain kind of PDF
PDFNEWNET-34448 Deleting Text Stamp by ID not working