Re: PDF to JPG
Re: PDF to JPG
- Subject: Re: PDF to JPG
- From: Emmanuel LEVY <email@hidden>
- Date: Fri, 27 Feb 2015 00:17:58 +0100
What would be wrong with Smile? You can set the dpi and the quality - and the file names.
In a nutshell, make a new graphic window, do BeginFigure, do DrawPDF, EndFigure() and save with ".jpg" at the end of the file name.
Best,
Emmanuel
On Feb 26, 2015, at 11:55 PM, Stockly, Ed wrote:
> I've got thousands of PDF files that I need to make jpegs from.
>
> The pdf files and their jpgs will live in the same directories, the only
> difference in the file name will be the extension.
>
> What is the quickest way to do this? I know there's an automator for it,
> but that gives me a jpg with a funky file name, but I know that if there's
> an automator command, there's probably a shell script I can access from
> appleScript.
>
> Any suggestions?
>
> ES
>
>
>
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
References: | |
| >PDF to JPG (From: "Stockly, Ed" <email@hidden>) |