Scribus Python: How to set print color profile
import scribus
PDF = scribus.PDFfile()
PDF.file = "output.pdf"
PDF.printprofc = "ISO Coated v2 300% (basICColor)"
# [...]
PDF.save()
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow