Search found 4 matches
- 2012-09-06T13:06:50-07:00
- Forum: Users
- Topic: append without degradation
- Replies: 5
- Views: 8997
Re: append without degradation
Dear Wolfgang, Here is my script: montage -density 254 "Bankers Black Sonic Log.pdf" -mode concatenate -tile 1 "Bankers Black Sonic Log.tif" or convert -density 254 "Apollo Watson D-N Log.pdf" -append "Apollo Watson D-N Log.tif" Each original file is 12-15 MB. I watched system resources and the Ram ...
- 2012-09-06T09:08:21-07:00
- Forum: Users
- Topic: Convert images in subdirectories
- Replies: 2
- Views: 6251
Re: Convert images in subdirectories
Wolfgang,
I had already looked at the batch procedures in your link and will make an attempt to make it work. If I have trouble, I will throw you a lifeline. Thanks for your help.
Dan
I had already looked at the batch procedures in your link and will make an attempt to make it work. If I have trouble, I will throw you a lifeline. Thanks for your help.
Dan
- 2012-09-05T12:08:09-07:00
- Forum: Users
- Topic: append without degradation
- Replies: 5
- Views: 8997
Re: append without degradation
Wolfgang,
That worked. Now can I batch process about 30 of these files? Each are pdf's that are named differently and all in one directory.
Thanks a million. I owe you lunch...
That worked. Now can I batch process about 30 of these files? Each are pdf's that are named differently and all in one directory.
Thanks a million. I owe you lunch...
- 2012-09-05T11:04:16-07:00
- Forum: Users
- Topic: append without degradation
- Replies: 5
- Views: 8997
append without degradation
I have a simple problem. I have multipage pdf files that I need to convert to a single page long, vertical tiff file. I successfully do this easily but while doing so, the image degrades an unacceptable amount no matter what I do. convert "file1.pdf" -append "file1.tif" Any help would be appreciated ...