릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.
1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
Document Solutions for PDF .NET v9.2.0주요 버전2026년 8월 31일
기능
Added support for the PDF/A-4 conformance levels: the PdfA4, PdfA4e and PdfA4f members were added to the PdfAConformanceLevel enumeration.
Added support for generating documents that comply with the PDF/UA-2 specification.
Added GrapeCity.Documents.Pdf.Annotations.Model3DAnnotation class: Represents a 3D annotation.
Added GrapeCity.Documents.Pdf.Annotations.Model3DView, Model3DViewCollection and Model3DStream classes: Represent the views and the 3D data of a 3D annotation.
Added GrapeCity.Documents.Pdf.Util.Matrix3D structure: Represents a 3D transformation matrix.
Added GrapeCity.Documents.Pdf.Structure.Namespace and NamespaceCollection classes: Represent the structure namespaces of a tagged PDF document.
Added StructTreeRoot.Namespaces property: Gets the collection of structure namespaces used in the document.
Added StructElement.NS property: Gets or sets the structure namespace of the structure element.
Added ContentItem.StructElement property: Gets the structure element that owns the content item.
Added Metadata.PdfRev and Metadata.PdfUaRev properties: Get or set the PDF and PDF/UA revision identifiers stored in the document metadata.
Added overloads of the DestinationXYZ, DestinationFit, DestinationFitH, DestinationFitV, DestinationFitR, DestinationFitB, DestinationFitBH and DestinationFitBV constructors that accept a StructElement as the destination target.
수정 사항
Various bug fixes and stability improvements.
Document Solutions for PDF .NET v9.1.42026년 8월 8일
수정 사항
Fixed an issue where `GcPdfDocument.RemoveDuplicateImages()` could incorrectly deduplicate distinct image XObjects, resulting in incorrect image substitution in the generated PDF.
Corrected a packaging issue affecting the digital signatures of the included assemblies.
Document Solutions for PDF .NET v9.1.32026년 7월 10일
수정 사항
Fixed an issue where a PDF file could be rendered incorrectly in a multithreaded environment.
Fixed an issue where applying a redaction annotation on a scaled (enlarged or reduced) page created from a specific PDF threw System.InvalidOperationException.
Fixed an issue where TrueType (TTC) and WOFF fonts were incorrectly embedded in the generated PDF when 'FontEmbedMode' was set to 'EmbedFullFont', causing rendering issues in some browsers.
Document Solutions for PDF .NET v9.1.22026년 6월 25일
수정 사항
Fixed an issue where saving a PDF containing a specific GIF image caused the application to crash with an access violation.
Document Solutions for PDF .NET v9.1.12026년 6월 5일
수정 사항
Fixed Metadata.Clone() to return a proper deep copy instead of a reference to the original object.
Fixed an issue where hidden PDF annotations could become visible after loading and saving a PDF.
Fixed an issue where GcPdfDocument.Load() could hang indefinitely when loading a corrupted PDF file instead of throwing an exception.
Use more appropriate fallback fonts when exporting PDFs without embedded fonts to images, matching the rendering behavior of Adobe Acrobat and other PDF viewers.
Document Solutions for PDF .NET v9.1.0주요 버전2026년 5월 5일
기능
Added GcPdfDocument.JavaScripts property: Gets the dictionary of document level JavaScript actions.
Added AcroForm.CalculationOrder property: Gets or sets the array of fields that are recalculated whenever the value of any field changes.
Document Solutions for PDF v9.0.0주요 버전2026년 1월 6일
기능
Added GcPdfDocument.Optimize() method: optimizes the document and saves it to a file or a stream.
Added OptimizeDocumentOptions class: represents options controlling the behavior of the GcPdfDocument.Optimize() method.
수정 사항
Fixed an issue where the AcroForm field hierarchy was generated incorrectly when loading certain PDF files.