<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.supporting-role.co.uk//index.php?action=history&amp;feed=atom&amp;title=Merge_PDFs</id>
	<title>Merge PDFs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.supporting-role.co.uk//index.php?action=history&amp;feed=atom&amp;title=Merge_PDFs"/>
	<link rel="alternate" type="text/html" href="https://wiki.supporting-role.co.uk//index.php?title=Merge_PDFs&amp;action=history"/>
	<updated>2026-05-09T15:47:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.supporting-role.co.uk//index.php?title=Merge_PDFs&amp;diff=73&amp;oldid=prev</id>
		<title>Mvanbeek: Created page with &#039;Ways of combining / merging PDF&#039;s on Forget ABout IT servers:  == Using CUPS == This method is quickest and simplest, and puts the output file into the user&#039;s PDF folder.  &lt;pre&gt;s...&#039;</title>
		<link rel="alternate" type="text/html" href="https://wiki.supporting-role.co.uk//index.php?title=Merge_PDFs&amp;diff=73&amp;oldid=prev"/>
		<updated>2009-05-22T09:14:59Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;Ways of combining / merging PDF&amp;#039;s on Forget ABout IT servers:  == Using CUPS == This method is quickest and simplest, and puts the output file into the user&amp;#039;s PDF folder.  &amp;lt;pre&amp;gt;s...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Ways of combining / merging PDF&amp;#039;s on Forget ABout IT servers:&lt;br /&gt;
&lt;br /&gt;
== Using CUPS ==&lt;br /&gt;
This method is quickest and simplest, and puts the output file into the user&amp;#039;s PDF folder.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo lp -d PDF -U &amp;lt;USERNAME&amp;gt; File01.pdf File02.pdf File03.pdf ...&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However, I have found that this doesn&amp;#039;t work with some &amp;quot;less than perfect&amp;quot; PDF files&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Using GhostScript == &lt;br /&gt;
&lt;br /&gt;
To use Ghostscript to combine PDF files, type something like the following:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=finished.pdf File01.pdf File02.pdf ...&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Unless you&amp;#039;re very familiar with Ghostscript, that string of commands won&amp;#039;t mean much to you. Here&amp;#039;s a quick breakdown:&lt;br /&gt;
&lt;br /&gt;
* \tgs -- starts the Ghostscript program&lt;br /&gt;
* \t-dBATCH -- once Ghostscript processes the PDF files, it should exit. If you don&amp;#039;t include this option, Ghostscript will just keep running&lt;br /&gt;
* \t-dNOPAUSE -- forces Ghostscript to process each page without pausing for user interaction&lt;br /&gt;
* \t-q -- stops Ghostscript from displaying messages while it works&lt;br /&gt;
* \t-sDEVICE=pdfwrite -- tells Ghostscript to use its built-in PDF writer to process the files&lt;br /&gt;
* \t-sOutputFile=finished.pdf -- tells Ghostscript to save the combined PDF file with the name that you specified&lt;/div&gt;</summary>
		<author><name>Mvanbeek</name></author>
	</entry>
</feed>