GrapeCity Documents .NET Bundle
Improves Excel, Word and PDF controls.
Features
GrapeCity Documents for Excel, .NET Edition
- Support for generating PDF Forms from Microsoft Excel templates.
- Support for using sparklines and tables in Microsoft Excel templates.
- Define fixed layout for Microsoft Excel reports and fill data in a specific range.
- Support for exporting workbook/worksheet/ranges to HTML.
- Support for Digital Signatures API: add and sign signature lines, add and sign non-visible signatures, verify signatures, etc.
- Pivot Table enhancements: create multiple files from one pivot field, defer updating, sorting, field layout settings, etc.
- Support adjustment of shape z-order.
- Support for image quality when exporting to PDF.
- Support picture transparency when adding images to Microsoft Excel.
- Support for more SpreadJS features: show or hide horizontal and vertical grid lines, freeze trailing rows/columns, etc.
GrapeCity Documents for PDF
- Support for extracting text paragraphs. Added Paragraphs property to ITextMap and ITextLine interfaces.
- Enhanced support for font subsetting. Added new properties to FontHandler class: Utf32CodeSet and FontSubsetFlags.
- Added new member to FontEmbedMode enum: EmbedSubsetNoForms. Allows you to embed a font's subset for static content while specifying that font as not embedded for form fields.
- Added GcPdfDocument.FormEmbedUtf32CodeSet property: specifies which Unicode characters to include in embedded font subsets for fonts that are used in AcroForms.
- Added GrapeCity.Documents.Pdf.Util.GcGraphicsExt class providing extension methods that allow you to draw certain PDF elements (such as whole PDF pages or AcroForm fields) on a GcGraphics.
GrapeCity Documents for Word
- Enhanced support for shapes. New classes: CanvasShape, CanvasShapeCollection, InkShape, InkShapeCollection, GroupShape, GroupShapeCollection. Added support for shape styles, presets, line and fill properties.
- Added properties to Picture class: AlternativeText, Hidden, Name, ID.
- Added properties to ImageData class: Stretch, FillType, Tile, RotateWithObject, Dpi, Transparency.
- Implemented SolidColor.Brightness and SolidColor.TintAndShade properties.