Search found 3 matches
- 2011-10-28T06:19:14-07:00
- Forum: Users
- Topic: ps -> pdf v6.4.2 OK,6.7.3-2 FAILED
- Replies: 6
- Views: 9924
Re: ps -> pdf v6.4.2 OK,6.7.3-2 FAILED
Try this command: convert -verbose 00976451.eps.ps -define delegate:bimodal=true test.pdf Bimodal delegate support is seldom used and it was affecting performance so we made it an option. It works. This is the right moment to go into the weekend :D Thanks a lot P.S Where can I find some ...
- 2011-10-27T23:56:01-07:00
- Forum: Users
- Topic: ps -> pdf v6.4.2 OK,6.7.3-2 FAILED
- Replies: 6
- Views: 9924
Re: ps -> pdf v6.4.2 OK,6.7.3-2 FAILED
It looks like the delegates are attempting to 'short-circuit' as you don't modify the image in memory. Add a -taint between the read of the PS and the write of the PDF. See IM Examples, File Handling, Delegates for more detail. http://www.imagemagick.org/Usage/files/#delegate_direct No change ...
- 2011-10-27T02:38:06-07:00
- Forum: Users
- Topic: ps -> pdf v6.4.2 OK,6.7.3-2 FAILED
- Replies: 6
- Views: 9924
ps -> pdf v6.4.2 OK,6.7.3-2 FAILED
Hi, there is a problem if I convert from ps (eps) to pdf. At the version 6.4.2 it works well. The pdf is well and I am able to mark text in it. With the version 6.7.3-2 the conversion works too, but the result is a bitmap pdf. The size of the file is for the factor 10 bigger. Version 6.4.2: convert ...