I am trying to retire an old G4 running OS9.2 and PageMaker 6.5.
There a number of files on teh computer that need to be saved as
pdfs. I have managed to compile a script that will open all the files
in a folder, print the PageMaker files as .ps., and close all the
do***ents. There are two problems, one, too many files to open at one
time, and there are some files in the folders that do not have an
application on the Mac to open them, so the script times out. I would
like to just select the files to open to only PageMaker 6.5
do***ents. Any help would be appreciated.
Something along the lines of:
set files_print to every file in "Folder" whose application is "Adobe
PageMaker 6.5"
Thanks.