Re: Coyote Graphics PS/PDF output size/orientation [message #85514 is a reply to message #85512] |
Wed, 14 August 2013 10:28   |
Paul Levine
Messages: 29 Registered: February 2008
|
Junior Member |
|
|
On 2013-08-14 17:10:44 +0000, David Fanning said:
> David Fanning writes:
>
>> OK, here is something. On Macs, I don't use Ghostscript. I use the built
>> in (I believe) command pstopdf. What happens if you comment out the
>> "DARWIN" section of the case statement in cgps2pdf.pro and use the
>> UNIX case instead. Do you have the same results?
>
> So the use of pstopdf turns out to be the culprit in the mysterious
> "rotation" problem. Unfortunately, pstopdf doesn't appear to support any
> rotation options, so I have elected to have Macs use the same
> ImageMagick/Ghostscript method other UNIX flavors use. I left the old
> code intact, but commented out, however, in case anyone prefers the old
> methods.
>
> You can find an updated program that does the rotation the way I expect
> it to be done here:
>
> http://www.idlcoyote.com/programs/cgps2pdf.pro
>
> Cheers,
>
> David
Excellent, thanks for the update. It seems that like many things
Apple, the original UNIX way provides the best option.
|
|
|