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.
精彩评论