# MdxConverter 输出PDF时报错及字体间距太小的解决方案

**URL:** <https://forum.freemdict.com/t/topic/25119>\
**Category:** 技术交流与词典编修\
**Tags:** 提取mdx, mdxconverter\
**Created:** [2023 年12 月 1 日 14:14 UTC](https://forum.freemdict.com/t/topic/25119 "2023-12-01T14:14:32Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

作者： ![Vim](https://forumcdn.freemdict.com/user_avatar/forum.freemdict.com/vim/32/8408_2.png) [@Vim](https://forum.freemdict.com/u/Vim)\
发布日期： [2023 年12 月 1 日 14:14 UTC](https://forum.freemdict.com/t/topic/25119/1 "2023-12-01T14:14:32Z")

</div>

MdxConverter 可以依据词汇列表从mdx中批量提取具体内容为html、PDF等，方便学习。

但我在使用过程中遇到一点问题，并已反馈到官网，但开发者好久没有更新这个软件了，特来此求助。

详情：

> <https://github.com/noword/MdxConverter/issues/10>
>
> 我使用\[Releases v0.0.7\](https://github.com/noword/MdxConverter/releases/tag/v0.0.7)… 将案例输出为pdf，出现了如下错误：
> 
> !\[image\](https://github.com/noword/MdxConverter/assets/25874852/3742fec8-91eb-4292-b0e6-c500edd8d2d3)

---

<div class="post-metadata">

作者： ![Vim](https://forumcdn.freemdict.com/user_avatar/forum.freemdict.com/vim/32/8408_2.png) [@Vim](https://forum.freemdict.com/u/Vim)\
发布日期： [2023 年12 月 1 日 15:14 UTC](https://forum.freemdict.com/t/topic/25119/2 "2023-12-01T15:14:08Z")

</div>

参考这里的指引：[求助：提取mdx词条转换为HTML/PDF - #53，来自 jns](https://forum.freemdict.com/t/topic/3886/53)

做了如下修订——添加加亮行，并将之后的一行注释掉——不会报错了！

 ![image](https://forumcdn.freemdict.com/uploads/default/original/3X/3/6/362942c7aab463e9320ce426bddcaca30fadabff.png)

但输出的PDF文字间距太密依然还有待解决。

---

<div class="post-metadata">

作者： ![last\_idol](https://forumcdn.freemdict.com/user_avatar/forum.freemdict.com/last_idol/32/2205_2.png) [@last\_idol](https://forum.freemdict.com/u/last_idol)\
发布日期： [2023 年12 月 1 日 15:36 UTC](https://forum.freemdict.com/t/topic/25119/3 "2023-12-01T15:36:57Z")

</div>

像是字体问题，指定下字体，或者可能调整下DPI就可以？不确定，到原始的仓库搜索下看看。

> **[GitHub - wkhtmltopdf/wkhtmltopdf: Convert HTML to PDF using Webkit (QtWebKit)](https://github.com/wkhtmltopdf/wkhtmltopdf)**
>
> Convert HTML to PDF using Webkit (QtWebKit). Contribute to wkhtmltopdf/wkhtmltopdf development by creating an account on GitHub.

---

<div class="post-metadata">

作者： ![Vim](https://forumcdn.freemdict.com/user_avatar/forum.freemdict.com/vim/32/8408_2.png) [@Vim](https://forum.freemdict.com/u/Vim)\
发布日期： [2023 年12 月 1 日 18:19 UTC](https://forum.freemdict.com/t/topic/25119/4 "2023-12-01T18:19:17Z")

</div>

更改DPI设置就可以了！

这是我的设置，效果与html几乎一致：

 ![image](https://forumcdn.freemdict.com/uploads/default/original/3X/2/2/223a98d8680190f4a40626d5e752c44387909fe8.png)
