Document Solutions for PDF .NET のリリース

Released: Aug 7, 2023

6.2.0 での更新項目

機能

  • Added the ability to open/modify (with limitations) a password protected PDF without specifying the password.
  • Added helper methods to TextBoxField, ComboBoxField and CombTextField: SetPercentFormat(), SetPercentValue(), SetNumberFormat(), SetNumberValue(), SetDateFormat(), SetDateValue(), SetTimeFormat(), SetTimeValue(), SetSpecialFormat() and SetSpecialFormatValue().
  • Added the ability to generate custom time-stamp tokens. The new ITimeStampGenerator interface can be implemented by user and...

Released: Jul 12, 2023

6.1.5 での更新項目

不具合の修正

  • When text is added to a PDF, the positions of some characters may be incorrect.
  • When saving a certain PDF, "The item already has an owner" exception is thrown.
  • Certain PDFs are rendered incorrectly when saved as images.

Released: Jun 20, 2023

6.1.4 での更新項目

不具合の修正

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

Released: Jun 1, 2023

6.1.3 での更新項目

機能

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

不具合の修正

  • 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

6.1.2 での更新項目

不具合の修正

  • 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

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

Released: Apr 7, 2023

6.0.7 での更新項目

不具合の修正

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

Released: Mar 23, 2023

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

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

Released: Feb 6, 2023

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 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 GcPdf.