Browse our Products

<dependency>
    <groupId>com.aspose</groupId>
    <artifactId>aspose-pdf</artifactId>
    <version>25.2</version>
</dependency>
copied!  
                                                
                                                  compile(group: 'com.aspose', name: 'aspose-pdf', version: '25.2')
                                                
                                              
copied!  
<dependency org="com.aspose" name="aspose-pdf" rev="25.2">
    <artifact name="aspose-pdf" ext="jar"/>
</dependency>
copied!  
libraryDependencies += "com.aspose" % "aspose-pdf" % "25.2"
copied!  

What’s new in the Aspose.PDF for Java 25.2

Release Highlights

Aspose.PDF for Java 25.2 introduces key upgrades including ECDSA and DSA signature support, export to PDF/X-4 format, and precise font metrics calculations. Enhancements to signature management, HTML rendering, and EPUB support solidify this release as a significant step forward in digital document creation and processing.

New Features

  • Get Ascent and Descent of Text by Font and Size:
    New API methods allow developers to retrieve ascent and descent values, helping with advanced layout calculations and typography precision.

  • ECDSA and DSA Signature Support:
    Now supports signing PDFs using ECDSA and DSA certificates, offering broader cryptographic flexibility.

  • Center-Aligned HTML Output and Full-Width Paragraphs:
    Enhancements to HTML to PDF conversion now support center alignment and full-width flow layout rendering.

  • PDF to PDF/X-4 Conversion:
    Added the ability to export PDFs to PDF/X-4, meeting modern print and prepress standards.

Enhancements

  • Improved Empty Page Handling:
    Enhancements to blank page detection increase the accuracy of content assessments.

  • Verify Digital Signatures with Duplicate Names:
    Now supports validation of multiple digital signatures sharing the same name within a document.

  • Multi-Widget TextBoxField Support:
    Developers can now create TextBoxField instances containing several widget annotations.

  • ExtGState Dictionary Editing:
    Offers ability to modify extended graphics state dictionaries in page resources for advanced rendering customization.

Bug Fixes

  • Rendering and Formatting Fixes:

    • Resolved EPUB rendering regression affecting certain languages.
    • Fixed text truncation issue when modifying TextFragment.
  • Conversion and Save Issues:

    • Fixed NullPointerException during PDF/A conversion and saving.
    • Addressed issues when resizing pages that led to structural problems.
  • HTML-Related Fixes:

    • Corrected hangs when processing base64 images in HTML to PDF.
    • Fixed SVG rendering issues and missing bookmarks in concatenated PDFs.
    • Improved hyperlink preservation in DOCX outputs and fixed formatting breaks.
  • Other Critical Fixes:

    • PDF to DOCX conversion now works correctly on Ubuntu.
    • Resolved validation issues with PDF/A output.
    • Fixed exceptions related to HTML loading and Headless CI environments.
    • Resolved signature length mismatches and rendering of base64 images in HTML fragments.

Public API and Backwards Incompatible Changes

Added Classes:

  • CosPdfDictionary
  • ConvertException
  • SignatureLengthMismatchException
  • SignatureName

Added Methods:

  • Digital signature inspection and validation methods in PdfFileSignature, including:
    • getSignatureNames()
    • coversWholeDocument(SignatureName)
    • verifySignature(SignatureName)
    • extractImage(SignatureName) and extractCertificate(SignatureName)
  • Typography methods:
    • Font.getAscentPoint(String, float)
    • Font.getDescentPoint(String, float)
  • HTML and image enhancements:
    • HtmlSaveOptions.getFlowLayoutParagraphFullWidth()
    • ImageStamp.getXIndent() / getYIndent() and corresponding setters
  • Additional PDF signing enhancements:
    • Signature.getDefaultSignatureLength() / .setDefaultSignatureLength(int)
    • Signature.isAvoidEstimatingSignatureLength()

Added Constructors:

  • TextBoxField(Page, Rectangle[])
  • DictionaryEditor(Resources)

Deprecated Methods and Constructors:

  • Multiple signature-related methods in PdfFileSignature (using String) are deprecated in favor of SignatureName-based methods.
  • Deprecated: CheckboxField.#ctor()

🔍 Explore the Full Release Details

For full list of updates, please visit Aspose.PDF for Java 25.2 Release Notes.


ecdsa sign pdf java | pdf x4 export java | html to pdf base64 fix | font ascent descent java | signature verification duplicate names

VersionRelease Date
25.4April 30, 2025
25.3March 30, 2025
25.2February 27, 2025
25.1January 30, 2025
24.12December 29, 2024
24.11November 29, 2024
24.10October 30, 2024
24.9September 27, 2024
24.8August 29, 2024
24.7July 31, 2024
24.6June 28, 2024
24.5May 30, 2024
24.4April 29, 2024
24.3March 29, 2024
24.2February 28, 2024
24.1January 31, 2024
23.12December 28, 2023
23.11November 29, 2023
23.10October 31, 2023
23.9September 28, 2023
23.8August 29, 2023
23.7July 27, 2023
23.6June 29, 2023
23.5May 30, 2023
23.4April 28, 2023
23.3March 24, 2023
23.2February 28, 2023
23.1January 26, 2023
22.12December 23, 2022
22.11November 30, 2022
22.10.1November 17, 2022
22.10October 31, 2022
22.9September 23, 2022
22.8August 24, 2022
22.7.1August 5, 2022
22.7August 5, 2022
22.6June 30, 2022
22.5June 1, 2022
22.4April 28, 2022
22.3March 25, 2022
22.2February 22, 2022
22.1January 21, 2022
21.12December 20, 2021
21.11November 22, 2021
21.10October 20, 2021
21.9September 20, 2021
21.8August 20, 2021
21.7July 8, 2021
21.6June 17, 2021
21.5May 20, 2021
21.4April 20, 2021
21.3March 19, 2021
21.2.1March 10, 2021
21.2February 20, 2021
21.1January 22, 2021
20.12December 18, 2020
20.11.1December 1, 2020
20.11November 18, 2020
20.10October 20, 2020
20.9September 17, 2020
20.8.1September 14, 2020
20.8August 19, 2020
20.7July 20, 2020
20.6June 19, 2020
20.5.1May 28, 2020
20.5May 19, 2020
20.4April 17, 2020
20.3March 19, 2020
20.2February 20, 2020
20.1January 22, 2020
19.12December 19, 2019
19.11November 29, 2019
19.10October 31, 2019
19.9September 30, 2019
19.8August 29, 2019
19.7July 31, 2019
19.6June 26, 2019
19.5May 31, 2019
19.4April 30, 2019
19.3March 29, 2019
19.2February 28, 2019
19.1January 29, 2019
18.12December 30, 2018
18.11November 29, 2018
18.10.2November 12, 2018
18.10October 30, 2018
18.9.1October 4, 2018
18.9September 28, 2018
18.8August 29, 2018
18.7July 31, 2018
18.6June 29, 2018
18.5May 31, 2018
18.4April 25, 2018
18.3March 30, 2018
18.2February 28, 2018
18.1February 6, 2018
17.12December 31, 2017
17.11November 30, 2017
17.10November 1, 2017
17.9October 2, 2017
17.8August 31, 2017
17.7July 20, 2017
17.6June 29, 2017
17.5June 7, 2017
17.4April 28, 2017
17.3.0April 6, 2017
17.2.0February 23, 2017
17.1.0January 26, 2017
16.12.0December 27, 2016
16.11.0November 29, 2016
16.10.0October 26, 2016
12.0.0October 10, 2016
11.9.0September 20, 2016
11.8.0August 11, 2016
11.7.0July 12, 2016
11.6.0June 10, 2016
11.5.0May 10, 2016
11.4.0April 8, 2016
11.3.0March 7, 2016
11.2.0February 8, 2016
11.1.0December 30, 2015