Answered
Can you export masters only - Indesign CC?
Is there a way of exporting to PDF from Indesign CC the master pages only? Without adding them to Pages?
Is there a way of exporting to PDF from Indesign CC the master pages only? Without adding them to Pages?
If you are using OSX this would do it
tell application "Adobe InDesign CC 2014"
tell active document
set m to every master spread
repeat with i from 1 to count of m
make new spread with properties {applied master:item i of m}
end repeat
end tell
end tell
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.