Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 834 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 834 Bytes

wysiwyg-to-pdf

Two part example application that showcases developing WYSIWYG editor in .NET Core 2.0 MVC application and how to export HTML to PDF.

This example shows how to create a WYSIWYG editor in .NET Core. It makes use of summernote to create the WYSIWYG editor.

The second part of this example application shows how to convert HTML to PDF and download the PDF to the users download folder. To achive this it makes use of JSReport for .NET Core .

Feel free to clone this project to see how creating a WYSIWYG editor works and how creating a PDF file from HTML works in .NET CORE 2.0 applications.

Code to clone this repository:

git clone https://github.com/yasnaraj/wysiwyg-to-pdf