twitter bootstrap - Email invoice (MVC web page) from asp.net -


i have mvc website process transactions, , renders page transaction information invoice.

and have option print page receipt.

the invoice nicely styled bootstrap , more custom styles,

i asked make option email invoice email on transaction

now question is, if there way render page on server pdf, , email without returning page client,

also if possible, need make pdf print css styles applied, because there lot of stuff hidden on page @ print.

i use rotativa convert razor view pdf , keeps css styles , layouts.

it works me.

https://github.com/webgio/rotativa

the nuget link below. looks lot people using it.

https://www.nuget.org/packages/rotativa


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -