Hi all can you please suggest some web tool (will provide DLL) to convert doc, excel and PDF to image at minimum cost. i m a dot.net developer and need to implement these feature in my web application....
Thanks
Hi all can you please suggest some web tool (will provide DLL) to convert doc, excel and PDF to image at minimum cost. i m a dot.net developer and need to implement these feature in my web application....
Thanks
If you are in .NET, doc and xls can be easily opened by calling instances of Word and Excel. Once application instances are created and files loaded, you can perform a variety of operations including capturing screenshots (if you can work with 72 dpi resolution).