Re: Place file command in InDesign 2020 doesn't seem to work
Re: Place file command in InDesign 2020 doesn't seem to work
- Subject: Re: Place file command in InDesign 2020 doesn't seem to work
- From: Ralph Richardson via AppleScript-Users <email@hidden>
- Date: Mon, 6 Jan 2020 14:44:43 -0700
I can't test it yet but did you try (pic as alias)?
RR
x7266
On Mon, Jan 6, 2020 at 9:00 AM Bert Groeneveld via AppleScript-Users <
email@hidden> wrote:
> Hi, I updated InDesign from CC 2019 to 2020 (and my system to Catalina
> 10.15.2)
>
> How can I get the place file command to work? See below.
>
> *set* pic *to*
> "Macintosh_HD:Users:bertus:Documents:Applescript:DEEN:HIGHRES IMAGES:91969
> - Hutspot 500 gram-KLEIN.tif"
>
> *tell* *application* "Adobe InDesign 2020"
> *set* myDoc *to* *document* 1
> *tell* myDoc
> *set* myPage *to* *page* 1
> *tell* myPage
> *set* myresult *to* *make* new *rectangle* with properties {geometric
> bounds:{10, 10, 110, 110}}
> *tell* myresult
> *set* (content type) *to* *graphic type*
> *place* *file* pic -- this command doesn't seem to work anymore in
> InDesign 2020
> *end* *tell*
> *end* *tell*
> *end* *tell*
> *end* *tell*
>
> Thanks in advance for any help,
> Bert.
> _______________________________________________
> 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