Hi mates!
I`m automating the creation of the covers of a book collection. They have a very basic design: a spread with five pages (left flap, back cover, spine, front cover and right flap), a black background, white texts, author, title, volume number, isbn and codebar, little fragment of text, and flaps with previous and next volumes in collection.
Until now, the script is working. Maybe not refined, hadnsome code, but it works.
But… I’m unable to stablish the spine (page #2) width. The only code that do something is this:
with (app.activeDocument.documentPreferences) {
pageWidth = ’60mm’;
}
but it only works with normal, facing pages document. And for all pages in doc.
I have tried more things with no results at all. I’m very clumsy with Object model viewer.
Some advice, mates?
Thanks in advance, and I hope you understand my english.