Printing a multi step form wizard with razor pages

JROW 21 Reputation points
2021-06-07T16:06:25.423+00:00

Hey All, I am almost finished creating a multi step form wizard and just have one thing left to do...which is causing me a headache. I need to include printing functionality and make the process as seamless as possible. Currently I can print on a page by page basis, which isn't ideal. I need a way of printing all pages simultaneously. I have made a bit of progress using jsPDF but its horrible and not what I need so gave up. I have done a bit of reading on selectPDF but it seems overly complex for what I need also.

Has anyone had any experience of completing this print functionality within a razor pages project? and could point me in the right direction for how this is carried out.

The problem I was having with jsPDF, was that it wouldnt print the values of the input fields, which was the whole point

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,199 questions
{count} votes