Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/julianfbeck/localpdfmerger

Merge PDFs, optimize PDFs, and extract Information like Images from PDF Files locally inside your Browser
https://github.com/julianfbeck/localpdfmerger

javascript nextjs pdfcpu pdfmerger wasm

Last synced: 6 days ago
JSON representation

Merge PDFs, optimize PDFs, and extract Information like Images from PDF Files locally inside your Browser

Awesome Lists containing this project

README

        

# 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](https://github.com/pdfcpu/pdfcpu "pdfcpu") and is based on [this](https://dev.to/wcchoi/browser-side-pdf-processing-with-go-and-webassembly-13hn "this") article by [wcchoi](https://github.com/wcchoi "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
```