Welcome to Atalasoft Community Sign in | Join | Help

April 2008 - Posts

I previously showed how easy it is to generate Code 39 Barcodes using DotImage , now I want to show you how to do it in pure JavaScript. I wanted to make it easy to deploy so I don't use images. Luckily, 1D barcodes are easy to make with just colored Read More...
3 Comments

Attachment(s): Barcode.zip
I just noticed this blog entry from picturetom pointing to an interesting study on trends in digital photography available for purchase from InfoTrends. One of our customers, David Cardinal from ProShooters , fits this bill: ‘Today´s photographers are Read More...
1 Comments
Filed under:
OCR Engines are very good at reading text from clean machine print documents. If you have older scans or if the documents are not meant to be easily read by a machine, there are still some things you can do to improve your accuracy. This report from the Read More...
(Full Disclosure: I was a tech reviewer for this book and received a free copy) I read the ADO.NET 3.5 Cookbook last November coincidentally while I was writing automatic image fetching from SQL Server and OleDB databases into DotImage 6.0 (DbImageSoruce). Read More...
If you are in the Springfield, Massachusetts area, you might want to check out the RTC . Today, I attended an event that they put together, called Breaking Through: IT-Enabled Business Opportunities . The next one builds on some of the ideas in it, and Read More...
Next month, Atalasoft is going to deliver 31 Apps in 31 Days (one for each day in May). We are inviting anyone outside of Atalasoft that wants to participate to submit applications. We're looking for small, useful desktop applications that use DotImage Read More...
So, Rick , Jacob , Adam and Elaine have all given their impressions. I guess I should chime in. The thing that struck me about Code Camp is that with a couple of people organizing, some sponsors and volunteer speakers, you can put on a technical conference Read More...
Ok, here's how you create a CmdLet that uses DotImage: 1 Download the attached zip open the solution 2. Build it -- my dll is named AtalasoftSnapin.dll Here is the code for GetImage.cs, the implementation of the get-image cmdlet using System; using System.ComponentModel; Read More...
Ok, you're going to want to install Powershell before reading the rest of this . Once, you've done that, try typing these commands at the prompt (type in what appears after the >, the text in italics is just commentary): Here's the hello world program Read More...
This is a placeholder blog entry where I'll post my slides and code for my Extending Powershell talk at Code Camp on Saturday . The code I am showing uses DotImage, and we want everyone to be able to play with it, so we'll have free DotImage Photo licenses Read More...
0 Comments
Filed under:
If you want to process Office documents in .NET, for instance, if you use the DotImage AJAX Image Viewer and want to view a Word document, the easiest way is to use Office 2007 to do the heavy lifting. Here are instructions for doing that, but please Read More...
4 Comments

Attachment(s): WordWebViewer.zip