Released: Apr 19, 2023
Aggiornamenti in GrapeCity Documents .NET Bundle
Funzionalità
GrapeCity Documents for PDF 6.1.0
- New ClonePage method - It is now possible to clone a page within a PDF document. You can also control whether to include annotations or form fields in the cloned page.
- Introducing 'PDF Organizer' - GcPdfViewer has a new 'PDF Organizer' dialog to help you organize PDF pages in the viewer. The tool can help:
- Reorder individual pages or page ranges of a PDF.
- Duplicate or remove individual pages or page ranges.
- Rotate all or some pages of a PDF.
- Merge...
Released: Apr 7, 2023
Aggiornamenti in GrapeCity Documents .NET Bundle
Funzionalità
GrapeCity Documents for Imaging 6.0.6
- Added new method overload GcSvgDocument.FromStream(Stream stream, bool leaveOpen): This creates a new GcSvgDocument from a specified SVG data stream, optionally leaving the stream open.
Correzioni
GrapeCity Documents for PDF 6.0.6
- Loading and then saving a particular PDF produces garbled text.
- Loading a particular PDF hangs in GcPdfDocument.Load().
- Exception occurs when merging certain files using the GcPdfDocument.MergeWithDocument() method...
Released: Apr 7, 2023
Aggiornamenti in GrapeCity Documents .NET Bundle
Funzionalità
GrapeCity Documents for Word 6.0.7
- Synced version with other GrapeCity.Documents packages.
Correzioni
GrapeCity Documents for PDF 6.0.7
- Characters may have incorrect widths when saving some PDFs as images.
- Exception occurs when merging specific PDFs.
GrapeCity Documents for Imaging 6.0.7
- Using TrimmingGranularity.Word or Character in TextLayout causes an exception in Justify mode.
- Visual artifacts appear when drawing figures after specific transformations.
Released: Mar 17, 2023
Aggiornamenti in GrapeCity Documents .NET Bundle
Funzionalità
GrapeCity Documents for Word 6.0.5
- Synced version with other GrapeCity.Documents packages.
Correzioni
GrapeCity Documents for PDF 6.0.5
- In some scenarios incremental update produce invalid PDF.
- The SignatureField disappears after signing a certain PDF.
- Poor barcode quality when creating barcode from a small image, the fix is to use the new method GcBarcode.ToGcBitmap().
GrapeCity Documents for Imaging 6.0.5
- Certain combinations of TextFormat properties produce overlapped numbers in...
Released: Feb 24, 2023
Aggiornamenti in GrapeCity Documents .NET Bundle
Funzionalità
GrapeCity Documents for Word 6.0.4
- [Export to PDF/images] Added support for Shadow, Reflection, Glow, Soft Edges, Blur and FillOverlay effects for simple shapes.
GrapeCity Documents for Excel, .NET Edition 6.0.4
- Added the option to control to export shared formula in SSJSON file.
Correzioni
GrapeCity Documents for PDF 6.0.4
- IndexOutOfRangeException is thrown in some cases when loading data from an FDF file and saving the PDF.
- Exceptions are thrown when drawing some PDFs to...
Released: Jan 21, 2023
Aggiornamenti in GrapeCity Documents .NET Bundle
Funzionalità
GrapeCity Documents for Imaging 6.0.3
- Added GrayscaleBitmap.ApplyGlow() method that modifies a grayscale mask so that it can be used to produce Glow or Soft Edges effect.
GrapeCity Documents for PDF 6.0.3
- Added methods:
- ITextRunFragment.GetBounds() - gets a Quadrilateral representing the four vertices bounding this ITextRunFragment object.
- GcPdfDocument.RemoveEmbeddedFonts() - removes embedded fonts from the current document.
- GrapeCity.Documents.Pdf.Text.Font.RemoveEmbeddedData...
Released: Jan 3, 2023
Aggiornamenti in GrapeCity Documents .NET Bundle
Funzionalità
GrapeCity Documents for Imaging 6.0.2
- Synced version with other GrapeCity.Documents packages.
GrapeCity Documents for Word 6.0.2
- Synced version with other GrapeCity.Documents packages.
Correzioni
GrapeCity Documents for PDF 6.0.2
- [Regression added in v6.0.1] GcPdfDocument.GetLogicalStructure() method hangs.
Released: Dec 27, 2022
Aggiornamenti in GrapeCity Documents .NET Bundle
Funzionalità
GrapeCity Documents for Imaging 6.0.1
- Added GcBitmap.IsBlackAndWhite method which determines whether the image contains only black and white pixels.
- Added GcBitmap.IsGrayscale method which determines whether the image contains only opaque grayscale pixels.
- Added GrayscaleBitmap.ApplyGaussianBlur method which applies a Gaussian blur to this GrayscaleBitmap.
- Added GrayscaleBitmap.ToShadowBitmap method which creates a semi-transparent GcBitmap.
GrapeCity Documents for PDF 6.0.1
Released: Dec 12, 2022
Aggiornamenti in 6.0.0
Funzionalità
GrapeCity Documents for Word
- You can now add reflection, glow, blur, soft edge and fill overlay effects.
- Report Templates
- SVG images can now be used as data in image templates.
- Conditionally show/hide multiple blocks of data.
- Add calculations to report templates using the new 'calc' templates feature.
- Paragraphs generated by template processing that only contain template tags are now automatically removed.
GrapeCity Documents for PDF
- Render HTML to PDF.
- Support for Appearance...
Released: Aug 15, 2022
Aggiornamenti in GrapeCity Documents .NET Bundle
Funzionalità
GrapeCity Documents for Word 5.2.0.800
- Report Templates
- Added Decimal, DateTime and DateTimeOffset to the primitive types that can be addressed via the 'value' tag.
- Added DataSourceDictionary.Add(string, object, CultureInfo) method which adds a data source with an associated culture to be used when parsing and formatting data.
- Improved diagnostics when processing templates that contain errors.
- Added Shadow effect support (note: shadow effect is not yet supported in export to PDF...