【发布时间】:2010-06-18 20:54:10
【问题描述】:
运行以下
agrid = Grid[{{Style["hello", Bold]}}]
ImportString[ExportString[agrid, "PNG"], "PNG"]
ImportString[ExportString[agrid, "EPS"], "EPS"]
吐出来
你好
你好
“你好”
也就是说,EPS 导出器在输出中包含引号。 PDF 也一样。如果没有Grid,所有出口商都会省略引号。
我需要什么魔法才能去掉 PDF 中的引号?
【问题讨论】: