Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.17 KB

Localpdf.tech

Attention:

This Project is one of my first Project and therfore is not well coded. It`s mostly a Proof of Concept and I will probably rewrite sometimes using typescript and a better code structure in general. There is a lot of duplicated code, hacks and other bad practices. Feel free to contribute!


Local PDF uses Webassembly to edit your PDFs inside your Browser. Your files won't leave your System, they will not be sent to another server

This Website uses pdfcpu and is based on this article by wcchoi.

Currently, we support Merging PDFs, optimizing PDFs, and extracting Information like Images from PDF Files as well as adding watermarks!

Build using:

  • Nextjs
  • Charka-ui as Component Framework
  • Caprover to host the Web-App

Installation:

git clone https://github.com/jufabeck2202/localpdfmerger
cd localpdfmerger
yarn dev