CopyObject() and pasteObject()

From Scribus Wiki
Revision as of 17:48, 31 January 2012 by Gpittman (talk | contribs) (Created page with "{{Scripting Index}} This is an introduction to a couple of new Scripter commands. What these allow for is for the copying of selected objects (individually) to all or a number of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This article is part of the Scripts series.

This is an introduction to a couple of new Scripter commands. What these allow for is for the copying of selected objects (individually) to all or a number of pages. You might consider this as a workaround for the issue some have brought up regarding Master Pages, so that something occurring on a Master Page might be editable on individual pages.

Eventually, I plan to write a more flexible script, but initially, the script below uses these commands to copy a selected object to all pages, odd pages, or even pages. If you specify anything else, nothing happens.

paste2all.py