- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
5 Posted Topics
Re: 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"); | |
Hello professionals, can any one tell me how to extract PDF attachments with c#? | |
Re: 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 | |
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 … | |
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 … |
The End.