Released: Oct 10, 2024
Actualizaciones en 7.2.3
Características
- Document Solutions for Imaging 7.2.3
- Added GcBitmap.AddShadow() method: creates a new bitmap by adding a shadow to text and graphics on the current image.
- Added GcBitmap.AddGlow() method: creates a new bitmap by adding a glow to text and graphics on the current image.
- Added GcBitmap.ApplySoftEdges() method: applies a soft edges effect to the current image.
Correcciones
- Document Solutions for Excel, .NET Edition 7.2.3
- The alignment is incorrect in the exported Excel file when...
Released: Sep 20, 2024
Actualizaciones en 7.2.2
Correcciones
Document Solutions for Excel, .NET Edition v7.2.2
- There are many unexpected diagonal lines in the exported PDF file.
- Exception is thrown on exporting HTML file if some shape width is zero.
- The exported Excel file is corrupted when the source data of the PivotChart contains CalcError.
- The result of AVERAGEIF function is incorrect.
- Exception is thrown on opening an SJS file that contains invalid quality factor.
- The text that exceeds the boundaries of the shapes has not been cropped in...
Released: Sep 3, 2024
Actualizaciones en 7.2.1
Características
Document Solutions for Imaging
- [TextLayout] Added the HasMissingFontCharacters property which indicates whether text runs contain characters that are not present in the specified and fallback fonts.
Document Solutions for PDF
- Improved performance of the GetTextMap method.
Correcciones
Document Solutions for Excel
- The macro button is missing after processing template file.
- The XValues of chart are incorrect in the exported PDF file.
- The static cell did not expand with the adjacent...
Released: Aug 20, 2024
Actualizaciones en 7.2.0
Características
Document Solutions for Excel
- Add Goal Seek to Spreadsheets
- Excel's Goal Seek function enables users to determine the necessary input value to achieve a desired result. By setting a target output, the Goal Seek feature automatically adjusts input values until the desired outcome is reached. This feature is invaluable for scenario analysis and decision-making in Excel modeling.
- DsExcel adds a new API to add the Goal Seek function programmatically to your spreadsheets. The new...
Released: Jul 19, 2024
Actualizaciones en 7.1.5
Correcciones
Document Solutions for Excel
- The formula becomes dynamic array formula in the exported Excel file after processing the template.
- The custom formatter is lost in the exported SSJSON file.
- The source data of the Pivot Table is not updated after data binding.
- Some constant text is lost in the exported Excel file when setting FillMode as overwrite.
- The applied range of conditional formatting is incorrect in the exported Excel file after processing the template.
- The IndentLevel is reset...
Released: Jun 27, 2024
Actualizaciones en 7.1.4
Características
Document Solutions for Imaging
- Added the GrapeCity.Documents.Drawing.CellStyle.CustomPostDraw property: gets or sets a delegate that draws custom content in a table cell (after drawing a TextLayout).
Document Solutions for PDF
- Added the SaveAsImageOptions.CancellationToken property: gets or sets the CancellationToken object. Allows you to cancel the execution of GcPdfDocument.SaveAsXXX() methods.
Correcciones
Document Solutions for Excel
- Merged cells are unmerged in the exported...
Released: Jun 4, 2024
Actualizaciones en 7.1.3
Correcciones
Document Solutions for Excel
- The column style is lost after calling processTemplate method in the exported XLSX file.
- There is a performance issue when saving specific Excel files to an HTML file.
- Enhanced the exception message when deleting range is not allowed.
- Exception is thrown on filling the specific template file.
- Row heights are changed after opening an XLSX file then export to SSJSON file.
- Exception is thrown on deleting row after loading some particular SJS file.
- Constant...
Released: May 16, 2024
Actualizaciones en 7.1.2
Características
Document Solutions for Imaging
- Added a new GcSvgGraphics.PushGroup() method which starts a group ('g') element with specified custom attributes in the SVG document.
- Added a new GcSvgGraphics.PopGroup() method which ends the group that was created by the last PushGroup call.
Document Solutions for PDF
- Added properties to GcPdfDocument that allow developers to define document level actions.
- GcPdfDocument.WillCloseAction property: specifies the ActionJavaScript to be performed...
Released: Apr 29, 2024
Actualizaciones en 7.1.1
Características
Document Solutions for PDF
- Added new Metadata.SetStream(Stream) and Metadata.SetXmlDocument(XmlDocument) methods, which allow you to set the content of the current metadata.
Correcciones
Document Solutions for PDF
- Incorrect saving of the comma character when using certain fonts.
- When pasting text copied in Acrobat from a generated DPF, characters may become garbled.
- When saving a PDF as image, formatting may be lost when using some fonts.
- Changes made to annotations' visual...
Released: Apr 17, 2024
Actualizaciones en 7.1.0
Características
Document Solutions for Excel
- Template Enhancements
- Enhanced Template language with better performance - The DsExcel Templates have been refactored, emphasizing enhanced performance and stability. The recent improvements include:
- Addressing the absence of a data source by treating it as null.
- Enabling OverwriteFillFormat functionality to seamlessly operate in both Pagination and non-Pagination modes.
- Enhancing template processing capabilities to include support for Picture and...