[scribus-dev] script export to PDF with outlined fonts

JLuc jluc at no-log.org
Thu Oct 5 12:52:28 UTC 2017


Hello

When i set options to "outline all" when exporting to PDF
and later save the SLA,

and later export it to PDF through the commande line option

using
     filename = os.path.splitext(scribus.getDocName())[0]
     pdf = scribus.PDFfile()
     pdf.file = filename+".pdf"
     pdf.version = 15
     pdf.save()

then the created PDF has all fonts embeded or subset,
when it should have none, but vectors instead.

Is there some special argument i have to pass to these python commands ?

JLuc




More information about the scribus-dev mailing list