Reply To: Buttons made up of a group of vector objects are missing from Interactive PDF exported from InDesign CS5

Home Page / Forums / General InDesign Topics (CLOSED) / Buttons made up of a group of vector objects are missing from Interactive PDF exported from InDesign CS5 / Reply To: Buttons made up of a group of vector objects are missing from Interactive PDF exported from InDesign CS5

#59425
perdman
Member

More info!! If I turn spreads back on using the script, the buttons come back. And it's not just these particular buttons; ALL buttons disappear if you disable spreads. I reset my preferences just to make sure, and I tested it with several documents I've made that have buttons.

Is there something in the togglespreads.jcx script that could cause this? This is all it contains:

// Toggle the 'exportReaderSpreads' hidden flag

// (InDesign CS5 JavaScript)

// ———————————

alert(

“Spreads are now ” +

( ( app.interactivePDFExportPreferences.exportReaderSpreads ^=1 ) ? 'ON' : 'OFF' ) +

” in Interactive PDF Export Preferences.”

);

If there's no other way around it, I guess I could make a separate version for online only, change it to non-facing pages, and redo my master page so it's the same on every page. Then the spreads feature could be on and it would still look ok. The document is also printed, so I'll need to keep it facing pages for the print version.

This article was last modified on April 27, 2011

Comments (0)

Loading comments...