FileApp Pro for iPhone downloads for free
/* Posted March 12th, 2010 at 8:09am [Comments: none] *//* Filed under Apple, Apps, DS, Deals, PDF, Videos, iPhone, iPod */

Image/Apple

Image/Apple
We were using aspose.PDF + aspose.word on our local dev computers and everything worked fine (windows 2k3 server 32bit) We then deployed to our test server Windows 2k3 64bit and the site blew up. Read more »
We are using the Aspose product for pdf to convert word docs to pdf. We also wanted to use that same product to convert txt docs into pdf. Unlike most other pdf convertor tools, aspose dosn’t have a auto convert to pdf for txt docs. The solution to this problem is to stream in the txt doc and create a new pdf from it.
Code Below: Read more »
Recently I was asked to write some code that would automate the conversion of word docs to pdf from a web upload. At first I figured it would be an easy task. I first tried to use the office.dlls, and everything worked… I then read a best practise. Do not use the Office.dlls on servers because office is not a server plateform. Read more »