This project was generated with Blazor and ASP.NET Core. The purpose of this project is for demonstrating ability of organizing project structure, reusable code and implementing of the PWA using Blazor and ASP.NET Core.
- Capture and JPEG image from mobile camera and convert it into pdf.
- Save the PDF and JPEG image on the server.
- .Net 6.0
Run dotnet run
in Server directory to run project. Navigate to https://localhost:7027
. When capture and save the image, the files of PDF and JPEG format are saved in upload
folder in Server directory.
This project connected cameras using the MediaDevices
interface of the Window.Navigator
object and saved captured image as PDF and JPEG format on the server using IronPdf
library.