Hi! Just a small tip: You could stop and resume the script/Scribus at anytime if you add the following line before the pdf export: if os.path.exists("pzimdma2008_cover_%04d.pdf" % (count+1)): continue This will skip any already generated pdf and should save you some time. Henning