View Single Post
Oh, well, that's just great, isn't it? I'll look into that. It sounds like it's working exactly as Apple intends, which is not very helpful. If so, the only thing I can think of that might work is to have the script prompt for the file, which is not something I've tested in conjunction with automated publishing:

set theFile to choose file name with prompt "Save PDF as:"
of type {"adobe.pdf"}
default name "defaultFilename"
default location somePlace

-Tom