linux下采用swftools将pdf文件生成swf文件
转换成swf文件的命令是:/usr/bin/pdf2swf -o cwh1.swf -f cwh1.pdf -s languagedir=/usr/local/share/xpdf/chinese-simplified -T 9 -t -s storeallcharacters -s poly2bitmap
其中,cwh1.pdf是要转换的文件,cwh1.swf是要生成的文件,对于大部份的pdf文档,上述命令进行转换是没有问题的,但是对于比较专业的、老的文献,会出现类似下面一大堆的内容:
Truetype wasn't able to load glyph 24215, error 6
Truetype wasn't able to load glyph 32463, error 6
Truetype wasn't able to load glyph 38144, error 6
Truetype wasn't able to load glyph 24320, error 6
Truetype wasn't able to load glyph 26412, error 6
Truetype wasn't able to load glyph 88, error 6
Truetype wasn't able to load glyph 73, error 6
Truetype wasn't able to load glyph 47, error 6
Truetype wasn't able to load glyph 24352, error 6
Truetype wasn't able to load glyph 23383, error 6
有没有什么办法能解决这个问题呢,或者屏蔽掉这种输出也行?多谢了~~~
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
多谢哈~虽然不是我想要的结果