<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Allgemein on tech.notes</title>
    <link>https://newblog.utzer.de/categories/allgemein/</link>
    <description>Recent content in Allgemein on tech.notes</description>
    <generator>Hugo</generator>
    <language>de</language>
    <lastBuildDate>Wed, 04 Jan 2023 17:18:11 +0000</lastBuildDate>
    <atom:link href="https://newblog.utzer.de/categories/allgemein/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Resize a PDF to DIN A4 on CLI</title>
      <link>https://newblog.utzer.de/2023/01/04/resize-a-pdf-to-din-a4-on-cli/</link>
      <pubDate>Wed, 04 Jan 2023 17:18:11 +0000</pubDate>
       <guid isPermaLink="false">https://tech.utzer.de/?p=128</guid> 
      <description>&lt;p&gt;Converts a PDF to DIN A4 paper size and centers the content of the input file on the new page without resizing it.&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;pdfjam --outfile file_a4.pdf --frame true --scale 1.0 --noautoscale true --paper a4paper file.pdf
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Needs package &amp;ldquo;texlive-extra-utils&amp;rdquo; on Debian.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
