Good evening,
I have a little script which print a file (without opening it). The code looks like:
PathFileDoel is the name of the file.
Now, I want that the file to be printed double sided. What do I have to change to the code?
Thanks in advance!
I have a little script which print a file (without opening it). The code looks like:
Code:
tell application "Finder"
activate
print document file PathFileDoel
end tell
PathFileDoel is the name of the file.
Now, I want that the file to be printed double sided. What do I have to change to the code?
Thanks in advance!