I updated GroupDocs.Conversion to the latest (25.7) and I noticed a few issues when converting htm to pdf
- external images not being loaded
- tr width 100% not being respected
It works fine until version 25.5.1
I updated GroupDocs.Conversion to the latest (25.7) and I noticed a few issues when converting htm to pdf
It works fine until version 25.5.1
It seems you are experiencing issues with the conversion of XML to PDF after updating to version 25.7 of GroupDocs.Conversion. Specifically, you mentioned that external images are not being loaded and that the tr
width of 100% is not being respected.
These issues could be related to changes in how the library handles external resources and layout properties in the newer version. Here are a few steps you can take to troubleshoot and potentially resolve these issues:
Check External Resource Loading: Ensure that the settings for loading external resources are correctly configured. In some cases, the library may have options to skip loading external resources, which could affect image loading. You might want to verify if there are any new settings or flags introduced in version 25.7 that need to be adjusted.
Review Release Notes: It’s beneficial to check the release notes for version 25.7 to see if there are any documented changes regarding image handling or layout properties. This can provide insights into whether the issues you are facing are known and if there are recommended workarounds.
Test with Different HTML: If possible, try converting a simpler HTML document that includes external images and a tr
with a width of 100%. This can help determine if the issue is specific to your XML content or a broader problem with the conversion process.
Rollback to Previous Version: If the issues persist and are critical to your workflow, consider rolling back to version 25.5.1, where you mentioned that everything was functioning correctly. This can serve as a temporary solution while you investigate further.
Seek Community Support: If you continue to face challenges, consider posting your specific issues on the GroupDocs support forum. Providing details about your HTML structure and the exact behavior you’re observing can help the community or support team assist you more effectively.
If you have any additional details or specific code snippets that illustrate the problem, feel free to share them for more targeted assistance.
For further information, you can refer to the GroupDocs.Conversion Documentation for guidance on configuration and usage.
Sources:
[1]: GroupDocs.Conversion for Java | Documentation
I’ve updated to version 25.7 to resolve the “Incompatible unit types” error. However, after the update, some of the converted PDFs don’t display correctly.
Could you please assist me with this issue?
Hello @vanderley.correia ,
We apologize for the inconvenience you have experienced after updating the library version. To help you resolve this issue, could you please share more details with us, such as the complete code sample you are using for conversion, a test file, and the version of your environment, so that we can speed up the investigation process?