Re: List of numbers for encoding in Microsoft Word?
Re: List of numbers for encoding in Microsoft Word?
- Subject: Re: List of numbers for encoding in Microsoft Word?
- From: William Adams <email@hidden>
- Date: Wed, 05 Aug 2015 11:04:57 -0400
On Aug 4, 2015, at 7:54 PM, Shane Stanley wrote:
> OS X defines NSMacOSRomanStringEncoding as 30, so it sounds like they are using the standard OS values:
Thank you.
I've tried a bunch of those options, and also options for changing the line endings, but didn't have any luck.
I need to save the files out as: Other Encoding: Western Windows (Latin 1) w/ CR LF line endings, but nothing I've tried here has worked:
on open of theFiles
repeat with x in theFiles
tell application "Microsoft Word"
open x
save as the front document file name path of the front document & ".txt" file format format text text encoding 5 line ending type line ending cr lf
close front document saving no
end tell
end repeat
end open
What is the secret trick to making this work? I'm not getting any error messages or feedback in the system.
William
--
William Adams
senior graphic designer
Fry Communications
Sphinx of black quartz, judge my vow.
_______________________________________________
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