Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

pdf-export

  1. A

    macOS Applescript: exporting numbers file to PDF

    I have the following code to print a pages file: tell application "Pages" set Doc to open PathFileDoel as alias set DocPDF to PathFileDoelPDF export Doc to file DocPDF as PDF close Doc end tell Is there a similar command to export a numbers...