Rilasci di Document Solutions for PDF .NET

Released: Jun 20, 2023

Aggiornamenti in 6.1.4

Correzioni

  • GrapeCity.Documents.Pdf.PdfException is thrown when loading a specific PDF.
  • Internal changes.

Released: Jun 1, 2023

Aggiornamenti in 6.1.3

Funzionalità

  • Added new PageCollection.Move() method which moves a page specified by its 0-based index to another position in the collection.

Correzioni

  • Incorrect results when saving certain PDFs as images.
  • For some PDFs, calling the ReplaceText() method and saving the result may produce a blank document.
  • Saving PDFs that contain Japanese characters may yield incorrect results.
  • [TextLayout] Index out of range is thrown in some scenarios.

Released: May 10, 2023

Aggiornamenti in 6.1.2

Correzioni

  • If a PDF generated by GcPdf is signed using certain third party tools, Acrobat considers the signature to be invalid.
  • System.InvalidOperationException is thrown when calling Page.GetTextMap() for a certain PDF.
  • Blank image is created when saving a specific PDF to an image.
  • Improved generation of appearance streams for free text annotations.

Released: Apr 19, 2023

Aggiornamenti in 6.1.0

Funzionalità

  • 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 external PDFs into the current...

Released: Apr 7, 2023

Aggiornamenti in 6.0.7

Correzioni

  • Characters may have incorrect widths when saving some PDFs as images.
  • Exception occurs when merging specific PDFs.

Released: Mar 23, 2023

Aggiornamenti in 6.0.6

Correzioni

  • 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.
  • Exception occurs when saving a certain PDF using the Page.SaveAsJpeg() method.
  • Incorrect results when using the Page.SaveAsJpeg() method in a .NET Framework app.

Released: Feb 28, 2023

Aggiornamenti in 6.0.5

Correzioni

  • 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().

Released: Feb 6, 2023

Aggiornamenti in 6.0.4

Correzioni

  • 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 GcWicBitmap or GcSkiaBitmap.
  • Text that uses incorrectly embedded bitmap fonts is not visible when saving the PDF to images.
  • Page.GetText() method throws InvalidOperationException for some PDFs.
  • Getting GcPdfDocument.StructTreeRoot property or signing a certain PDF hangs.
  • A CheckBoxField may work incorrectly after changing it using...

Released: Jan 21, 2023

Aggiornamenti in 6.0.3

Funzionalità

  • 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() - removes the embedded font data.
    • CheckBoxField.HasRadioButtonBehavior() - checks whether the checkbox actually behaves as a radio button.
    • CheckBoxField.GetCheckedAppearanceStreamName() - gets the name of a...

Released: Jan 3, 2023

Aggiornamenti in 6.0.2

Correzioni

  • [Regression added in v6.0.1] GcPdfDocument.GetLogicalStructure() method hangs.