Pdf does not show images #823
-
Hello, I am working on a quire project, but the generated pdf does not have any images. The only image displayed is the cover image. For other images, only the figure caption is displayed. For more information, I am using quire v1.0.0-rc.10 on Windows. I was facing issues before with using "quire build" command, but I implemented the suggestion suggested here: (#626). The pdf images are still not displayed. I have tried opening a new project and generating pdf without making any changes to the project, but the pdf did not have any images either.
If someone knows how to solve this issue, I would appreciate your help. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Hi @Sadia-QM-audio thank you for reaching out. The Puppeteer "warning" is just a notification and will not affect your PDF output. Two quick questions just to help me understand your working environment. Are you currently using the LTS version of Node.js? Also, are your images large in size? This will help us narrow down the problem. |
Beta Was this translation helpful? Give feedback.
-
Hi @Sadia-QM-audio, thank you for your patience. We suspect that the issue you are experiencing is in fact related to some ongoing challenges around |
Beta Was this translation helpful? Give feedback.
-
It appears that you're facing issues with image rendering in Quire PDF generation. To address this problem, follow these steps: Check Image Paths: Image File Formats: Update Quire: Puppeteer Configuration: javascript
Alternative PDF Generator: Project Structure: Community Support: Debugging: By systematically addressing these aspects, you can troubleshoot and resolve the issue of missing images in your Quire-generated PDFs. If problems persist, consider reaching out to the Quire community for more tailored assistance or reporting the issue on their GitHub repository. |
Beta Was this translation helpful? Give feedback.
-
Thank you, @khanzain4, for this detailed answer and for your support of the community! We love to see it. Out of curiosity, are you working on a Quire project of your own or just particularly familiar with PDF generation and its inherent hurdles? |
Beta Was this translation helpful? Give feedback.
It appears that you're facing issues with image rendering in Quire PDF generation. To address this problem, follow these steps:
Check Image Paths:
Ensure that the paths to your images are correct in the project files. Verify that image references in your Quire project match the actual file locations. Correct any discrepancies.
Image File Formats:
Confirm that your images are in supported file formats (e.g., JPEG, PNG). Different PDF generators may have varying compatibility with image formats.
Update Quire:
Check if there are any updates or patches available for Quire. Upgrade to the latest version to benefit from potential bug fixes or improvements related to image rendering.
Puppeteer C…