<?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: Saurabh Kumar Sharma</title>
    <description>The latest articles on DEV Community by Saurabh Kumar Sharma (@saurabh_kumarsharma_a206).</description>
    <link>https://dev.to/saurabh_kumarsharma_a206</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%2F4042649%2F4e01ace1-cae4-4948-9947-1989749ab6a2.png</url>
      <title>DEV Community: Saurabh Kumar Sharma</title>
      <link>https://dev.to/saurabh_kumarsharma_a206</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saurabh_kumarsharma_a206"/>
    <language>en</language>
    <item>
      <title>Why I Built a 100% Client-Side PDF &amp; Image Suite That Works Offline</title>
      <dc:creator>Saurabh Kumar Sharma</dc:creator>
      <pubDate>Wed, 22 Jul 2026 20:35:57 +0000</pubDate>
      <link>https://dev.to/saurabh_kumarsharma_a206/why-i-built-a-100-client-side-pdf-image-suite-that-works-offline-1mp9</link>
      <guid>https://dev.to/saurabh_kumarsharma_a206/why-i-built-a-100-client-side-pdf-image-suite-that-works-offline-1mp9</guid>
      <description>&lt;p&gt;Most of us use online tools like TinyPNG or iLovePDF to quickly compress a screenshot or merge a document. But have you ever thought about where those files go? &lt;/p&gt;

&lt;p&gt;For businesses handling sensitive tax forms, signed contracts, or personal photos, uploading assets to third-party databases is a massive security compliance risk.&lt;/p&gt;

&lt;p&gt;That's why I built &lt;strong&gt;&lt;a href="https://resizertools.com" rel="noopener noreferrer"&gt;Resizer Tools&lt;/a&gt;&lt;/strong&gt;—a completely browser-native suite of 26 utility tools.&lt;/p&gt;

&lt;h3&gt;
  
  
  How it works under the hood
&lt;/h3&gt;

&lt;p&gt;Instead of sending files to a server-side API, Resizer Tools delegates 100% of the computation to your device's local engine:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;PDF Compilation&lt;/strong&gt;: We use client-side streaming via &lt;code&gt;pdf-lib&lt;/code&gt; to stitch pages and encrypt layouts.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Image Downscaling&lt;/strong&gt;: We leverage the browser's native &lt;strong&gt;Canvas API&lt;/strong&gt; and WebGL vectors to compress assets up to 80% with zero quality loss.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Offline Mode&lt;/strong&gt;: Since all JavaScript libraries run locally in your browser memory, you can open the site, disconnect your Wi-Fi, and keep processing files without issue.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Check it out here: &lt;a href="https://resizertools.com" rel="noopener noreferrer"&gt;https://resizertools.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I would love to get your thoughts on the architecture, speed, and what tools we should build next!&lt;/p&gt;

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