<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Neng</title>
    <description>The latest articles on DEV Community by Neng (@nengdev).</description>
    <link>https://dev.to/nengdev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4030616%2F1e82d667-478a-4b10-970c-c035e377a12a.png</url>
      <title>DEV Community: Neng</title>
      <link>https://dev.to/nengdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nengdev"/>
    <language>en</language>
    <item>
      <title>I built a browser-based CBZ to PDF converter that keeps comics private</title>
      <dc:creator>Neng</dc:creator>
      <pubDate>Wed, 15 Jul 2026 15:05:40 +0000</pubDate>
      <link>https://dev.to/nengdev/i-built-a-browser-based-cbz-to-pdf-converter-that-keeps-comics-private-330n</link>
      <guid>https://dev.to/nengdev/i-built-a-browser-based-cbz-to-pdf-converter-that-keeps-comics-private-330n</guid>
      <description>&lt;h1&gt;
  
  
  I built a browser-based CBZ to PDF converter that keeps comics private
&lt;/h1&gt;

&lt;p&gt;Recently, I wanted to convert some CBZ comic files into PDF.&lt;/p&gt;

&lt;p&gt;The usual solution was simple:&lt;/p&gt;

&lt;p&gt;Upload the file → wait → download the PDF.&lt;/p&gt;

&lt;p&gt;But there was one problem.&lt;/p&gt;

&lt;p&gt;Comic archives can easily become hundreds of megabytes, and uploading a personal comic collection to an unknown server didn't feel like the right solution.&lt;/p&gt;

&lt;p&gt;So I built Mangavia.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is CBZ?
&lt;/h2&gt;

&lt;p&gt;CBZ is a popular comic book archive format.&lt;/p&gt;

&lt;p&gt;Technically, a CBZ file is a ZIP archive containing comic page images.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;comic.cbz&lt;br&gt;
├── 001.jpg&lt;br&gt;
├── 002.jpg&lt;br&gt;
├── 003.jpg&lt;br&gt;
└── ...&lt;/p&gt;

&lt;p&gt;Because CBZ files are basically image collections, they can be processed directly in the browser.&lt;/p&gt;

&lt;h2&gt;
  
  
  Processing comics locally
&lt;/h2&gt;

&lt;p&gt;Mangavia converts CBZ files completely inside your browser.&lt;/p&gt;

&lt;p&gt;The process:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Read the CBZ archive&lt;/li&gt;
&lt;li&gt;Extract comic pages&lt;/li&gt;
&lt;li&gt;Sort images in the correct order&lt;/li&gt;
&lt;li&gt;Generate a PDF&lt;/li&gt;
&lt;li&gt;Create the download file&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Your comic files never leave your device.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why browser-based?
&lt;/h2&gt;

&lt;p&gt;For this type of tool, a server is not always necessary.&lt;/p&gt;

&lt;p&gt;Local processing provides:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Better privacy&lt;/li&gt;
&lt;li&gt;No upload waiting time&lt;/li&gt;
&lt;li&gt;No storage limitations&lt;/li&gt;
&lt;li&gt;A simpler user experience&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Modern browsers are surprisingly powerful.&lt;/p&gt;

&lt;h2&gt;
  
  
  Challenges
&lt;/h2&gt;

&lt;p&gt;The hardest parts were not only generating the PDF.&lt;/p&gt;

&lt;p&gt;The challenging areas were:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Handling large CBZ archives&lt;/li&gt;
&lt;li&gt;Keeping page order correct&lt;/li&gt;
&lt;li&gt;Supporting different image formats&lt;/li&gt;
&lt;li&gt;Managing browser memory usage&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's next?
&lt;/h2&gt;

&lt;p&gt;The current version focuses on simple CBZ to PDF conversion.&lt;/p&gt;

&lt;p&gt;Future improvements include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Batch conversion&lt;/li&gt;
&lt;li&gt;Better comic collection workflows&lt;/li&gt;
&lt;li&gt;More reading-friendly options&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try Mangavia
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://cbztopdf.com" rel="noopener noreferrer"&gt;https://cbztopdf.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I would love to hear feedback from comic readers and developers.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>privacy</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
