Create a full SVG image and render it to a PDF document
Adds the ability to create a full SVG image and render it to a PDF document.
Features
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.