Re: Pages 4.3 and Mavericks - Can't export as PDF
Re: Pages 4.3 and Mavericks - Can't export as PDF
- Subject: Re: Pages 4.3 and Mavericks - Can't export as PDF
- From: Lists <email@hidden>
- Date: Sun, 03 Nov 2013 19:06:28 -0800
On Nov 3, 2013, at 6:23 PM, Shane Stanley <email@hidden> wrote:
>
> On 4 Nov 2013, at 5:53 AM, Lists <email@hidden> wrote:
>
>> The pertinent part of my script that is broken is:
>>
>> set filesname to (path to desktop folder as string) & "grief." & "pdf"
>> tell application "Pages"
>> save document 1 in filesname
>> end tell
>
> What happens if you change it to:
>
> set filesname to (path to desktop folder as string) & "grief." & "pdf"
> tell application "Pages"
> save document 1 in file filesname
> end tell
That produces the same result - Pages freezes with an export dialog up.
> You shouldn't use paths with sandboxed applications.
Where can I look for the info regarding sandboxing and paths and their alternatives?
Thanks
J
_______________________________________________
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