Wednesday, March 10, 2010
Register  |  Login
Blogs
 News & Releases Minimize
Nasosoft Component for .NET 2.5 Released - Wednesday, February 10, 2010

Nasosoft Component for .NET v2.5 has released with many improvements.

Nasosoft Component for .NET is a suite of comprehensive .NET controls, including EXCEL, PDF, and RTF document format engines, RTF to HTML, HTML to RTF, RTF to TEXT, HTML to TEXT document transform engines, Chart control, SMTP, POP3, IMAP, FTP, WebDAV internet SDK and ZIP, GZIP, TAR compression.

What's new

  • Improvements for Nasosoft Chart control
    • Combine all series attributes to GolbalAttributes.
    • Update PointAttributes base on the SeriesAttributes.
    • Add DataValues class, IDataArray interface to manage and provide all points, series operations.
  • Optimizations for Nasosoft Excel
    • Improve file parser for excel files
    • Other performance fixes
  • New C# and VB.NET Samples for Mail control
  • New C# and VB.NET Samples for FTP control
  • New C# and VB.NET Samples for PDF control
  • New C# and VB.NET Samples for Chart control
  • Bug fixes 

How to Download

 

Get Free Trial     More...

 

 

 

 Most recent blog entries Minimize
.NET Chart Control Released in Nasosoft .NET Component v2.3.0
.NET Programming By host on 12/11/2009 11:36 PM

Nasosoft Component for .NET v2.3 is available today. A new .NET Chart Control is released in this version.

Nasosoft Component for .NET is a suite of comprehensive .NET components, including EXCEL, PDF, and RTF document engines, RTF to HTML, HTML to RTF, RTF to TEXT, HTML to TEXT document transform engines, Chart control, SMTP/POP3/IMAP/FTP netowrk sdk and ZIP/GZIP/TAR compression.

What's new

  • New .NET Chart Control for C# and VB.NET - Nasosoft Chart
  • Nasosoft PDF supports code 128 and code39 barcode creation
  • Nasosoft PDF supports Adobe Acrobat PDF 7.0 encryption
  • Nasosoft PDF supports adding java actions to pdf files
  • Updated VB.NET / C# samples for Nasosoft C ...
More...

.NET PDF control Programmers' Guide Updated
.NET Programming By host on 11/18/2009 6:59 AM

We just updated the programmers' guide for nasosoft PDF .NET control. 

The outlines are listed following:

  • Introduction to Nasosoft PDF Components
  • Inside Adobe PDF format
  • Document Object Model
  • More...

    Nasosoft Chart Components Preview
    .NET Programming By host on 11/5/2009 5:10 AM
    Nasosoft Chart Components Preview
    More...

    Nasosoft .NET Components v2.2 is Available
    .NET Programming By host on 10/29/2009 9:51 PM
    Nasosoft .NET Components v2.2 is Available
    More...

    How to Extract Text from PDF documents with PdfTextReader
    .NET Programming By host on 8/8/2009 6:16 AM

    Nasosoft.Documents.Pdf offers the capability to extract text content from PDF documents. You can use PdfTextReader to read text content easily. For example:

    [C#]

                using (PdfTextReader r = new PdfTextReader(FileName))
                {
                    System.Console.WriteLine(r.ReadToEnd());
                }

    [VB]

                Dim reader As PdfTextReade ...

    More...

    How to use PdfDocumentEditor to Edit Pdf Documents
    .NET Programming By host on 7/26/2009 8:48 PM
    How to use PdfDocumentEditor to Edit Pdf Documents
    More...

    Convert Html to RTF using Nasosoft.Documents.Transform
    .NET Programming By host on 6/6/2009 4:58 AM
    This article demonstrates how to convert a HTML format document to RTF format.
    More...