Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 846 Bytes

File metadata and controls

26 lines (15 loc) · 846 Bytes

Contributing

The goal of this project is to provide a seamless, inline PDF viewing experience for any Blazor project.

This is achieved by interop code with Mozilla's pdf-js library. Most of the features the Blazor PDF provides are features available in the pdf-js library (document manipulation, text selection etc.)

Building

In order to build the project locally you will need node and .NET 9 SDK installed.

Once you have checked out the repo you will need to run npm install in the following directories;

/Gotho.BlazorPdf
/Gotho.BlazorPdf.MudBlazor

You should now be able to build the solution.

Issues & Bug Reporting

Any and all issues should be reported through GitHub.

Code Contributions

You are welcome to contribute code, please ensure that branch off the main branch.