Hi,
I'm I'd like to create script to convert .pages to PDFs using AppleScript.
I've found required function in AppleScript Editor:
But I don't know how to use it ... 
Could someone help me? Thank you
EDIT: Solved by finding this http://iworkautomation.com/pages/document-export.html
I'm I'd like to create script to convert .pages to PDFs using AppleScript.
I've found required function in AppleScript Editor:
Code:
export v : Export a document to another file
export document : The document to export
to file : the destination file
as epub/*unformatted text/*PDF/*Microsoft Word/*Pages 09 : The format to use.
[with properties export options] : Optional export settings.
File Format File Extension
ePub epub
Unformatted Text txt, text
PDF pdf
Microsoft Word docx, doc
Pages 09 pages
Could someone help me? Thank you
EDIT: Solved by finding this http://iworkautomation.com/pages/document-export.html
Last edited: