<?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: Shreyash Srivastava</title>
    <description>The latest articles on DEV Community by Shreyash Srivastava (@shreyash_srivastavaa).</description>
    <link>https://dev.to/shreyash_srivastavaa</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%2F4060465%2F3af6662d-9dc9-4b26-9926-f58203e944a4.jpg</url>
      <title>DEV Community: Shreyash Srivastava</title>
      <link>https://dev.to/shreyash_srivastavaa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shreyash_srivastavaa"/>
    <language>en</language>
    <item>
      <title>I Got Tired of Slow PDF Tools, So I Built My Own</title>
      <dc:creator>Shreyash Srivastava</dc:creator>
      <pubDate>Tue, 04 Aug 2026 11:49:50 +0000</pubDate>
      <link>https://dev.to/shreyash_srivastavaa/i-got-tired-of-slow-pdf-tools-so-i-built-my-own-19im</link>
      <guid>https://dev.to/shreyash_srivastavaa/i-got-tired-of-slow-pdf-tools-so-i-built-my-own-19im</guid>
      <description>&lt;p&gt;A few weeks ago, I needed to make a simple change to a PDF.&lt;/p&gt;

&lt;p&gt;Nothing complicated.&lt;/p&gt;

&lt;p&gt;I just wanted to merge a couple of files.&lt;/p&gt;

&lt;p&gt;But somehow, a 10-second task turned into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Uploading my files to a server&lt;/li&gt;
&lt;li&gt;Waiting for them to process&lt;/li&gt;
&lt;li&gt;Closing ads and popups&lt;/li&gt;
&lt;li&gt;Running into file-size limits&lt;/li&gt;
&lt;li&gt;Downloading the file again&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And I thought:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why does working with a PDF still have to feel like this?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So I decided to build my own solution.&lt;/p&gt;

&lt;h2&gt;
  
  
  Introducing IHateLovePDF
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5k06fhqszqj6pxvyjo9s.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5k06fhqszqj6pxvyjo9s.png" alt=" " width="799" height="378"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I built &lt;strong&gt;IHateLovePDF&lt;/strong&gt; — a free collection of PDF tools designed around one simple idea:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;PDF operations should be fast, private, and simple.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The biggest decision I made was to process files &lt;strong&gt;directly inside the browser whenever possible&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That means your files don't need to be sent somewhere else just to perform a basic operation.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I wanted to fix
&lt;/h2&gt;

&lt;p&gt;I had four priorities:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;⚡ Speed&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No unnecessary upload → process → download cycle for operations that can happen locally.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔒 Privacy&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Your documents shouldn't have to leave your device for simple PDF operations.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🚫 No annoying ads&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I wanted the interface to focus on the actual tool.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🧩 Simplicity&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Choose a tool → select your file → get the result.&lt;/p&gt;

&lt;p&gt;That's it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What can it do?
&lt;/h2&gt;

&lt;p&gt;Right now, IHateLovePDF includes tools for things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Merging PDFs&lt;/li&gt;
&lt;li&gt;Splitting PDFs&lt;/li&gt;
&lt;li&gt;Compressing PDFs&lt;/li&gt;
&lt;li&gt;Rotating pages&lt;/li&gt;
&lt;li&gt;Extracting pages&lt;/li&gt;
&lt;li&gt;Reordering pages&lt;/li&gt;
&lt;li&gt;Converting images and PDFs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And I'm still working on it.&lt;/p&gt;

&lt;h2&gt;
  
  
  One thing I learned while building it
&lt;/h2&gt;

&lt;p&gt;Doing something &lt;em&gt;in the browser&lt;/em&gt; doesn't automatically make it fast.&lt;/p&gt;

&lt;p&gt;Large files, memory usage, rendering, and keeping the UI responsive all become interesting problems when you're processing documents client-side.&lt;/p&gt;

&lt;p&gt;Building this project taught me a lot about browser performance and designing around those limitations.&lt;/p&gt;

&lt;p&gt;And there is still plenty I want to improve.&lt;/p&gt;

&lt;h2&gt;
  
  
  I'd love some developer feedback
&lt;/h2&gt;

&lt;p&gt;The project is live:&lt;/p&gt;

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

&lt;p&gt;I'd genuinely appreciate honest feedback.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Was it fast on your device?&lt;/li&gt;
&lt;li&gt;Was anything confusing?&lt;/li&gt;
&lt;li&gt;Which PDF feature should I build next?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every comment helps me improve the product.&lt;/p&gt;

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