Released: Dec 14, 2021
GrapeCity Documents .NET Bundle での更新項目
機能
GrapeCity Documents for Excel, .NET Edition 5.0.0
- Added support for Linked Pictures - Combining charts, data tables, conditional formatting, etc. all in one sheet can be complex. Since the size of these elements is often not uniform, presenting them in a single dashboard sheet can be difficult to accommodate. A linked picture can be created to the actual data/table/chart in your final dashboard.
- Added the ability to print documents directly to a physical Printer.
- Added support for Table expandBoundRows API which sets the policy when the data bound to the table changes.
- Added support for Microsoft Excel threaded comments which allow you to reply to inline or nested comments, as well as string several comments, together to form a conversation style thread.
- Added the Import data function which only imports data from Microsoft Excel files, without loading the whole object model.
- Added support for workbook views.
- Added support for adding dynamic array formulas to Excel files through code using the new Formula2 property.
- Added support for GETPIVOTDATA Function.
GrapeCity Documents for PDF 5.0.0.762
- Added the ability to render SVG (Scalable Vector Graphics) images to PDF.
- Added GcPdfDocument.OptimizeFonts() method which optimizes font usage by merging subsets of same fonts, and by removing duplicate and unused fonts.
- An arbitrary PDF can now be linearized ("fast web view") by loading it into GcPdfDocument and saving with SaveMode.Linearized parameter passed to an appropriate Save()/Sign() method overload.
- When using a Security Handler Revision 4 or earlier with unspecified owner password, it is now set to user password. This behavior is consistent with PDF spec.
GrapeCity Documents for Word 5.0.0.762
- [Data Templates] Added the ability to use arrays of elementary types as data sources. The virtual "value" tag expands to the value of an array element.
- Added basic support for embedded fonts.
- Added DocumentBase.Fonts property which gets the collection of FontInfo objects associated with this document.
- Several properties have been added to ThemeFont class to support embedded fonts.
- Added FontInfo class which represents the properties of a font used in a document.
- Added FontInfoCollection class which represents a collection of FontInfo objects.
- Added FontSignature class which specifies code pages and Unicode subranges for which a font provides glyphs.
- Added EmbeddedFont class which represents an embedded font and its binary data.
- Added EmbeddedFontCollection class which represents a collection of EmbeddedFont objects.
- Added FontCharSet enumeration which defines character sets that may be supported by a font.
- Added FontFamily enumeration which specifies values representing the possible font families.
- Added FontPitch enumeration which specifies the pitch of a font.
- Added EmbeddedFontType enumeration which specifies the type of an embedded font.
- Added FontDataType enumeration which specifies the data type of an embedded font.
GrapeCity Documents for Imaging 5.0.0.762
- Added support for rendering SVG (Scalable Vector Graphics) to PDF and raster images.
- Added GcSvgDocument class which represents an SVG document.
- DrawSvg() and MeasureSvg() methods have been added to GcGraphics class.
- Added GrapeCity.Documents.Svg namespace which contains types that provide SVG support, some of the more important classes are listed below.
- Abstract base class SvgElement and derived classes: represent various SVG elements.
- SvgGraphicsElement class (derived from SvgElement) and derived classes: represent various graphics SVG elements.
- SvgGeometryElement class (derived from SvgGraphicsElement) and derived classes: represent graphics elements that are defined by paths.
- SvgPathBuilder class: helper class for creating instances of SvgPathData.
- Other utility types (such as SvgLength, SvgPaint etc.) have been added in the GrapeCity.Documents.Svg namespace.
不具合の修正
GrapeCity Documents for Excel, .NET Edition 5.0.0
- The result of NOW() function is incorrect.
- There is a large gap on the top of the cell in exported PDF file.
- NullPointerException is thrown on calling 'Workbook.Open()' method.
- The cell style is lost in the exported JSON file when compared with the original JSON file.
- The pattern fill settings of charts are not rendered in exported PDF file.
- The text with "\n" in charts is shifted in exported PDF file.
- The cell values are incorrect in exported CSV file.
- The cell styles are incorrect in exported Excel file after loading the JSON file.
- The exported Excel file is corrupted when copying a worksheet from another worksheet.
- The result of 'TEXT' function is incorrect.
- ArrayIndexOutOfBoundsException is thrown on calling 'Workbook.ToJson()' method.
GrapeCity Documents for PDF 5.0.0.762
- After loading some PDFs the value of GcPdfDocument.Linearized property is incorrect.
- StackOverflow exception occurs when merging or linearizing certain PDFs.
- Pen.DashOffset is not handled correctly when rendering to GcPdfGraphics.
- Saving a certain PDF to PNG produces incorrect result.
GrapeCity Documents for Word 5.0.0.762
- [Data Templates] If FindReplaceOptions.RemoveEmptyRuns is true, template expansion produces incorrect results.