摘要:
ERROR ID Table overflowERROR This file is too complex to render- SWF only supports 65536 shapes at once是因为需要转换的那个文件太复杂,该软件只能支持65536shapes 的文件转换。后台的处理命令为:pdf2swf 1.pdf -o 1.swf -f -T 9解决方法:pdf2swf 1.pdf -o 1.swf -f -T 9 -G -s poly2bitmap 只对文件中的图形转成点阵pdf2swf 1.pdf -o 1.swf -f -T 9 -G -s bitmap 对ev... 阅读全文