Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
6.2.12
-
None
Description
Description:
During the conversion of HTML webpages to PDF using the html2pdf example, image assets, including .jpg, .png, etc files, intermittently fail to display in the final output PDF file. In some instances, the images appear as broken image placeholders, while in others, there is simply a blank space at their designated location within the PDF document.
Steps to Reproduce:
- build example: WebEngine Widgets Html2Pdf Example
- Run the built binary using the following command:
./html2pdf https://qt.io output.pdf
- Check the output.pdf file you'll observe Issues with image assets
Expected Behavior: The converted PDF file should consistently display all image assets, in their respective locations within the PDF document without any issues. Images should be properly embedded and visible.
Actual Behavior: In the converted PDF file, image assets intermittently fail to display correctly. Some images appear as broken image placeholders, while others result in blank spaces at their designated locations within the PDF document.
Environment:
OS: Ubuntu 22.04
PDF viewer: Evence- GNOME Document Viewer 42.3, chrome web browser
Note: please check the attached Images and output pdf file for reference:
Attachments
Issue Links
- relates to
-
QTQAINFRA-6139 Qt 6.2.12 LTS Testing
- Open