Browse our Products

Aspose.PDF for .NET 12.0.0

Improvements and Changes

KeySummaryCategory
PDFNEWNET-37490PatternColorSpace support in new GeneratorNew Feature
PDFNET-41130Gradient color support in new GeneratorEnhancement
PDFNEWNET-38915PDF to DOC: Set default ImageResolutions to 300 dpiEnhancement
PDFNEWNET-40788TableAbsorber throws ArgumentOutOfRangeException for page without tableException
PDFNEWNET-40787TableAbsorber throws InvalidOperationException for page with one tableException
PDFNEWNET-40735Text replacement throws ArgumentOutOfRangeExceptionException
PDFNEWNET-40640PDF to HTML conversion throws ArgumentEception unhandledException
PDFNEWNET-40525PDF to HTML: Exception issue when converting document to html after cleanupException
PDFNET-41207TableAbsorber throws InvalidOperation ExceptionException
PDFNET-41279Tex to HTML - InvalidOperationException during conversionBug
PDFNEWNET-39139PDF to TIFF: consumes a lot of memoryBug
PDFNEWNET-40725PDF to PDFA1a conversion results in-compliant PDFA documentBug
PDFNET-41276PDF to XPS conversion loses the background imageBug
PDFNET-41091PDF to PDFA converts highlight annotation into black rectangleBug
PDFNEWNET-30629Issue in conversion from SVG to PDFBug
PDFNEWNET-39443PDF to PDF/A - Unable to access conversion log information saved in StreamBug
PDFNEWNET-38221PDF to PDF/A - Black background appearsBug
PDFNEWNET-36778HTML to PDF - Formatting issues in resultant PDFBug
PDFNET-41105PDF to PDF/A - Contents are rotated at 90 degree in resultant fileBug
PDFNET-41055PDF to PDFA_1b: Page contents are missing/redactedBug
PDFNET-41054PDF to PDFA: Page contents are missing/redactedBug
PDFNET-41030PDF to PDF/A - Formatting issues in resultant fileBug
PDFNET-40968GetColor method of SetCMYKColorStroke operator is not implementedBug
PDFNET-40920PDF to PDF/A - Error when viewing resultant fileBug
PDFNEWNET-40845PDFA compliance issueBug
PDFNEWNET-40754ImagePlacementAbsorber can not define correct position and size of images in XFormBug
PDFNEWNET-40666Inline image not rendered correctly when layout is right alignedBug
PDFNEWNET-40449PDF to HTML: some characters are missing in resultant HTMLBug
PDFNEWNET-40448PDF to PNG: some characters are missing in resultant PNGBug
PDFNEWNET-35778PCL to PDF: formatting lost issueBug
PDFNET-41208Adding Graph line into PDF document hangs system foreverBug
PDFNET-41026PDF to PDFA: checkboxes are rendered as black boxesBug
PDFNEWNET-39290PDF to HTML - Some characters are not properly renderingBug
PDFNET-41264PDF to JPEG: contents are missing in resultant imageBug
PDFNEWNET-40772EPUB to PDF conversion throws the operation not supported errorBug

Public API changes

Added APIs:

  • MethodAspose.PDF.Annotations.AnnotationSelector.Visit(Aspose.PDF.Annotations.WatermarkAnnotation)
  • Class Aspose.PDF.Annotations.FixedPrint
  • Property Aspose.PDF.Annotations.FixedPrint.Matrix
  • Property Aspose.PDF.Annotations.FixedPrint.HorizontalTranslation
  • Property Aspose.PDF.Annotations.FixedPrint.VerticalTranslation
  • Class Aspose.PDF.Annotations.WatermarkAnnotation
  • ConstructorAspose.PDF.Annotations.WatermarkAnnotation.#ctor(Aspose.PDF.Page,Aspose.PDF.Rectangle)
  • Property Aspose.PDF.Annotations.WatermarkAnnotation.FixedPrint
  • Property Aspose.PDF.Annotations.WatermarkAnnotation.AnnotationType
  • MethodAspose.PDF.Annotations.WatermarkAnnotation.SetText (Aspose.PDF.Facades.FormattedText)
  • MethodAspose.PDF.Annotations.WatermarkAnnotation.SetTextAndState(System.String[],Aspose.PDF.Text.TextState)
  • MethodAspose.PDF.Annotations.WatermarkAnnotation.Accept(Aspose.PDF.Annotations.AnnotationSelector)
  • Property Aspose.PDF.Artifact.IsBackground
  • MethodAspose.PDF.Artifact.SetTextAndState (System.String,Aspose.PDF.Text.TextState)
  • MethodAspose.PDF.Artifact.SetLinesAndState(System.String[],Aspose.PDF.Text.TextState)
  • Property Aspose.PDF.Color.PatternColorSpace
  • Class Aspose.PDF.Drawing.GradientAxialShading
  • Constructor Aspose.PDF.Drawing.GradientAxialShading.#ctor
  • Constructor Aspose.PDF.Drawing.GradientAxialShading.#ctor (Aspose.PDF.Color,Aspose.PDF.Color)
  • Property Aspose.PDF.Drawing.GradientAxialShading.Start
  • Property Aspose.PDF.Drawing.GradientAxialShading.End
  • Property Aspose.PDF.Drawing.GradientAxialShading.StartColor
  • Property Aspose.PDF.Drawing.GradientAxialShading.EndColor
  • Class Aspose.PDF.Drawing.PatternColorSpace
  • Constructor Aspose.PDF.Drawing.PatternColorSpace.#ctor
  • Class Aspose.PDF.Engine.CommonData.Text.CMaps.IncorrectCMapUsageException
  • Method Aspose.PDF.Rectangle.IsIntersect(Aspose.PDF.Rectangle)