How to convert Html file into PDF file in windows phone7.1,please help me with some samples,is there any free convertor for c# available?
How to convert Html file into PDF file in windows phone7.1,please help me with some samples,is there any free convertor for c# available?
I dont think there is any tool ready-made available currently for windows Phone that convert HTML to PDF in phone browser. I am not sure it is possible.
But as Windows Phone 7 support sliverlight which is .NET languages, you may build your own by referring such tool available for .net.
You can use below tool for .net to make your own tool for WP.
http://code.google.com/p/wkhtmltopdf/
Chintan Dave.
Water Bubble Application for Nokia N9 is now available in Nokia Store.
World's Greatest Speeches for Windows Phone is now available in WP Marketplace.
hi chintan,In your link there are a lot of downloads I am quite confused to which one to go with?
download file which is for windows (like zip. or source code)
http://code.google.com/p/wkhtmltopdf/downloads/list
Chintan Dave.
Water Bubble Application for Nokia N9 is now available in Nokia Store.
World's Greatest Speeches for Windows Phone is now available in WP Marketplace.
Hello Yogesh,
You can use the iTextSharp MPL Library for Windows Phone, it is really very useful for converting HTML to PDF file convertor using C#.
Using iTextSharp library APIs takes input to as HTML and generate PDF file.
Here is reference for the same.
iTextSharp MPL for Silverlight & Windows Phone
Hope it helps.
Pavan Pareta
Sr. Software Engineer
http://windows-mobile-dev.blogspot.com
hi pavan,I didnot get the dll can u provide link 4 download the dll that is compatible for Windows phone7
Is it possible to convert a HTML file to PDF in Windows Phone 7.1 I tried a lot of ways it did not support for windows Phone.Please anybody done this or have idea please help me.or else can it be done in Windows Phone 8 SDK?
Not sure if that will be a easy task to do on the Phone alone. From what I've saw so far, people tend to prefer using a server to convert to PDF and then download to the phone. On that scenarion you can use iTextSharp library server side for example.
There was a promising library for Windows Phone that seems to be more or less abandoned (didn't saw any updates recently) that is based on iTextSharp library:
http://itextsharpsl.codeplex.com/ . There is a project available on the Source Code tab.
Cheers
João Cardoso
Merged to your old thread. You may want to review these options as they may have become usable with WP8.
well i looked over google searching your tool. cannot find anything that converts HTML to PDF