We often get queries from customers who would like to convert their text files to PDF. We are often asked if we can quickly provide some code which can accomplish this task and save them the effort of going through the documentation. So for the benefit of everyone, we present here a simple example which can be used as it is to easily and efficiently convert a text file to PDF using Aspose.Pdf.

[C#]

Read the rest of this entry »

Do you wish to have worksheets that can be easily updated to keep up with your constantly changing business needs?

Using Aspose.Cells APIs, you can quickly insert new rows, columns, cells, and worksheets — and just as easily delete them — calling a few methods only and your task is performed with excellence.

While you are creating a new worksheet from scratch or working with an existing worksheet, you might need to add extra rows / columns into your worksheet to accommodate more data or for your specific need.

Alternatively, it can also be required to delete rows / columns from specified positions / locations in the worksheet. To fulfill these requirements, Aspose.Cells provides simplest set of APIs that can easily perform your desired task within no time.

There are two methods that Aspose.Cells offers in this regard i.e., InsertRows and DeleteRows, these two methods are optimized related performance and efficient enough to do the job very quickly.

Read the rest of this entry »

Posted at 5:03PM on February 29th, 2008 by Jeff S

I’m going to post this with the idea that the readers will help with this question. Post a comment if you can help this person.

I have this code that I’m using with WinCC C script, which calls a DLL and some Functions. I am wondering if anyone could lend a hand in translating it to VBS, if at all possible.

Read the rest of this entry »

Posted at 9:08AM on January 28th, 2008 by Bob Schwarz

The latest version of Microsoft® Visual Studio® includes a lot of new treats for mobile developers. In addition to new debugging tools and emulators, it includes the Windows® Mobile 5 SDK, .NET® Compact Framework 3.5, and SQL® Server Compact Edition 3.5 out of the box, without additional installs. This walkthrough gives you the code and assets for a fully functional Hangman-style game called “W80 Words” (weighty words), which takes advantage of the new platform and coding environment.

Microsoft Visual Studio 2008 includes a lot of useful features for mobile developers, especially those of the database persuasion. On the one hand, you have the latest and greatest version 3 emulators, Windows Mobile 5 libraries and project templates pre-installed, and unit testing for mobile. (See the Windows Mobile Team Blog for an overview.) On the other hand, you have LINQ, a new syntax for working directly with datasets. But what is the sound of two hands clapping without touching? That’s right—silence.

Here’s the scoop on LINQ for mobile: technically, LINQ works with .NET Compact Framework 3.5, though with limitations. According to MSDN you get standard query operators, LINQ to DataSet, and LINQ to XML. However, the more useful LINQ to SQL designer is not supported in SQL Server Compact Edition 3.5 (see this thread). Nor will you find any LINQ objects available in your mobile project, despite having a System.Linq reference added by default. In fact, I can find neither details nor code samples regarding LINQ for Mobile on the Internet. Nor can I get any additional information from the fine folks at Microsoft.

Read the rest at Devx

Posted at 10:48AM on January 10th, 2008 by Bob Schwarz

Windows Forms sample code for demonstrating improvements to Windows Forms data binding in the .NET Framework 2.0. This sample code is associated with part two of a two part series of white papers on this topic.

Read the rest of this entry »