Microsoft Office Document to PDF convert

OfficeToPDF is a command line utility that converts Microsoft Office 2007 and 2010 documents from their native format into PDF using Office’s in-built PDF export features. OfficeToPDF is useful (and unique) if you want to automatically create PDF files on a server-wide basis and free individual users from an extra step of using the “Save …

PDF to Image

First of all you have download “GhostScript” from Here Installed it. C#.net Code as below 1) Create a new console application in Visual Studio 2010. 2) Copy the below code into your application public static void PdfToJpg(string ghostScriptPath,string input, string output) { //String ars = “-dNOPAUSE -sDEVICE=jpeg -r300 -o” + output + “-%d.jpg ” + …

HTML5 Video Player

Flash has always been the standard for displaying video online, yet with the arrival of HTML5 web developers have got more excellent possibilities to easily streamline video content. HTML5 new specifications for a video is for sure one of the most talked aspects in the range of many new notable HTML5 features developed for more …