Search found 4 matches

by dzieglerok
2012-09-06T13:06:50-07:00
Forum: Users
Topic: append without degradation
Replies: 5
Views: 9486

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 ...
by dzieglerok
2012-09-06T09:08:21-07:00
Forum: Users
Topic: Convert images in subdirectories
Replies: 2
Views: 6533

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
by dzieglerok
2012-09-05T12:08:09-07:00
Forum: Users
Topic: append without degradation
Replies: 5
Views: 9486

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...
by dzieglerok
2012-09-05T11:04:16-07:00
Forum: Users
Topic: append without degradation
Replies: 5
Views: 9486

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 ...