scribus | official Scribus SVN ( however you should really use SVN | Version Control System library
kandi X-RAY | scribus Summary
kandi X-RAY | scribus Summary
Scribus - Open Source Desktop Publishing.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of scribus
scribus Key Features
scribus Examples and Code Snippets
Community Discussions
Trending Discussions on scribus
QUESTION
I would like to make some Scribus scripts. Normally I use Visual Studio 2019 for other tasks, so I am wondering, is it possible to add somehow Scribus to references?
Now I see unresolved import 'scribus'
in my scripts and there's not intellisense.
ANSWER
Answered 2019-Dec-07 at 20:16Yes, you can write your scripts with Visual Studio, but you will need to run them from inside of Scribus:
- You write your Script in VS
- Keep an open Scribus instance
- Save your changes
- Run your script from the Scribus menus
In the past, when creating scripts that would have little interaction with Scribus documents but lot of calculations, I've created a MockAPI that was replicating a few Scribus commands.
One day we will be able to use Scribus as a library but there is lot of work to be done to get there...
QUESTION
I am trying to import pages in Scribus 1.5.5 from a Scribus Document with a script by using:
...ANSWER
Answered 2019-Nov-11 at 14:54I've already replied to the same question in the Scribus forums
With the current Scribus code I've tried:
QUESTION
How can I find images used more than one time in a scribus document?
Is it possible to search a scribus document for images that have been used more than once?
...ANSWER
Answered 2019-Aug-08 at 15:38No, not really.
But in "Extras > Manage Image" you can have an overview of the images you have used. It might help you detect duplicates.
You could also write a simple Python script that goes through all images in the document and tells you on which pages you have duplicates...
After your feedback in the comments, I've skimmed through https://wiki.scribus.net/canvas/Category:Scripts and wrote a simple script that lists the path of each image in your document:
QUESTION
I am trying to use Scribus to convert a SVG to PDF and then add a spot color to the PDF. The spot color has to be named "CutContour" for the Vinyl Cutter to know where to cut. Nothing I do seems to create a Spot Color. I think I might be using the wrong type of PDF but am not sure. I think the PDF needs to be PDF/X-3 but the pdf.version only except ints so I dont know what to use.
...ANSWER
Answered 2019-May-23 at 12:14it seems that, by default, scribus exports the pdf for web / display...
you need to add
QUESTION
Cheers!
I'm trying to build a "references - services" relation on my Wordpress page and I try to create my own "archive - like" page. On these page I have a problem with displaying the posts with a pagination.
I have the two custom post types "reference" and "service". Both are connected with scribus Wordpress Plugin "Posts2Posts" and my sites should contain the following content:
archive-reference.php: Listing of all services that have at least one reference. But that isn't the problem. Not the normal goal of an archive page...
reference-service-page-template.php: Custom page template that displays all references for a service. So in that way, its the new "reference archive" filtered by service.
Some codeIf its relevant, thats the p2p connection (its working):
...ANSWER
Answered 2017-Dec-12 at 14:08I found the bug in my custom rewrite rule. I forgot to add the second rewrite rule for the page.
Here is my new custom rewrite action:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install scribus
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page