kohheepeace / mr-pdf

Generate PDF for document website.
https://www.npmjs.com/package/mr-pdf
MIT License
125 stars 41 forks source link

Some images fail to display in generated PDF #28

Open dannief opened 3 years ago

dannief commented 3 years ago

I am generating pdf from a docusaurus v2 site that contains many large images. I have not been able to generate a pdf where all images are displayed.

Found this: https://stackoverflow.com/a/24685599. Could this be the source of the problem?

lidkxx commented 3 years ago

Same here.

lidkxx commented 3 years ago

@dannief I managed to resolve the issue, you can try and see if that helps in your case as well.

dannief commented 1 year ago

@lidkxx The fix described in pull request https://github.com/kohheepeace/mr-pdf/pull/36, doesn't work for me. See Issue https://github.com/kohheepeace/mr-pdf/issues/46