Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsec authored Nov 29, 2023
1 parent 4c4a063 commit d5299bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PDFMerge is a web-based tool developed with JavaScript, HTML, and CSS to merge PDFs and images into a single PDF document. Processing files entirely on the client side guarantees data privacy and negates the need for server uploads. The application is built on the [PDF-LIB.js](https://pdf-lib.js.org/) library for generating and manipulating PDFs, with added functionalities for handling images through the HTML5 FileReader API.

### Live Demo: [pdfmerge.me](https://pdfmerge.me)
### Try it out at [pdfmerge.me](https://pdfmerge.me)

## Features
- Merge PDFs and images with a simple, intuitive interface.
Expand All @@ -11,7 +11,7 @@ PDFMerge is a web-based tool developed with JavaScript, HTML, and CSS to merge P
- Process files locally for enhanced privacy and control.
- Preserve original image filenames on PDF pages for reference.

## Credits and Third Party Licencing
## Credits and Third Party Licensing
- [PDF-LIB.js](https://pdf-lib.js.org/) by Andrew-Dillon | MIT License
- [Roboto Regular Font](https://fonts.google.com/specimen/Roboto/about?query=roboto) by Christian Robertson | Apache License, Version 2.0.

Expand Down

0 comments on commit d5299bc

Please sign in to comment.