Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/julianfbeck/localpdfmerger
- Owner: julianfbeck
- License: apache-2.0
- Created: 2021-01-21T15:50:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T09:26:43.000Z (over 1 year ago)
- Last Synced: 2024-12-12T17:12:04.471Z (13 days ago)
- Topics: javascript, nextjs, pdfcpu, pdfmerger, wasm
- Language: JavaScript
- Homepage: https://localpdfmerger.vercel.app/
- Size: 13.2 MB
- Stars: 363
- Watchers: 6
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```