Saving PDF as RTF in Adobe Acrobat
Saving PDF as RTF in Adobe Acrobat
- Subject: Saving PDF as RTF in Adobe Acrobat
- From: Denis Boyd <email@hidden>
- Date: Fri, 14 Aug 2015 13:42:38 +0100
Hello all,
I am trying to write a simple script to batch convert some PDF files to
RTF or DOCX using Adobe Acrobat.
Acrobat's AppleScript dictionary isn't very helpful:
save v : Save the document.
save specifier : The document to be saved.
[to alias] : An “alias” or “file” path of the new document (Save As...).
[using specifier] : Conversion class object to use. Converts to non-PDF
formats.
[linearize boolean] : Whether the document should be saved as linearized.
Does anyone know what the names of the 'Conversion classes' are and what
the syntax is for using them?
currently I have:
tell application "Adobe Acrobat"
activate
open current_file
save document pdf_file_name to folder_path & ":" &
new_file_name using [Conversion class]
close document new_file_name
end tell
Thanks in advance for any suggestions.
Denis
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden