We’re happy to announce the release of GroupDocs.Editor for Java 26.7, available as of July 2026. This release combines new features, enhancements, and bug fixes from the corresponding .NET 26.3, 26.6, and 26.6.1 updates, including support for TrueType Collection fonts, text‑based PPT/PPS documents, and new PDF editing capabilities. It also introduces two new Spreadsheet conversion options and improves performance by removing the embedded imaging library.
What’s new in this release
- [New feature] TrueType Collection 폰트 지원 추가 (EDITORNET-3019)
- [New feature] 텍스트 기반 PPT 및 PPS 지원 추가 (EDITORNET-3020)
- [Improvement] 새로운 CSS 속성 지원 추가 (EDITORNET-3036)
- [Improvement] XML 처리 지시문 및 XML‑Stylesheet 지원 추가 (EDITORNET-3037)
- [Bug] HtmlCss가 주입된 후 난독화된 어셈블리에서 발생하던 NRE 수정 (EDITORNET-3022)
- [New feature] Spreadsheet 문서 변환 시 가로 셀 병합을 비활성화하는 옵션 구현 (EDITORNET-3044)
- [New feature] Spreadsheet 문서 변환 시 빈 하단 보거 행 데이터를 내보내지 않도록 하는 옵션 구현 (EDITORNET-3045)
- [Improvement] 임베디드 이미지 라이브러리를 제거하고 최종 어셈블리 크기 감소 (EDITORNET-3040)
- [Bug] DOCX 편집 후 저장 시 PDF 출력 페이지 번호가 달라지는 문제 수정 (EDITORNET-3017)
- [Bug] 빈 Email 문서를 생성·편집할 때 발생하던 예외 수정 (EDITORNET-3061)
- [Bug] .NET Framework 4.6.2 빌드에서 Aspose.Common.Drawing 26.6에 대한 FileNotFoundException 수정 (EDITORNET-3062)
Public API changes
- TrueType Collection (TTC) 폰트를 나타내고
FontResourceBase를 구현하는 새로운TtcFont타입 추가. SpreadsheetEditOptions에 새로운setMergeEmptyAdjacentCells(boolean)/getMergeEmptyAdjacentCells()메서드 추가.SpreadsheetEditOptions에 새로운setExportBogusRowData(boolean)/getExportBogusRowData()메서드 추가.
두 스프레드시트 옵션에 대한 자세한 내용은 해당 문서를 참고하세요.
PDF editing
이번 릴리스부터 GroupDocs.Editor for Java는 다른 형식과 동일한 로드 → 편집 → 저장 파이프라인을 통해 PDF 문서 편집을 지원합니다. PdfLoadOptions로 로드하고, PdfEditOptions(페이지 매김, 페이지 범위, 이미지 건너뛰기)로 편집한 뒤, PdfSaveOptions(비밀번호, 규격 준수, 폰트 포함)로 저장합니다. 자세한 내용과 코드 샘플은 Edit PDF 가이드를 확인하세요.
Code example
<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-editor</artifactId>
<version>26.7</version>
</dependency>
자세한 설치 방법은 Maven을 사용한 GroupDocs 저장소에서 설치 페이지를 참고하세요.
How to get the update
Maven
패키지는 GroupDocs Maven 저장소에서 사용할 수 있습니다.
pom.xml에 다음 의존성을 추가하세요:
<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-editor</artifactId>
<version>26.7</version>
</dependency>
Direct download
최신 릴리스는 GroupDocs.Editor for Java 26.7 페이지에서 직접 다운로드할 수 있습니다.