PDFtoTIF
Here is my autoit script to make it a more user friendly:
FileSelectFile, filenamevar, 1
; MsgBox, 0, Example, Filename selected was %filenamevar%
InputBox, NAME, New File Name, Please Type the Name of the new TIFF minus the file extension
runwait, C:\\Program Files\\Pdftotif\\pdftotif.exe "%filenamevar%" "%USERPROFILE%\\DESKTOP\\%NAME%.TIFF"
MsgBox, 0, Your New Tiff, Your new tiff, %NAME%.TIFF, is on your desktop.
No comments:
Post a Comment