java.lang.NullPointerException
at com.aspose.pdf.internal.l9k.l0u.lc(Unknown Source)
at com.aspose.pdf.internal.l10v.ld.lI(Unknown Source)
at com.aspose.pdf.internal.l9k.l0j.lf(Unknown Source)
at com.aspose.pdf.internal.l9k.l0p.lI(Unknown Source)
at com.aspose.pdf.internal.l2if.l0p.lI(Unknown Source)
at com.aspose.pdf.ADocument.lI(Unknown Source)
at com.aspose.pdf.ADocument.save(Unknown Source)
at com.aspose.pdf.Document.save(Unknown Source)
asposeFontNpeDoc.pdf (191.0 KB)
The following line will reproduce the issue:
new com.aspose.pdf.Document(“asposeFontNpeDoc.pdf”).save();
@jezerinac
Hi
I checked the issue but it seems like it was already fixed in latest version
Could you specify what version you’re using ?
I’m using the latest 26.3:
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-pdf</artifactId>
<version>26.3</version>
</dependency>
@jezerinac
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): PDFJAVA-45931
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
Ok, thank you for provided information, I’ll pass this issue to development team so they can investigate why such issue could occur.