|
之前2003,操作pdf转图片没有问题
excel2010 win7 32位 转图片转不了,网上的老信息是2003和2007可以
不知道2010以上的版本哪个版本支持
以下全都不能用
'com.adobe.acrobat.eps" eps
'com.adobe.acrobat.html-3-20" html, htm
'com.adobe.acrobat.html-4-01-css-1-00" html, htm
'com.adobe.acrobat.jpeg" jpeg, jpg, jpe
'com.adobe.acrobat.jp2k" jpf, jpx, jp2, j2k, j2c,jpc
'com.adobe.acrobat.doc" doc
'com.adobe.acrobat.png" png
'com.adobe.acrobat.ps" ps
'com.adobe.acrobat.rtf" rtf
'com.adobe.acrobat.accesstext" txt
'com.adobe.acrobat.plain-text" txt
'com.adobe.acrobat.tiff" tiff, tif
'com.adobe.acrobat.xml-1-00" xml
另外一种方式也行不通
Dim oPres As Presentation'这里出错
Dim oSh As Shape
Dim sngWidth As Single
Dim sngHeight As Single
sngWidth = 612
sngHeight = 792
Set oPres = Presentations.Add'这里也出错
我需要的是可以搜索pdf文件关键字,并定位到指定页码,并删除其余页面,然后剩下的单页需要保存成图片
现在就是不能保存成图片,不知道哪位大神知道有其他版本可以操作
|
|