<?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: Deepak Chalise</title>
    <description>The latest articles on DEV Community by Deepak Chalise (@deepak_chalise_6f58c761b1).</description>
    <link>https://dev.to/deepak_chalise_6f58c761b1</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3136855%2F5ff618c8-edc3-47b7-9bf2-f73c2f206b25.jpg</url>
      <title>DEV Community: Deepak Chalise</title>
      <link>https://dev.to/deepak_chalise_6f58c761b1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/deepak_chalise_6f58c761b1"/>
    <language>en</language>
    <item>
      <title>Extract Pages from PDF (Split PDF the Easy Way)</title>
      <dc:creator>Deepak Chalise</dc:creator>
      <pubDate>Fri, 27 Mar 2026 16:15:05 +0000</pubDate>
      <link>https://dev.to/deepak_chalise_6f58c761b1/extract-pages-from-pdf-split-pdf-the-easy-way-abk</link>
      <guid>https://dev.to/deepak_chalise_6f58c761b1/extract-pages-from-pdf-split-pdf-the-easy-way-abk</guid>
      <description>&lt;p&gt;Ever downloaded a massive PDF report and realized you only need pages 5-12? Or got a 100-page contract when you just need the signature page?&lt;/p&gt;

&lt;p&gt;Yeah, sending someone a 50MB file when they only need 3 pages is a waste of everyone's time. Here's how to split PDFs properly without downloading sketchy software.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why You'd Need to Split a PDF
&lt;/h2&gt;

&lt;p&gt;Common scenarios:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Extract a few pages&lt;/strong&gt; from a huge document (like a specific invoice from a bank statement)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Separate chapters&lt;/strong&gt; in an ebook or report&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Remove unnecessary pages&lt;/strong&gt; before sharing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Send only relevant pages&lt;/strong&gt; to clients or coworkers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reduce file size&lt;/strong&gt; by removing bulk&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Basically anytime you're thinking "I wish this PDF was just the first 10 pages" or "I need to delete page 47".&lt;/p&gt;

&lt;h2&gt;
  
  
  The Easiest Way to Split PDF
&lt;/h2&gt;

&lt;p&gt;I use &lt;a href="https://www.prestigepdf.com/tools/split" rel="noopener noreferrer"&gt;PrestigePDF's split tool&lt;/a&gt; because you can visually see all the pages and select exactly which ones you want.&lt;/p&gt;

&lt;p&gt;Here's how:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;a href="https://www.prestigepdf.com/tools/split" rel="noopener noreferrer"&gt;prestigepdf.com/tools/split&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Upload your PDF&lt;/li&gt;
&lt;li&gt;Choose what you want:

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Extract specific pages&lt;/strong&gt; (e.g., pages 5, 7, 10-15)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Split into ranges&lt;/strong&gt; (e.g., 1-10, 11-20, 21-30)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Split every N pages&lt;/strong&gt; (every 5 pages becomes a new file)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Remove pages&lt;/strong&gt; (delete unwanted pages)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;"Split PDF"&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Download your files&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The whole thing takes like 20 seconds.&lt;/p&gt;

&lt;h2&gt;
  
  
  Different Ways to Split
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Option 1: Extract specific pages&lt;/strong&gt;&lt;br&gt;
You pick exactly which pages you want. The rest get discarded. Perfect when you know the exact page numbers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Option 2: Split into multiple files&lt;/strong&gt;&lt;br&gt;
Break one big PDF into smaller chunks. Like turning a 100-page ebook into 10 separate 10-page files.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Option 3: Delete unwanted pages&lt;/strong&gt;&lt;br&gt;
Remove specific pages but keep everything else. Good for cutting out blank pages or irrelevant sections.&lt;/p&gt;

&lt;p&gt;Most of the time I'm just extracting 3-5 specific pages, so Option 1 is what I use.&lt;/p&gt;

&lt;h2&gt;
  
  
  When This Is Useful
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Job applications&lt;/strong&gt; — extract only your resume from a bigger portfolio PDF&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Invoices&lt;/strong&gt; — pull out a specific month from your bank statement&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Legal docs&lt;/strong&gt; — extract signed pages without the 40-page appendix&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;School&lt;/strong&gt; — extract one chapter from a textbook PDF to share with a study group&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Client work&lt;/strong&gt; — send only the relevant contract pages&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You get the idea.&lt;/p&gt;

&lt;h2&gt;
  
  
  Other PDF Tools You Might Need
&lt;/h2&gt;

&lt;p&gt;Since you're probably dealing with PDFs regularly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/merge" rel="noopener noreferrer"&gt;Merge PDF&lt;/a&gt; — combine multiple files into one&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/compress" rel="noopener noreferrer"&gt;Compress PDF&lt;/a&gt; — shrink file sizes&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/pdf-to-word" rel="noopener noreferrer"&gt;PDF to Word&lt;/a&gt; — convert to editable DOCX&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/rotate" rel="noopener noreferrer"&gt;Rotate PDF&lt;/a&gt; — fix sideways scans&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All free, browser-based, no signup. I built PrestigePDF because I got tired of paywalls on other PDF sites.&lt;/p&gt;




&lt;p&gt;That's it. Next time you get a huge PDF and only need part of it, split it first. Your email recipients will thank you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it: &lt;a href="https://www.prestigepdf.com/tools/split" rel="noopener noreferrer"&gt;prestigepdf.com/tools/split&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>tutorial</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Convert PDF to Word Without Losing Formatting (Free Method)</title>
      <dc:creator>Deepak Chalise</dc:creator>
      <pubDate>Fri, 27 Mar 2026 16:13:21 +0000</pubDate>
      <link>https://dev.to/deepak_chalise_6f58c761b1/convert-pdf-to-word-without-losing-formatting-free-method-4096</link>
      <guid>https://dev.to/deepak_chalise_6f58c761b1/convert-pdf-to-word-without-losing-formatting-free-method-4096</guid>
      <description>&lt;p&gt;Ever get a PDF contract or document and realize you need to edit it? Like, actually change the text, not just add comments?&lt;/p&gt;

&lt;p&gt;Yeah, PDFs are great for viewing but terrible for editing. The obvious solution is to convert it to Word (DOCX), make your changes, then convert back if needed.&lt;/p&gt;

&lt;p&gt;Problem is, most free converters completely destroy the formatting. You end up with a mess where every paragraph is broken, images are misplaced, and tables look like someone threw them down the stairs.&lt;/p&gt;

&lt;p&gt;Here's how to do it properly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why PDF-to-Word Conversion Is Tricky
&lt;/h2&gt;

&lt;p&gt;PDFs don't store text the way Word does. They store:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Positioned text blocks&lt;/strong&gt; (not flowing paragraphs)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Embedded fonts&lt;/strong&gt;  that Word might not have&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Absolute positioned images&lt;/strong&gt; instead of inline images&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Complex tables&lt;/strong&gt; that are actually just drawn lines&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So when you convert, the tool has to &lt;em&gt;reconstruct&lt;/em&gt; the document structure. Bad converters just dump everything as unformatted text. Good ones actually try to detect headings, lists, tables, etc.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Best Free Method
&lt;/h2&gt;

&lt;p&gt;I use &lt;a href="https://www.prestigepdf.com/tools/pdf-to-word" rel="noopener noreferrer"&gt;PrestigePDF's PDF to Word converter&lt;/a&gt; because it actually preserves formatting way better than most free tools.&lt;/p&gt;

&lt;p&gt;Here's the process:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;a href="https://www.prestigepdf.com/tools/pdf-to-word" rel="noopener noreferrer"&gt;prestigepdf.com/tools/pdf-to-word&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Upload your PDF&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;"Convert to Word"&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Download the DOCX file&lt;/li&gt;
&lt;li&gt;Open in Microsoft Word or Google Docs&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Takes like 15 seconds for a 10-page document.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Gets Preserved (And What Doesn't)
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Usually works well:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Paragraphs and headings&lt;/li&gt;
&lt;li&gt;Bold, italic, underline&lt;/li&gt;
&lt;li&gt;Bullet lists and numbered lists&lt;/li&gt;
&lt;li&gt;Basic tables&lt;/li&gt;
&lt;li&gt;Images (though positioning might shift slightly)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Might need manual fixes:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Complex multi-column layouts&lt;/li&gt;
&lt;li&gt;Custom fonts (gets replaced with similar ones)&lt;/li&gt;
&lt;li&gt;Very detailed tables with merged cells&lt;/li&gt;
&lt;li&gt;Watermarks and backgrounds&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For 90% of documents (contracts, reports, essays), it works perfectly. For fancy brochures or magazines, expect to do some cleanup.&lt;/p&gt;

&lt;h2&gt;
  
  
  When You'd Actually Need This
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Editing contracts&lt;/strong&gt; before signing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reusing old reports&lt;/strong&gt; as templates&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Extracting text&lt;/strong&gt; from scanned documents (if they have OCR)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Collaborating&lt;/strong&gt; — easier to edit in Word than PDF&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Basically anytime someone sends you a PDF and expects you to make changes. Instead of awkwardly adding text boxes in a PDF editor, just convert it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Other Useful Tools
&lt;/h2&gt;

&lt;p&gt;Since you're probably dealing with PDFs regularly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/compress" rel="noopener noreferrer"&gt;Compress PDF&lt;/a&gt; — shrink file sizes&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/merge" rel="noopener noreferrer"&gt;Merge PDF&lt;/a&gt; — combine multiple files&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/split" rel="noopener noreferrer"&gt;Split PDF&lt;/a&gt; — extract specific pages&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/pdf-to-excel" rel="noopener noreferrer"&gt;PDF to Excel&lt;/a&gt; — extract tables to spreadsheets&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All free, browser-based, no signup required. I built PrestigePDF because I got tired of hitting paywalls on other PDF sites.&lt;/p&gt;




&lt;p&gt;That's it. Next time you need to edit a PDF, convert it to Word first. Way easier than fighting with PDF editors.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it: &lt;a href="https://www.prestigepdf.com/tools/pdf-to-word" rel="noopener noreferrer"&gt;prestigepdf.com/tools/pdf-to-word&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>tutorial</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Reduce PDF File Size Without Losing Quality (Actually Works)</title>
      <dc:creator>Deepak Chalise</dc:creator>
      <pubDate>Fri, 27 Mar 2026 16:11:37 +0000</pubDate>
      <link>https://dev.to/deepak_chalise_6f58c761b1/reduce-pdf-file-size-without-losing-quality-actually-works-1l1f</link>
      <guid>https://dev.to/deepak_chalise_6f58c761b1/reduce-pdf-file-size-without-losing-quality-actually-works-1l1f</guid>
      <description>&lt;p&gt;You know that feeling when you try to email a PDF and it bounces back because it's too big? Or when a job application portal rejects your file for being over 5MB? Yeah, super annoying.&lt;/p&gt;

&lt;p&gt;I used to just give up and zip the file (which barely helps). Then I found out you can actually compress PDFs properly without turning them into blurry garbage.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why PDFs Get So Big
&lt;/h2&gt;

&lt;p&gt;Mostly because of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;High-res images&lt;/strong&gt; embedded in the document&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Unoptimized scans&lt;/strong&gt; from scanners that save at 600 DPI when you only need 150&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Embedded fonts&lt;/strong&gt; that weren't compressed&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Metadata bloat&lt;/strong&gt; from multiple edits&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A single scanned page can be like 2-3MB. Multiply that by 10 pages and you've got a 25MB monster that no one wants to download.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Compress PDF (The Easy Way)
&lt;/h2&gt;

&lt;p&gt;I use &lt;a href="https://www.prestigepdf.com/tools/compress" rel="noopener noreferrer"&gt;PrestigePDF's compress tool&lt;/a&gt; because it has three compression levels and you can actually see the quality difference before downloading.&lt;/p&gt;

&lt;p&gt;Here's how:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;a href="https://www.prestigepdf.com/tools/compress" rel="noopener noreferrer"&gt;prestigepdf.com/tools/compress&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Upload your PDF&lt;/li&gt;
&lt;li&gt;Pick compression level: &lt;strong&gt;Low&lt;/strong&gt; (safest), &lt;strong&gt;Medium&lt;/strong&gt; (balanced), or &lt;strong&gt;High&lt;/strong&gt; (aggressive)&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;"Compress PDF"&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Download the smaller file&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Usually I go with &lt;strong&gt;Medium&lt;/strong&gt; compression — it cuts file size by 60-70% and I genuinely can't tell the difference unless I zoom in way too much.&lt;/p&gt;

&lt;h2&gt;
  
  
  What About "Lossless" Compression?
&lt;/h2&gt;

&lt;p&gt;Honestly, true lossless compression barely does anything for PDFs with images. You might save 5-10% max.&lt;/p&gt;

&lt;p&gt;The real file size reduction comes from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Downsampling images&lt;/strong&gt; (300 DPI → 150 DPI)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Re-encoding with better algorithms&lt;/strong&gt; (JPEG2000, etc.)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Removing duplicate embedded fonts&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is technically "lossy" but unless you're printing billboard-sized posters, you won't notice.&lt;/p&gt;

&lt;h2&gt;
  
  
  When You Actually Need Quality
&lt;/h2&gt;

&lt;p&gt;If you're submitting something for &lt;strong&gt;print&lt;/strong&gt; or &lt;strong&gt;archival&lt;/strong&gt;, stick with low compression or don't compress at all. For everything else (email, web, applications), medium compression is totally fine.&lt;/p&gt;

&lt;h2&gt;
  
  
  Other Tools on PrestigePDF
&lt;/h2&gt;

&lt;p&gt;Since you're probably dealing with PDFs anyway:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/merge" rel="noopener noreferrer"&gt;Merge PDF&lt;/a&gt; — combine multiple files&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/split" rel="noopener noreferrer"&gt;Split PDF&lt;/a&gt; — extract specific pages&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/pdf-to-word" rel="noopener noreferrer"&gt;PDF to Word&lt;/a&gt; — convert to editable DOCX&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/unlock" rel="noopener noreferrer"&gt;Unlock PDF&lt;/a&gt; — remove password protection&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All free, no signup, works in browser. I built it because I was sick of hitting paywalls on other PDF sites.&lt;/p&gt;




&lt;p&gt;That's it. Next time you get that "file too large" error, compress it first. Takes 20 seconds and saves you the headache.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it: &lt;a href="https://www.prestigepdf.com/tools/compress" rel="noopener noreferrer"&gt;prestigepdf.com/tools/compress&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>webdev</category>
      <category>tutorial</category>
      <category>beginners</category>
    </item>
    <item>
      <title>How to Merge Multiple PDFs into One File (Without Any App)</title>
      <dc:creator>Deepak Chalise</dc:creator>
      <pubDate>Fri, 27 Mar 2026 16:09:36 +0000</pubDate>
      <link>https://dev.to/deepak_chalise_6f58c761b1/how-to-merge-multiple-pdfs-into-one-file-without-any-app-399</link>
      <guid>https://dev.to/deepak_chalise_6f58c761b1/how-to-merge-multiple-pdfs-into-one-file-without-any-app-399</guid>
      <description>&lt;p&gt;Ever had like 5 separate PDFs that you needed to send as one file? Invoice, contract, terms and conditions, appendix, cover letter... yeah, we've all been there.&lt;/p&gt;

&lt;p&gt;I used to email them one by one like an idiot until I realized there are way easier ways to do this. Here's the simplest method I've found.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why You'd Want to Merge PDFs
&lt;/h2&gt;

&lt;p&gt;Honestly, it just makes life easier:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Job applications&lt;/strong&gt; — combine your resume, cover letter, and portfolio&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Client proposals&lt;/strong&gt; — merge contract + pricing + terms into one clean doc&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;School/University&lt;/strong&gt; — submit everything as a single PDF instead of 10 attachments&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Legal docs&lt;/strong&gt; — combine signed forms, IDs, whatever&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Basically anytime you don't want to be "that person" who sends 7 emails with different attachments.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Easiest Way (No App Download)
&lt;/h2&gt;

&lt;p&gt;I'm lazy. I don't want to install Adobe Acrobat or some random app. So I use &lt;a href="https://www.prestigepdf.com/tools/merge" rel="noopener noreferrer"&gt;PrestigePDF's merge tool&lt;/a&gt; which works right in the browser.&lt;/p&gt;

&lt;p&gt;Here's how:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;a href="https://www.prestigepdf.com/tools/merge" rel="noopener noreferrer"&gt;prestigepdf.com/tools/merge&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;"Choose PDF Files to Merge"&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Select all your PDFs (Ctrl+click or Cmd+click to select multiple)&lt;/li&gt;
&lt;li&gt;Drag them into the order you want&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;"Merge PDFs"&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Download the combined file&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's it. Takes like 30 seconds.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Like This Method
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;No signup&lt;/strong&gt; — just drop files and go&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No file size BS&lt;/strong&gt; — most free tools limit you to like 2MB, this doesn't&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Actually free&lt;/strong&gt; — no watermarks, no "upgrade to pro" nonsense&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy&lt;/strong&gt; — files are processed client-side when possible (using WebAssembly), so they're not sitting on some random server&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I built PrestigePDF specifically because I got sick of hitting paywalls on other PDF sites. Figured I'd share it here since it's genuinely useful.&lt;/p&gt;

&lt;h2&gt;
  
  
  Alternative Methods
&lt;/h2&gt;

&lt;p&gt;If you're on Mac, you can use &lt;strong&gt;Preview&lt;/strong&gt; (right-click PDF → Open With → Preview → View → Thumbnails → drag PDFs into sidebar). Works, but it's clunky.&lt;/p&gt;

&lt;p&gt;Windows doesn't have a built-in way unless you want to mess with PowerShell or print-to-PDF hacks. Just use the online tool, honestly.&lt;/p&gt;

&lt;h2&gt;
  
  
  When You Need More Than Just Merging
&lt;/h2&gt;

&lt;p&gt;PrestigePDF also has tools for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/compress" rel="noopener noreferrer"&gt;Compress PDF&lt;/a&gt; — shrink file sizes&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/split" rel="noopener noreferrer"&gt;Split PDF&lt;/a&gt; — extract specific pages&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/pdf-to-word" rel="noopener noreferrer"&gt;PDF to Word&lt;/a&gt; — convert to editable DOCX&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.prestigepdf.com/tools/edit" rel="noopener noreferrer"&gt;Edit PDF&lt;/a&gt; — add text, images, annotations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All free, all browser-based. No account, no app, no drama.&lt;/p&gt;




&lt;p&gt;That's it. If you've been emailing 5 separate PDFs like I used to, try merging them first. Your recipients will thank you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it: &lt;a href="https://www.prestigepdf.com/tools/merge" rel="noopener noreferrer"&gt;prestigepdf.com/tools/merge&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>tutorial</category>
      <category>webdev</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I Built a Free PDF Tool from Nepal — Here's What I Learned</title>
      <dc:creator>Deepak Chalise</dc:creator>
      <pubDate>Fri, 27 Mar 2026 16:03:59 +0000</pubDate>
      <link>https://dev.to/deepak_chalise_6f58c761b1/i-built-a-free-pdf-tool-from-nepal-heres-what-i-learned-3hl8</link>
      <guid>https://dev.to/deepak_chalise_6f58c761b1/i-built-a-free-pdf-tool-from-nepal-heres-what-i-learned-3hl8</guid>
      <description>&lt;p&gt;I'm a full-stack developer based in Nepal and I just launched &lt;strong&gt;&lt;a href="https://www.prestigepdf.com" rel="noopener noreferrer"&gt;PrestigePDF&lt;/a&gt;&lt;/strong&gt; — a completely free, no-signup online PDF toolkit with 22+ tools built with React, TypeScript, and WebAssembly.&lt;/p&gt;

&lt;p&gt;Here's the story, the tech, and what I learned building it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built It
&lt;/h2&gt;

&lt;p&gt;Tools like ilovepdf and smallpdf are great but they push you toward paid plans fast — file size limits, watermarks, forced signups. I wanted something genuinely free with no limits for basic operations and no account required.&lt;/p&gt;

&lt;p&gt;Also, being from Nepal, I wanted to prove that quality developer tools can be built and used globally from anywhere. The "Built from Nepal, used globally" badge on the About page is something I'm genuinely proud of.&lt;/p&gt;

&lt;h2&gt;
  
  
  What PrestigePDF Does
&lt;/h2&gt;

&lt;p&gt;Everything you'd normally need Adobe Acrobat for — free, in your browser:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Merge PDF&lt;/strong&gt; — combine multiple files into one&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Compress PDF&lt;/strong&gt; — reduce file size without quality loss&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Split PDF&lt;/strong&gt; — extract specific pages or ranges&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PDF to Word / Excel / JPG&lt;/strong&gt; — convert to any format&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Edit PDF&lt;/strong&gt; — add text, images, annotations&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Protect / Unlock PDF&lt;/strong&gt; — password management&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Watermark, Rotate, Crop, Number Pages&lt;/strong&gt; — and more&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://www.prestigepdf.com" rel="noopener noreferrer"&gt;Try it free at prestigepdf.com&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; React + TypeScript + Tailwind CSS + Vite&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PDF Processing:&lt;/strong&gt; qpdf-wasm, PDF.js, jsPDF&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hosting:&lt;/strong&gt; Contabo VPS + Docker + Nginx&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Storage:&lt;/strong&gt; AWS S3 for temporary file handling&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Hardest Part — PDF Processing in the Browser
&lt;/h2&gt;

&lt;p&gt;The biggest challenge was making PDF operations fast and private. Most operations run &lt;strong&gt;client-side using WebAssembly (qpdf-wasm)&lt;/strong&gt;, meaning files never leave your device for most tools. This is a real privacy win compared to many competitors that upload everything to their servers.&lt;/p&gt;

&lt;p&gt;Getting qpdf-wasm to work correctly with Vite took a couple of days of debugging — WASM workers, CORS headers, memory limits — all fun stuff.&lt;/p&gt;

&lt;h2&gt;
  
  
  Blog + SEO
&lt;/h2&gt;

&lt;p&gt;I also built a blog section targeting long-tail keywords like "how to merge PDFs online free 2026". Since the site is brand new, I'm focused on blog content and backlinks right now before worrying about paid growth.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;AI PDF features (summarize, Q&amp;amp;A with your PDF)&lt;/li&gt;
&lt;li&gt;More conversion formats&lt;/li&gt;
&lt;li&gt;Browser extension&lt;/li&gt;
&lt;li&gt;Mobile app&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try It + Feedback Welcome
&lt;/h2&gt;

&lt;p&gt;If you work with PDFs regularly, I'd genuinely appreciate you giving it a try and dropping feedback in the comments. Early feedback from developers is gold.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://www.prestigepdf.com" rel="noopener noreferrer"&gt;→ Visit PrestigePDF&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Built with ❤️ from Nepal 🇳🇵&lt;/p&gt;

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