<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Imagemagick on Public Notes</title>
    <link>https://blog.cue4net.com/tags/imagemagick/</link>
    <description>Recent content in Imagemagick on Public Notes</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 10 Sep 2024 16:24:30 +0200</lastBuildDate>
    <atom:link href="https://blog.cue4net.com/tags/imagemagick/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Kniffle Table Printouts</title>
      <link>https://blog.cue4net.com/posts/kniffle-table-printouts/</link>
      <pubDate>Tue, 10 Sep 2024 16:24:30 +0200</pubDate>
      <guid>https://blog.cue4net.com/posts/kniffle-table-printouts/</guid>
      <description>The Kniffel Table Printouts The challenge was to have a single-page PDF with a Kniffel table and print it four times on one sheet. Although the print driver allows printing multiple pages per sheet and making copies, it can&amp;rsquo;t combine both functions to print the same page multiple times on one sheet.&#xA;To solve this, I used Imagemagick with the following command:&#xA;convert input.pdf[0] -duplicate 3 -adjoin output.pdf This duplicates the first page of the input document three times, creating a new output PDF with four identical pages.</description>
    </item>
  </channel>
</rss>
