开发者

VB dLL to convert pdf to tiff

开发者 https://www.devze.com 2022-12-29 00:40 出处:网络
Is any dll or开发者_高级运维 ocx available to convert pdf to tif in vb 6? Preferably free.You could use the COM support of ImageMagick:

Is any dll or开发者_高级运维 ocx available to convert pdf to tif in vb 6? Preferably free.


You could use the COM support of ImageMagick:

http://www.imagemagick.org/script/ImageMagickObject.php


I found that ImageMagick doesn't have the ability to convert PDFs to Tif by default. You have to download another program called Ghostscript (which is free under GPL).

Download here: http://www.ghostscript.com/download/gsdnld.html

See this thread for how to use the command line: Best way to convert pdf files to tiff files

Then use the Shell to the command with the parameter to convert the file to tif.

0

精彩评论

暂无评论...
验证码 换一张
取 消