GrapeCity Documents .NET Bundle updated

Released: May 20, 2021

GrapeCity Documents .NET Bundle 버젼 업데이트

기능

GrapeCity Documents for PDF 4.1.0.660

  • Added new ImageFormat.Auto enum member, which automatically selects the optimal image encoding format based on the image and document options.
  • Added new PdfImageHandler class, which represents and manages a Drawing.IImage used in a GcPdfDocument.
  • Added new PdfImageHandlerCollection class, which represents a collection of PdfImageHandler objects.
  • Added new GcPdfDocument.ImageHandlers property, which gets the collection of PdfImageHandler objects associated with the current document.
  • Added new AnnotationBase.ModifiedDate property, which gets or sets the date and time when the annotation was modified.
  • The WidgetAnnotation.LockedContents property has been moved to the AnnotationBase base class.

수정사항

GrapeCity Documents for PDF 4.1.0.660

  • The value of PageLabelingRange.StartPageNumber should be 1 or greater (as defined in the PDF spec), otherwise an exception will be thrown.
  • Incorrect results when using GcPdfGraphics.DrawForm() in some scenarios.
  • Text not rendered when saving some PDFs to images.
  • Opacity is ignored for redact annotations.

GrapeCity Documents for Word 4.1.0.660

  • Error when loading a certain DOCX file.
  • Performance issues when saving documents as PDFs or images.
  • Exception occurs in some scenarios when reading properties of a Shape.
  • [Data Templates] Incorrect fonts are used when processing some templates.

GrapeCity Documents for Excel, .NET Edition 4.1.1

  • Shape Color changed after saving Excel file using GcExcel API.
  • Invalid formula error when opening particular Excel using GcExcel API.
  • Behaviors of pivot table changed after saving using GcExcel API.
  • INDEX function value in returning "Ref" when opening Excel using GcExcel API with DoNotRecalculateAfterOpened= false.
  • Collapsed grouping shows "-" sign when opening exported Excel from GcExcel, in SpreadJs.
  • Value is returning "Ref" for the output fields after calling Calculate method of GcExcel.
  • The cell with ";;;" NumberFormat shouldn't be shown in PDF.
  • Formula Cells referencing Date Cells with Empty or Zero as a value are erasing the numberFormat property value after assigning a value.
  • The ComboBox is lost after GcExcel loading given SSJSON file.
  • Exception was thrown when loading the SSJSON file.
  • Gradient fill is displayed as solid fill in the exported HTML.
  • The cell value would be lost if the column's width is 1px when exporting HTML.
  • The drop down items is not correct in exported SSJSON file.
  • The sheet would be lost when exporting to SSJSON file.
  • Could not delete the custom style of GcExcel.
  • NullPointerException would be thrown when saving to Excel file.
  • When an XLSX file that contains shapes is exported to PDF/image/HTML, shapes are not output correctly.
  • Exporting is not processed correctly when the workbook containing shapes with the same name is exported to HTML.
  • NullPointerException would be thrown when loading SSJSON file which contains hyperlink.
  • Hyperlink info would be lost in exported SSJSON file.
  • Some exceptions would be thrown when exporting to JSON.
  • Drop down style is disorder in exported SSJSON by GcExcel.
  • Prompt issues when open exported XLSX file by MSExcel.
  • Infinite loop when PrintManager.Paginate called with specific parameters.