How to Convert Txt Docs to PDF in Aspose c#

/* Posted March 18th, 2008 at 8:43am [Comments: none] */
/* Filed under C#, PDF */

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 »

  • Twitter
  • Digg
  • del.icio.us
  • Propeller
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Mixx
  • Yahoo! Buzz
  • NewsVine
  • Facebook
  • Google Bookmarks

Useful Quick References

/* Posted March 17th, 2008 at 10:12pm [Comments: none] */
/* Filed under C#, C/C++, CSS, HTML, Microsoft, PHP, Reference, Ruby */

Whether you program in C++ or code in HTML, you’ve probably encountered a quick reference (”quickref” for short) at some point in your career. These handy guides aren’t meant to teach newbies how to use the language, but are more like the index at the back of your textbook except condensed and consolidated in a few pages. Today’s post lists a few useful quickrefs that I’ve accumulated over the years. Read more »

  • Twitter
  • Digg
  • del.icio.us
  • Propeller
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Mixx
  • Yahoo! Buzz
  • NewsVine
  • Facebook
  • Google Bookmarks

C# vs Objective C

/* Posted March 16th, 2008 at 5:26pm [Comments: 5] */
/* Filed under Apple, C#, Windows */

Sharp and Objective
This may come as a surprise for some people, but I’ve been using C# and Objective-C both for almost exactly as long (between three and four years). What you might call my current day job is comprised of writing C# code. Read more »

  • Twitter
  • Digg
  • del.icio.us
  • Propeller
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Mixx
  • Yahoo! Buzz
  • NewsVine
  • Facebook
  • Google Bookmarks

Debugging tips when working with Sharepoint 2007 (WSS and MOSS)

/* Posted March 12th, 2008 at 3:54pm [Comments: none] */
/* Filed under C#, Microsoft, SharePoint */

Common SharePoint Errors and their fixes:

I have run into a lot of errors while programming for SharePoint.  Here are a few that I think everyone should find about and figure out how to solve.

Read more »

  • Twitter
  • Digg
  • del.icio.us
  • Propeller
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Mixx
  • Yahoo! Buzz
  • NewsVine
  • Facebook
  • Google Bookmarks

Developer Tools for SharePoint 2007

/* Posted March 11th, 2008 at 9:41am [Comments: none] */
/* Filed under C#, SharePoint */

After working with SharePoint for awhile, I have found a few tools that I think save a lot of time. 

Tools I recommend looking into: Read more »

  • Twitter
  • Digg
  • del.icio.us
  • Propeller
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Mixx
  • Yahoo! Buzz
  • NewsVine
  • Facebook
  • Google Bookmarks

Automating Word docs to PDF in c# for SharePoint

/* Posted March 10th, 2008 at 3:33pm [Comments: 2] */
/* Filed under C#, PDF, SharePoint */

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 »

  • Twitter
  • Digg
  • del.icio.us
  • Propeller
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Mixx
  • Yahoo! Buzz
  • NewsVine
  • Facebook
  • Google Bookmarks

Random Value Generator with String Arrays in C#

/* Posted March 10th, 2008 at 1:00pm [Comments: none] */
/* Filed under C# */

 The code below selects a random variable from an array of strings, demonstrating the random feature in c#

Code below…
Read more »

  • Twitter
  • Digg
  • del.icio.us
  • Propeller
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Mixx
  • Yahoo! Buzz
  • NewsVine
  • Facebook
  • Google Bookmarks