<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><br><div>> Date: Thu, 16 Jul 2015 18:59:16 -0400<br>> From: John@wexfordpress.com<br>> To: scribus@lists.scribus.net<br>> Subject: Re: [scribus] merging pdf files.<br>> <br>> On Thu, 16 Jul 2015 15:01:02 -0400<br>> William Bader <williambader@hotmail.com> wrote:<br>> <br>> > <br>> > > Date: Thu, 16 Jul 2015 14:18:13 -0400<br>> > > From: John@wexfordpress.com<br>> > > To: scribus@lists.scribus.net<br>> > > Subject: [scribus] merging pdf files.<br>> > > <br>> > > I have roughly 200 pdf files that I need to<br>> > > merge into one file. They constitute the<br>> > > pages of a book. Some are the product of<br>> > > Scribus and some are not. Eventually all will<br>> > > be. All are the same page size. I have tried<br>> > > pdftk, a Ghostscript command and so on.<br>> > > Nothing seems to work even on small subsets.<br>> > > What do you folks use?<br>> > > <br>> > > My environment is Slackware linux 14.1<br>> > > <br>> > > -- <br>> > > John Culleton<br>> > > Wexford Press<br>> > > Book layout, typesetting and Indexing<br>> > > Free list of books for self-publishers:<br>> > > http://wexfordpress.net/shortlist.html<br>> > <br>> > I have used both ghostscript and poppler<br>> > pdfunite to combine small numbers of PDFs. With<br>> > ghostscript, the command would be gs -q<br>> > -dNOPAUSE -dBATCH -sDEVICE=pdfwrite<br>> > -dCompatibilityLevel=1.4 -sOutputFile=new.pdf<br>> > -c .setpdfwrite -f *.pdf It is important to<br>> > have a recent version of gs like 9.16.<br>> > http://www.ghostscript.com/ Depending on the<br>> > files and the version of gs, -dUseFastColor or<br>> > -dNOGC might make it run faster. If it does not<br>> > work, you can file a bug report at<br>> > http://bugs.ghostscript.com/ With poppler<br>> > pdfunite, the command would be pdfunite *.pdf<br>> > new.pdf The current release is poppler 0.34.0<br>> > http://poppler.freedesktop.org/ If pdfunite<br>> > does not work, you can file a bug report at<br>> > https://bugs.freedesktop.org Regards, William<br>> > Bader, Director of Research and Development at<br>> > SCS, http://www.newspapersystems.com<br>> >                                          <br>> > -------------- next part --------------<br>> > An HTML attachment was scrubbed...<br>> > URL:<br>> > <http://lists.scribus.net/pipermail/scribus/attachments/20150716/7f92ec19/attachment.html><br>> > ___ Scribus Mailing List:<br>> > scribus@lists.scribus.net Edit your options or<br>> > unsubscribe:<br>> > http://lists.scribus.net/mailman/listinfo/scribus<br>> > See also: http://wiki.scribus.net<br>> > http://forums.scribus.net<br>> > <br>> <br>> Irony of ironies. The above script blew up. So I<br>> moved the very first file, just created today<br>> using scribus  1.5.1, out of contention. Then the<br>> script you gave me worked like a champ. I'll try<br>> recreating that first record using 1.5.0.<br>> <br>> Stay tuned. And thanks to all who responded.</div><div><br></div><div>If you have a file that crashes gs, can you post a bug report to the ghostscript developers, or if you can forward a small file that can be posted in a public area, I could look at it and post it a bug report.</div><div><br></div><div>William</div><div><br><br></div><div><br></div>                                      </div></body>
</html>