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] แก้ไข NRE ใน assembly ที่ถูกทำให้สับสนหลังจากที่ HtmlCss ถูกแทรก (EDITORNET-3022)
  • [New feature] เพิ่มตัวเลือกเพื่อปิดการรวมเซลล์แนวนอนเมื่อแปลงเอกสาร Spreadsheet (EDITORNET-3044)
  • [New feature] เพิ่มตัวเลือกเพื่อปิดการสร้างข้อมูลแถวปลอมด้านล่างที่ว่างเปล่าเมื่อแปลงเอกสาร Spreadsheet (EDITORNET-3045)
  • [Improvement] กำจัดไลบรารีการประมวลผลภาพที่ฝังอยู่และลดขนาดไบต์ของ assembly สุดท้าย (EDITORNET-3040)
  • [Bug] ผลลัพธ์ PDF มีการแบ่งหน้าแตกต่างกันหลังจากแก้ไขและบันทึก DOCX (EDITORNET-3017)
  • [Bug] แก้ไขข้อยกเว้นเมื่อสร้างและแก้ไขเอกสาร Email ที่ว่างเปล่า (EDITORNET-3061)
  • [Bug] FileNotFoundException สำหรับ Aspose.Common.Drawing 26.6 บนการสร้าง .NET Framework 4.6.2 (EDITORNET-3062)

Public API changes

  • เพิ่มประเภท TtcFont ใหม่ที่แสดงถึงฟอนต์ TrueType Collection (TTC) และทำการ implement FontResourceBase.
  • เพิ่มเมธอดใหม่ setMergeEmptyAdjacentCells(boolean) / getMergeEmptyAdjacentCells() ใน SpreadsheetEditOptions.
  • เพิ่มเมธอดใหม่ setExportBogusRowData(boolean) / getExportBogusRowData() ใน SpreadsheetEditOptions.

ตัวเลือก Spreadsheet ทั้งสองถูกอธิบายไว้ใน บทความที่สอดคล้องกัน.

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>

สำหรับคำแนะนำโดยละเอียด, ดูที่ การติดตั้งจาก GroupDocs Repository ด้วย Maven.

How to get the update

Maven

แพ็กเกจนี้พร้อมให้บริการผ่าน GroupDocs Maven repository.

เพิ่ม dependency ต่อไปนี้ในไฟล์ pom.xml ของคุณ:

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-editor</artifactId>
    <version>26.7</version>
</dependency>

Direct download

ดาวน์โหลดเวอร์ชันล่าสุดจากหน้า GroupDocs.Editor for Java 26.7.

Resources