Search found 3 matches

by MrMuscle
2017-11-15T06:12:37-07:00
Forum: Users
Topic: Multiple TIFFs to separate PDFs
Replies: 4
Views: 3831

Re: Multiple TIFFs to separate PDFs

I got help from elsewhere. I installed FindUtils for Windows. Link: http://gnuwin32.sourceforge.net/packages/findutils.htm Code: "C:\Program Files (x86)\GnuWin32\bin\find.exe" "C:\Users\XXX\Desktop\Folder" -type f -regex ".*tif" -exec magick "{}" "{}.pdf" ; This printed out separate pdf of each tif ...
by MrMuscle
2017-11-15T04:41:41-07:00
Forum: Users
Topic: Multiple TIFFs to separate PDFs
Replies: 4
Views: 3831

Re: Multiple TIFFs to separate PDFs

I must say that I'm new to this program so I would need just a little more help to complete this task :( These TIFF files are in separate folders. I have this "main folder" which contains sub folders where these TIFFs are. Example of my folder structure: Main Folder\Sub Folder 1\image_1.tif Main ...
by MrMuscle
2017-11-15T03:59:35-07:00
Forum: Users
Topic: Multiple TIFFs to separate PDFs
Replies: 4
Views: 3831

Multiple TIFFs to separate PDFs

Hello! I'm using IM 7.0.7 Q16 on Windows 7. I have few hundred TIFF files which I need to convert to PDF files. Each TIFF file contain one page and I need to create separate PDF file of each with the original filename so that the only thing on the file changes is the filetype. I tried to look ...