@jaipmWORDSJAVA-3075 is already in development and is scheduled to be resolved in the next 25.4 version of Aspose.Words for Java. WORDSNET-28136 has a duplicate issue in our defect tracking system, which is also already in development. The fix is scheduled to 25.5 version.
We will keep you updated and let you know once the issues are resolved.
I am afraid, currently I cannot suggest you any workarounds for the above mentioned issues.
Version 25.4 has already been released, but unfortunately, issue WORDSJAVA-3075 required more in-depth analysis and has not been resolved. The fix for WORDSJAVA-3075 is planned for version 25.5, along with the resolution of WORDSNET-28136. Please accept our apologies for the inconvenience.
@jaipmWORDSJAVA-3075 is already resolved. The fix will be included into the next 25.5 version of Aspose.Words for Java. WORDSNET-28136 is currently in analysis.
@alexey.noskov Thanks for releasing 25.5. Do I need to make any code changes to handle TIFF issue or simply updating the aspose.words to 25.5 is sufficient ?
The issue was that rendering images using JAI took a significant amount of time. This is an internal limitation of JAI, so we added an option to disable JAI during rendering. You will need to update the library and add the following lines:
PdfSaveOptions saveOptions = new PdfSaveOptions();
saveOptions.setUseJAIImageRendering(false);
Please note that disabling JAI may affect rendering quality in certain scenarios. If needed, you can re-enable it using: saveOptions.setUseJAIImageRendering(true);
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.