Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
~3K People Reached
Favorite Tags

5 Posted Topics

Member Avatar for aerian

Hi astha2008,below code can help you convert aspx to PDF,also it can convert html, htm to PDF, you can give it a try, but this also need a commercial [PDF component](http://www.e-iceblue.com/Introduce/pdf-for-net-introduce.html) to help you. The code is really very simple: String url = "http://www.dotnetfunda.com/forums/thread11236-how-to-customize-footer-in-gridview.aspx"; doc.LoadFromHTML(url, false, true, true); doc.SaveToFile("sample.pdf");

Member Avatar for Bessemer
0
2K
Member Avatar for Tinier
Member Avatar for jasonrle0332
0
288
Member Avatar for madan.bhangre9

I do not know your case clearly, but below article can help you or you can just put your question after this article: http://csharp.net-informations.com/crystal-reports/csharp-dynamic-crystal-reports.htm

Member Avatar for Tinier
0
111
Member Avatar for Tinier

Recentlt, I need to insert comment in my pf document, but I never try it and finds little information from the intenet, but I found that the PDF has the function of showing the comment and hiding the comemnt, so I try to convert a word document that contains comment …

Member Avatar for pattmorter
-1
204
Member Avatar for Tinier

Recently, I meet a problem that I need to insert header and footer in excel with C#, I use the following code: Worksheet sheet = workbook.Worksheets[0]; sheet.PageSetup.FullHeaderString = "E-iceblue"; sheet.PageSetup.IsPrintHeadings = true; sheet.Visibility = WorksheetVisibility.Visible; sheet.PageSetup.LeftFooter = "everlasting"; But when I launch it, the header and footer do not appear …

Member Avatar for Tinier
0
296

The End.