Create a pdf response from a multi tab html page - Aspose HTML to PDF

I have a web page (mvc view served by .net c#) with multiple tabs on it.

I am asked to allow a user to download a pdf version of the whole thing.

Can I use your product to go from the html of the tabs to a single multi-page pdf file that could be streamed back to the user? If so do you have an example?

@loring.vogel

Once the view is rendered completely in the browser, you can get the page source and convert HTML to PDF using Aspose.PDF for .NET. You can use the code snippets given in the linked documentation article(s). In case you face any issues, please feel free to let us know.