Scripter API

From Scribus Wiki
Revision as of 11:08, 3 February 2005 by Joeboy (talk | contribs) (Stub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Scribus can be automated using the powerful Python language via the scripting API. The reference manual can be viewed by selecting Help->Scripter Manual from the Scribus menu, or at http://docs.scribus.net/index.php?lang=en&sm=scripter&page=scripter1.

Scripting functionality will only be available if your version of Scribus was built to include it. Some binary packages (rpms, debs etc) don't include it and scripting functionality will therefore be unavailable.

It is also possible to automate Scribus in C++ using the Plugin Architecture.