Search

You searched for the word(s):
< 1 second(s)
  • Re: Html to PDF with page break

    The initial post is old, but try this : HttpContext.Current.Response.ClearContent(); HttpContext.Current.Response.ClearHeaders(); HttpContext.Current.Response.ContentType = ''application/pdf''; HttpContext.Current.Response.AppendHeader(''content-disposition'', ''attachment; filename='' + fileName); &nbsp; System.IO.MemoryStream ...
    Posted to Cute Editor for .NET (Forum) by rompre on May 17, 2007