0

iam stock!

i have a form where users can fill some information. it is just a part of it.

    <td style="width: 400px;">
        <%= 
Html.TextBoxFor(econtract => econtract.Name, new { style = "width: 300px" })
        %>
        <p style="margin-top: -3px;">
            Name
        </p>
    </td>

after filling it, user should send it as pdf per e-mail. my problem is, i dont know how to save a View as Pdf. after reading some different post i more and more confused. please give me some information which is clear from A to Z how to do that.

yogi
  • 19,175
  • 13
  • 62
  • 92
r.r
  • 7,023
  • 28
  • 87
  • 129
  • 1
    possible duplicate of [Asp.Net MVC how to get view to generate PDF](http://stackoverflow.com/questions/779430/asp-net-mvc-how-to-get-view-to-generate-pdf) – yms Aug 07 '12 at 17:07
  • Possible duplicate of [http://stackoverflow.com/questions/779430/asp-net-mvc-how-to-get-view-to-generate-pdf](http://stackoverflow.com/questions/779430/asp-net-mvc-how-to-get-view-to-generate-pdf) Looks like this other SO post covers your requirement – Brian Scott Aug 07 '12 at 09:03

0 Answers0