Makefile bug fixed

This commit is contained in:
Never Gude 2026-01-13 14:54:00 +01:00
parent f7ccf4bb87
commit 9315132636
10 changed files with 542 additions and 6 deletions

View file

@ -121,8 +121,8 @@ Ghostscript</a></li>
</ul>
</nav>
<article>
<h2 id="merge-pdfs">Merge pdfs</h2>
<h3 id="using-ghostscript">Using Ghostscript</h3>
<h1 id="merge-pdfs">Merge pdfs</h1>
<h2 id="using-ghostscript">Using Ghostscript</h2>
<p>Ghostscript has a feature to merge multiple pdf files into one.
Although ImageMagick also has this feature, I prefer this one, as it
doesnt rasterize and scales down the pdf files.</p>