<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-conversion</artifactId>
<version>23.10</version>
</dependency>
compile(group: 'com.groupdocs', name: 'groupdocs-conversion', version: '23.10')
<dependency org="com.groupdocs" name="groupdocs-conversion" rev="23.10">
<artifact name="groupdocs-conversion" ext="jar"/>
</dependency>
libraryDependencies += "com.groupdocs" % "groupdocs-conversion" % "23.10"
What’s new in the GroupDocs.Conversion for Java 23.10
Release Highlights
GroupDocs.Conversion for Java 23.10 brings extensive enhancements and new capabilities to the conversion engine, including support for PostScript (PS) and Printer Command Language (PCL) formats. It significantly improves performance for PDF to image conversions and expands the flexibility of stream handling, SVG rendering, and email and Excel transformations. Fluent syntax exposure and improved file-type detection elevate this release for enterprise-grade document processing.
New Features
- Convert to PostScript (PS) Format: Added support for converting documents to PostScript (.ps) format from various input types including PDF, DOCX, spreadsheets, CAD, diagrams, and images.
- Convert to Printer Command Language (PCL) Format: Introduced the ability to export documents as Printer Command Language (.pcl) files, streamlining document-to-print workflows.
- FluentConverter API Exposure: A new fluent interface is now available, enabling clearer and more readable conversion setup in modern development environments.
- Stream Bypass for Unrecognized File Types: New logic to bypass unrecognized formats directly to output stream without exception, enabling smarter failover handling in automated pipelines.
Enhancements
- Optimized PDF to Image Performance: Page-by-page rendering of PDF files to images (PNG, JPEG) is significantly faster and more memory efficient.
- Improved SVG Conversion: SVG handling is now more accurate and consistent when converting to or from spreadsheet and document formats.
- Improved Diagram to Spreadsheet Conversion: Better layout handling and data translation when converting Visio and similar diagrams into structured spreadsheet formats.
- Extended Event Delegates:
The
DocumentCompleted
event delegate now includes the source file name and target file type, aiding in detailed post-processing logs. - Boot-Up Time Improvements: Reduced initial load time for the conversion engine, accelerating runtime initialization in large-scale environments.
Bug Fixes
- Fixed EML to PDF Conversions: Resolved errors during email rendering and improved attachment handling during export to PDF.
- XLSM to PNG Bug Resolved: Corrected missing content and rendering issues during conversion of macro-enabled Excel files.
- DOCX to PDF QR Code Issue Fixed: Corrected an error where barcode content was rendered as placeholder text during document export.
- PDF to PNG Conversion Speed and Stability Fixes: Fixed slow rendering and process hangs during multi-page image generation.
- SVG Watermark Application Fixed: Restored accurate watermark rendering when applied to SVG outputs from Word documents.
- Improved PDF/A Output: Resolved issues with file size inflation and text overlaps when generating PDF/A compliant files.
- XLS to PDF Conversion Support Fixed:
Corrected a
ConversionNotSupportedException
thrown during XLS to PDF conversion. - Other Stability Fixes: Resolved issues in EPUB to HTML, Excel sheet limitation bugs, and improved conversion fidelity for DXF, project-management, and eBook formats.
Public API and Backward Incompatible Changes
- Obsolete File Types Removed: File types deprecated in version 23.6 have been removed in this release.
- Updated Method Signatures:
ConvertedDocumentStream
:Stream invoke(String sourceFileName, FileType fileType, Stream stream);
ConvertedPageStream
:Stream invoke(String sourceFileName, FileType fileType, int pageNumber, Stream stream);
🔍 Explore the Full Release Details
For full list of updates, please visit GroupDocs.Conversion for Java 23.10 Release Notes.
ps format conversion
| pcl output java
| pdf to image speed
| svg to spreadsheet
| fluentconverter groupdocs
Version | Release Date |
---|---|
25.4 | April 30, 2025 |
25.3.1 | April 9, 2025 |
25.3 | March 31, 2025 |
25.2.2 | March 14, 2025 |
25.2.1 | March 3, 2025 |
25.2 | February 28, 2025 |
25.1 | January 31, 2025 |
24.12.1 | January 2, 2025 |
24.12 | December 31, 2024 |
24.11 | November 30, 2024 |
24.10.1 | November 12, 2024 |
24.10 | November 1, 2024 |
24.9 | September 30, 2024 |
24.8 | August 31, 2024 |
24.7 | July 31, 2024 |
24.6 | July 1, 2024 |
24.5 | May 31, 2024 |
24.4 | April 30, 2024 |
24.3 | March 31, 2024 |
24.2 | February 29, 2024 |
24.1.1 | February 5, 2024 |
24.1 | January 31, 2024 |
23.12 | December 30, 2023 |
23.11.1 | December 1, 2023 |
23.11 | November 12, 2023 |
23.10 | October 3, 2023 |
23.6.1 | July 5, 2023 |
23.6 | July 1, 2023 |
23.5 | May 31, 2023 |
23.4 | May 1, 2023 |
23.2 | February 27, 2023 |
22.12.1 | January 18, 2023 |
22.12 | January 3, 2023 |
22.11 | November 22, 2022 |
22.8.1 | August 12, 2022 |
22.8 | August 8, 2022 |
22.3 | March 3, 2022 |
3.0.0 | January 25, 2022 |
21.7 | January 25, 2022 |
21.4 | January 25, 2022 |
20.10.3 | January 25, 2022 |
20.10.2 | January 25, 2022 |
19.6.1 | January 25, 2022 |
19.10.3 | January 25, 2022 |
18.7 | January 25, 2022 |
17.7 | January 25, 2022 |
17.12 | January 25, 2022 |
1.3.0 | January 25, 2022 |
21.10.1 | December 22, 2021 |
21.10 | October 31, 2021 |
21.1 | January 31, 2021 |
20.10.1 | October 21, 2020 |
20.10 | October 5, 2020 |
20.6 | June 26, 2020 |
20.2.1 | March 11, 2020 |
20.2 | February 29, 2020 |
19.10 | October 5, 2019 |
19.6.2 | July 22, 2019 |
19.6 | June 28, 2019 |
19.3 | April 9, 2019 |
19.4 | April 9, 2019 |
18.12 | December 31, 2018 |
18.6.1 | July 5, 2018 |
18.6 | June 27, 2018 |
16.10.1 | April 19, 2018 |
17.10 | April 19, 2018 |
17.3.0 | April 19, 2018 |
17.7.1 | April 19, 2018 |
File | Classifier | Size |
---|---|---|
groupdocs-conversion-23.10-javadoc.jar | javadoc | 1 MB |
groupdocs-conversion-23.10.jar | 370 MB | |
groupdocs-conversion-23.10.pom | 3 KB |