Skip to content

HHMagnus/PDFMerge

Repository files navigation

PDFMerge

Merge pdfs in the browser

Description

This project aims to provide a free browser application to merge pdfs. It strives to provide privacy and ease-of-use to the end user. It uses Github Pages to provide a completely free platform for hosting, which allows the application to be completely free for both the developer and the end user.

Technical details

The project uses Blazor to build a Webassembly application. Essentially the application is written in a mix of C# and HTML/Javascript. Using Github Actions the source code is automatically build and deployed to Github Pages. It uses a library called PdfSharp to handle pdf merging.

Dependencies

InputFile
PdfSharp