ArthurHub / ArthurHub/HTML-Renderer

Problem render pages to pdf with images

未关闭
#144 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug PDF
主要语言
C#
星标
1.4k
派生
550
平均合并
14 天 9 小时
30 天内合并 PR
1

描述

I'm trying to render html body from email (MimeKit) that contains an embededs images.

I test two ways:

- Changing the attribute img src to "file://" that are locate in an existing local path. For this case, trying to see the html when I paste the html code it makes an error with the image.
- Changing the attribute img src to "data:image" and pasting the string for the bytes[] decoded. In this case it works and I can see the html but I can't create the pdf because there is an error creating the pdfdocument with this image.

Regards,
Andrews

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。