I want to be able to render a PDF from an action in my C#.NET MVC application using .NET Identity.
However, the Action I want to render requires the user to be authenticated and HiQPdf doesn't respect cookies as-is.
How can I achieve this?
I want to be able to render a PDF from an action in my C#.NET MVC application using .NET Identity.
However, the Action I want to render requires the user to be authenticated and HiQPdf doesn't respect cookies as-is.
How can I achieve this?
Copyright © 2021 Jogjafile Inc.
You need to pass cookies to the pdf generator and the rest should work: