Aspose.PDF for .NET 21.7

Improvements and Changes

KeySummaryCategory
PDFNET-49595Advanced streams support to handle huge documentsFeature
PDFNET-50068PDF creation based on XML and XLS with parametersFeature
PDFNET-44278High Resources Usage and Application CrashEnhancement
PDFNET-49740PDF/A became invalid after multiple digital signatureEnhancement
PDFNET-50059Problem adding right aligned HtmlFragment in PDFBug
PDFNET-48206Aspose.Pdf 20.5: Converting particular Pdf to Html is throwing an exceptionBug
PDFNET-44623Incorrect text order and positionBug
PDFNET-50080Out Of Memory when convert JPEG to PDFBug
PDFNET-48494HTML to PDF - Parameter is not valid exceptionBug
PDFNET-49830API is generating invalid PDF after adding PdfPageStampBug
PDFNET-48544An exception occurs file using GetSignNames() methodBug
PDFNET-48621MakeGrayscale() Method Does Not WorkBug
PDFNET-44782Regular expression is not extracting text correctlyBug
PDFNET-46153PDF to grayscale not working with underlineBug
PDFNET-47127Grayscale PDF file removes all contentsBug
PDFNET-48847Exception when load htmlBug
PDFNET-50048HTML to PDF, Thai characters collapseBug
PDFNET-48904StackOverFlowError occurs while reading all fonts from PDFBug
PDFNET-40288Signing the PDF file twice makes signature identity unknownBug
PDFNET-40932Problem converting RGB colorspace PDF to Gray-Scale PDFBug
PDFNET-49393Aspose.Pdf 21.1: Exception when saving Pdf to DocxBug
PDFNET-49342Issue with extracting the certificate file from PDFBug
PDFNET-40125PDF to Grayscale PDF conversion throws Message export failed errorBug
PDFNET-49488Grayscale conversion is remaining colorBug
PDFNET-46921Same output when saving PDF into image with default fontBug
PDFNET-47608Out of memory exception when saving PDF into PNG in Docker containerBug
PDFNET-49250Annotation transparency is lost when converting PDF to HTMLBug
PDFNET-48874Wrong image colors when converting PDF to HTMLBug
PDFNET-48018Evaluation watermark is missing when saving PS into PDFBug
PDFNET-49689Missing content when converting to SVGBug
PDFNET-45861Document signature fail to validateBug
PDFNET-49464Header content is overlapping with body contentBug
PDFNET-40775Unable to convert PDF from RGB colorspace to GrayscaleBug

Public API and Backward Incompatible Changes

Added APIs

  • Property:Aspose.Pdf.HeaderFooter.IsClipExtraContent
  • Type:Aspose.Pdf.OptimizedMemoryStream
  • Method:Aspose.Pdf.OptimizedMemoryStream.#ctor
  • Method:Aspose.Pdf.OptimizedMemoryStream.#ctor(System.Int32,System.Byte[])
  • Method:Aspose.Pdf.OptimizedMemoryStream.#ctor(System.Int32)
  • Method:Aspose.Pdf.OptimizedMemoryStream.#ctor(System.Byte[])
  • Property:Aspose.Pdf.OptimizedMemoryStream.CanRead
  • Property:Aspose.Pdf.OptimizedMemoryStream.CanSeek
  • Property:Aspose.Pdf.OptimizedMemoryStream.CanWrite
  • Property:Aspose.Pdf.OptimizedMemoryStream.BufferSize
  • Property:Aspose.Pdf.OptimizedMemoryStream.Length
  • Property:Aspose.Pdf.OptimizedMemoryStream.Position
  • Property:Aspose.Pdf.OptimizedMemoryStream.FreeOnDispose
  • Method:Aspose.Pdf.OptimizedMemoryStream.Dispose(System.Boolean)
  • Method:Aspose.Pdf.OptimizedMemoryStream.Read(System.Byte[],System.Int32,System.Int32)
  • Method:Aspose.Pdf.OptimizedMemoryStream.ReadByte
  • Method:Aspose.Pdf.OptimizedMemoryStream.Seek(System.Int64,System.IO.SeekOrigin)
  • Method:Aspose.Pdf.OptimizedMemoryStream.Flush
  • Method:Aspose.Pdf.OptimizedMemoryStream.SetLength(System.Int64)
  • Method:Aspose.Pdf.OptimizedMemoryStream.ToArray
  • Method:Aspose.Pdf.OptimizedMemoryStream.Write(System.Byte[],System.Int32,System.Int32)
  • Method:Aspose.Pdf.OptimizedMemoryStream.WriteByte(System.Byte)
  • Method:Aspose.Pdf.OptimizedMemoryStream.WriteTo(System.IO.Stream)
  • Field:Aspose.Pdf.OptimizedMemoryStream.DefaultBufferSize
  • Property:Aspose.Pdf.XslFoLoadOptions.XsltArgumentList

Removed APIs