Aspose.Pdf 8.9.0

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

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

Showing the top 4 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
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,489 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,762 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 967 6/4/2014
9.2.1 758 5/7/2014
9.2.0 139 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 145 2/12/2014
8.8.1 443 1/1/2014
8.7.0 2,401 12/5/2013
8.6.0 198 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,873 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-35621        Pdf to XML
PDFNEWNET-27692        Provide support to create and fill rows dynamically
PDFNEWNET-35593        Certify a PDF document
PDFNEWNET-36070        PDF to HTML - add callback to images during conversion
PDFNEWNET-36171        PDF to SVG - Save all images/assets in a separate folder
PDFNEWNET-36275        PDF to HTML - specify prefix for images
PDFNEWNET-36296        PDF to HTML - set a URL prefix for fonts in the style.css file
PDFNEWNET-36297        PDF to HTML - set prefix for URLs of SVG files
PDFNEWNET-36309        Determine if the source PDF is signed

Enhancements
PDFNEWNET-35091        PageLayout should support "Two Page Up"
PDFNEWNET-35796        PDF to DOC/DOCX conversion imporvement
PDFNEWNET-35956        Opportunity to customize saving and referencing images during PDF->to->HTML conversion needed
PDFNEWNET-36298        PDF to HTML - specify the pages range

Performance
PDFNEWNET-35650        Slow performance when decrypting PDFs with AE6 256 encryption
PDFNEWNET-36008        Extraction of images from PDF document taking approx 1 min
PDFNEWNET-36202        Aspose.Pdf needs full trust permissions for image loading

Exceptions
PDFNEWNET-34045        Exception is occurring while creating a PDF document
PDFNEWNET-35622        OutOfMemoryError during large PDF generation
PDFNEWNET-36154        TIFF to PDF conversion throws exception
PDFNEWNET-36226        Exception while flattening the PDF document
PDFNEWNET-36247        OutOfMemoryException during Image to PDF conversion
PDFNEWNET-36263        Exception while opening the PDF file
PDFNEWNET-36339        NullReferenceException when loading PDF file

Bugs
PDFNEWNET-24211        XML to PDF doesn't work
PDFNEWNET-29754        PdfExtractor.GetNextImage method rotates the resultant image by 270 degree
PDFNEWNET-34367        Empty PDF file is generating when converting aspx to PDF
PDFNEWNET-34938        PDFNEWNET-34558 During HTML to PDF conversion Font tag's "size" attribute is ignored or is applied in wrong way
PDFNEWNET-35631        PDF to Image: incorrect conversion
PDFNEWNET-35660        PDF to PDFA1b: Unable to convert eForms to PDFA1b
PDFNEWNET-35682        Unable to remove stamp from PDF files
PDFNEWNET-35727        Problem converting signed PDF to PDF/A1b
PDFNEWNET-35781        PDF to DOCX: Conversion doesn't honor under line and strike off line.
PDFNEWNET-35822        PDF to PNG: information lost
PDFNEWNET-35826        PdfExtractor object extracts rotated image
PDFNEWNET-35829        PDF to TIFF conversion returns blank image
PDFNEWNET-35832        CreateWebLink() incorrectly places link above matching text
PDFNEWNET-35871        PDF to DOC - Strikeout and double strikeout chars are not converted correctly
PDFNEWNET-35938        Hebrew text is not appearing in form field
PDFNEWNET-35969        PDF to JPEG - Resultant images are blank
PDFNEWNET-35975        Unable to create PDF file containing images
PDFNEWNET-35978        HTML to PDF - formatting issues in resultant file
PDFNEWNET-35986        PDF to PNG: Text paragraphs are missing
PDFNEWNET-35990        HTML to PDF - Image is not appearing in resultant PDF when using file: tag for path
PDFNEWNET-36000        OutlineCollection is not being saved correctly
PDFNEWNET-36021        Page break creates a corrupt output document
PDFNEWNET-36074        PDF to Word Conversion - Underlined Text Recognition Issue
PDFNEWNET-36092        Page deletion order of a Document results in different output
PDFNEWNET-36104        SubsequentLinesIndent is not applied to all Level 1 in Table of contents
PDFNEWNET-36133        TIFF to PDF - Resultant PDF is 0KB
PDFNEWNET-36145        When adding EMF image to PDF, its appearing as black
PDFNEWNET-36146        Unable to add EMF image as stamp object
PDFNEWNET-36166        PDF to PDFA1a conversion results a corrupt output PDFA1a file
PDFNEWNET-36173        Page extraction issue
PDFNEWNET-36179        Setting user password disables print button
PDFNEWNET-36184        PDF to HTML converter : bad right hand ajustment of text
PDFNEWNET-36185        PDF to HTML converter - table of contents is bad formatted : page numbers not aligned
PDFNEWNET-36186        PDF to HTML converter : legends on charts and other images not aligned to images itself
PDFNEWNET-36187        PDF to HTML converter - right hand edges of words in text columns not aligned, so justification is out
PDFNEWNET-36190        PDF to HTML converter - bullets shifted from their texts
PDFNEWNET-36197        Spliting the PDF to pages produces same size files
PDFNEWNET-36198        Annotation is removed when creating NUP of PDF file
PDFNEWNET-36201        HTML to PDF: Table is not being rendered correctly
PDFNEWNET-36203        PDF to TIFF conversion result bad quality output
PDFNEWNET-36217        All Icons in PDF file are appearing as single object
PDFNEWNET-36218        Unable to remove form fields with same name
PDFNEWNET-36219        FlattenAllFileds() and Flatten() mehtods are throwing NullReferenceException
PDFNEWNET-36224        Image to PDF results in mirror image
PDFNEWNET-36225        Unable to set PDF creator information
PDFNEWNET-36253        Encrypted PDF file recognition issue
PDFNEWNET-36276        ComboBox field is not being filled
PDFNEWNET-36307        HTMl to PDF - UL tags are not being displayed in PDF
PDFNEWNET-36334        PDF to PDF/A_1b - Resultant file is not compliant