Re: Which version of InDesign created a document?
Re: Which version of InDesign created a document?
- Subject: Re: Which version of InDesign created a document?
- From: Shane Stanley <email@hidden>
- Date: Wed, 19 Mar 2008 11:22:58 +1100
- Thread-topic: Which version of InDesign created a document?
"Simon, Garry" wrote:
> Is it possible to use a script to determine which InDesign created a document?
I haven't tried this, but apparently byte 33 of the file contains the
version number, so:
set theVersion to ASCII number of (read file pathToFile from 33 to 33)
should work.
--
Shane Stanley <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