Problems registering, no confirmation email - see http://wiki.scribus.net/canvas/Forums_Registration
Quote from: a.l.e on January 29, 2025, 11:05:32 PM2. in the x field of the pp append "-width/2"
scribus.openDoc(filein)
pdf = scribus.PDFfile()
pdf.file = fileout
pdf.version = 11 # PDF/X1a
pdf.fontEmbedding = 1 # outline
pdf.outdst = 1 # print
pdf.pageLayout = 3 # face right first
pdf.quality = 0 # quality of embedding objects
pdf.registrationMarks = False
pdf.colorMarks = False
pdf.bleedMarks = True
pdf.useDocBleeds = True
pdf.markOffset = 3 # mark offset
pdf.docInfoMarks = True
pdf.noembicc = True # do not use embedded ICC profiles
pdf.save()
scribus.closeDoc()
But I ran into a problem with outlining fonts with PD/X1a. Something is wrong with a sans serif face and I cannot find the reason. When I set the output to PDF 1.3, everything is fine. When I set PDF/X1a, Scribus does not outline but subset (not sure why) and crashes on OpenSans (signal 11). See output:pdf font "Lexend Bold"
"/Fo0" uses method "Subset" and encoding 0
pdf font "Lexend Regular"
"/Fo1" uses method "Subset" and encoding 0
pdf font "Lexend SemiBold"
"/Fo2" uses method "Subset" and encoding 0
pdf font "Noto Serif Regular"
"/Fo3" uses method "Subset" and encoding 0
pdf font "Poppins Bold"
"/Fo4" uses method "Subset" and encoding 0
pdf font "Poppins SemiBold"
"/Fo5" uses method "Subset" and encoding 0
pdf font "Roboto Bold"
"/Fo6" uses method "Subset" and encoding 0
pdf font "Roboto Italic"
"/Fo7" uses method "Subset" and encoding 0
pdf font "Roboto Regular"
Scribus Crash
-------------
Scribus crashes due to Signal #11