render
parent
21430720e6
commit
70875a5ec7
@ -0,0 +1,35 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<feed xmlns="http://www.w3.org/2005/Atom"><title>LEdoian's Blog - til</title><link href="https://blog.ledoian.cz/" rel="alternate"></link><link href="https://blog.ledoian.cz/feeds/til.atom.xml" rel="self"></link><id>https://blog.ledoian.cz/</id><updated>2024-02-17T16:55:00+01:00</updated><entry><title>How to convert CBZ to PDF</title><link href="https://blog.ledoian.cz/cbz-to-pdf.html" rel="alternate"></link><published>2024-02-17T16:55:00+01:00</published><updated>2024-02-17T16:55:00+01:00</updated><author><name>LEdoian</name></author><id>tag:blog.ledoian.cz,2024-02-17:/cbz-to-pdf.html</id><summary type="html"><ol class="arabic simple">
|
||||||
|
<li>Extract the archive (cbz is just a zip, cbr is a rar, …)</li>
|
||||||
|
<li><dl class="first docutils">
|
||||||
|
<dt>Convert individual pictures to PDF using <tt class="docutils literal">img2pdf</tt></dt>
|
||||||
|
<dd><ul class="first last">
|
||||||
|
<li>Many other ways including <tt class="docutils literal">convert</tt> from ImageMagick tend to do weird stuff like breaking aspect ratios or adding margins</li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
<li>Merge files into the single PDF, e.g. using <tt class="docutils literal">qpdf <span class="pre">--empty</span> <span class="pre">--pages …</span></tt></li></ol></summary><content type="html"><ol class="arabic simple">
|
||||||
|
<li>Extract the archive (cbz is just a zip, cbr is a rar, …)</li>
|
||||||
|
<li><dl class="first docutils">
|
||||||
|
<dt>Convert individual pictures to PDF using <tt class="docutils literal">img2pdf</tt></dt>
|
||||||
|
<dd><ul class="first last">
|
||||||
|
<li>Many other ways including <tt class="docutils literal">convert</tt> from ImageMagick tend to do weird stuff like breaking aspect ratios or adding margins</li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
</li>
|
||||||
|
<li>Merge files into the single PDF, e.g. using <tt class="docutils literal">qpdf <span class="pre">--empty</span> <span class="pre">--pages</span> *.pdf <span class="pre">--</span> output.pdf</tt>.</li>
|
||||||
|
</ol>
|
||||||
|
<div class="section" id="references">
|
||||||
|
<h2>References</h2>
|
||||||
|
<ul class="simple">
|
||||||
|
<li><a class="reference external" href="https://askubuntu.com/questions/207172/how-to-convert-cbr-to-pdf">https://askubuntu.com/questions/207172/how-to-convert-cbr-to-pdf</a></li>
|
||||||
|
<li><a class="reference external" href="https://superuser.com/questions/497293/how-to-convert-calibre-cbr-to-pdf-format-in-linux">https://superuser.com/questions/497293/how-to-convert-calibre-cbr-to-pdf-format-in-linux</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="section" id="why">
|
||||||
|
<h2>Why</h2>
|
||||||
|
<p>My eBook reader (PocketBook Touch Lux) does not seem to be able to handle cbz.</p>
|
||||||
|
</div>
|
||||||
|
</content><category term="til"></category><category term="comics"></category><category term="software"></category></entry></feed>
|
Loading…
Reference in New Issue