This question already has answers here:
Closed 12 years ago.
Possible Duplicates:
How to Convert html web-page to image format in ASP.net web-application
ASP.NET page to image or pdf.
Hi,
I have an aspx webpage. Once that page is rendered, with a button click how can I export it to PDF? What is the process? Do I need an external third party tool to achieve this?
Thanks.
We've had good luck using the iTextSharp library. It's easy to use and the price is right.
http://sourceforge.net/projects/itextsharp/
There are several third party libraries that support this. We have one that provides perfect fidelity and has been optimised for use on the server. Have a look at this blog post.
Related
This question already has answers here:
How to implement mdi in a WPF application
(3 answers)
Closed 5 years ago.
I have struggling with this issue since long time. I am working of a project in which there is requirement to create pages similar to msword or wordpad or page software(mac). In the mentioned softwares, user can able to type text and once the text reaches to the bottom, a new page appears below it. User continues typing in next page.
I could not able to figure out how to achieve this. I am developing this software using c# and WPF.
Any guidance will be helpful. Thanks in advance. Hope you understand my requirement. So far, I guess, the pages must be similar to iframes in website design. Anyways, any guidance will be helpful. Thank you.
As I understand you need MDI like UI.
Read this or google "MDI UI in WPF"
This question already has answers here:
How do you Screen Scrape? [closed]
(6 answers)
Closed 5 years ago.
I am building a database of images and would like to automate the process. I am somewhat familiar with HTML, and my core program is built in C#. What would be a good library to use that could help me download a page as HTML, and grab the URL links on the page to the desired image? I am familiar with how to download images from URL already, so that does not need to be addressed.
(Library or other language. The database building and the program do not need to be combined.)
You wanted to build a crawler or website spider which will grab the stuff from websites. There is a parsing library called HtmlAgilityPack which will help you to do that very easily. This post will tell you how to use this library.
Hope it helps!
This question already has an answer here:
Closed 10 years ago.
Possible Duplicate:
export to pdf in asp.net 3.5
What is a tools can I use to print asp.net pages ?
Is there any good software to create pdf files for asp.net?
is there any free software that takes care of this?
I like Expert PDF (http://www.html-to-pdf.net/). It converts regular HTML and CSS to a PDF format and opens in the associated reader on your local machine. Much easier than some of the other generators out there such as iText Sharp which require a lot of time learning the API. Unfortunately its a paid app, so if your company isn't willing to chip in for the license you might want to look at one of the free libraries.
SQL Server Reporting Services (SSRS) offers some good PDF generating functionality, though depending on your exact needs it may be too much. The best way to find out is to take a look at this page and see what you think: http://www.microsoft.com/sqlserver/en/us/solutions-technologies/business-intelligence/reporting-services.aspx
If you don't want to use the Report Viewer control, there is a blog post I've seen that details how you can avoid creating one: http://geekswithblogs.net/bsherwin/archive/2007/04/29/112094.aspx (It's in VB but could easily be converted to C#).
iTextsharp is widely used and of-course it is free.
Just download the DLL
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Generate PDF file in asp.net
Whats is a good and easy-to-use library (Third party software) in order to create a fillable pdf file? Im using asp.net C# and basically I want to generate a fillable pdf file that I send it to other users so they can fill it?
Aspose for PDF .NET is a good one.
http://www.aspose.com/categories/.net-components/aspose.pdf-for-.net/default.aspx
iTextSharp is good too.
http://itextpdf.com/
Can't think of a good open source offering that is full featured however.
iTextSharp is a popular open source library to create PDF documents. It supports creating forms in PDF documents and filling them programmatically.
TallPDF.NET also is very good and feature-rich.
http://www.tallcomponents.com/default.aspx?id=tallpdf3-features
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
How to capture image from client webcam in asp.net
Hi i want to capture a video using asp.net c# webapplication. How can i do it?
(Just like recording video in facebook)
Can you have any examples plz help me.
I've gone through google but nothing is suitable for me
Not really much to go on is there...
I am assuming you want a user to be able to record video in your app. This is not possible without a plugin on the user's machine, like Flash, because it means accessing hardware on the client machine. Flash has this built in and will ask for it to be allowed to access the user's webcam.
You might want to bwe a bit more clear with your question though...
Use Microsoft Expression Encoder for broadcast, and simple Silverlight of Flash control for presentation on a client side.