You are here:   Blogs
Register   |  Login

Most recent blog entries

   Minimize
JAVA components
JAVA Programming By wood on 12/2/2010 8:11 PM

JAVA Components


Convert Html to RTF using Nasosoft.Documents.Transform
.NET Programming By host on 12/2/2010 8:08 PM
This article demonstrates how to convert a HTML format document to RTF format.
More...

How to use PdfDocumentEditor to Edit Pdf Documents
.NET Programming By host on 12/2/2010 8:08 PM
How to use PdfDocumentEditor to Edit Pdf Documents
More...

How to Extract Text from PDF documents with PdfTextReader
.NET Programming By host on 12/2/2010 8:08 PM

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...

Nasosoft .NET Components v2.2 is Available
.NET Programming By host on 12/2/2010 8:08 PM
Nasosoft .NET Components v2.2 is Available
More...

Nasosoft Chart Components Preview
.NET Programming By host on 12/2/2010 8:08 PM
Nasosoft Chart Components Preview
More...

.NET PDF control Programmers' Guide Updated
.NET Programming By host on 12/2/2010 8:08 PM

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...

    .NET Chart Control Released in Nasosoft .NET Component v2.3.0
    .NET Programming By host on 12/2/2010 8:08 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...

    How to use Nasosoft Excel in C++/COM
    .NET Programming By host on 12/2/2010 8:08 PM
    This article demonstrates how to use Nasosoft Excel in C++.
    More...