Skip to content

This is a two part example application that showcases developing WYSIWYG text editor in .NET Core 2.0 MVC application and how to export HTML to PDF.

Notifications You must be signed in to change notification settings

yasnaraj/wysiwyg-to-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This is a two part example application that showcases developing WYSIWYG text editor in .NET Core 2.0 MVC application and how to export HTML to PDF.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published