News & Releases

Minimize
Nasosoft Component for .NET v3.8.0 Released - Wednesday, January 19, 2011

Nasosoft Component for .NET v3.8.0 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 and ZIP, GZIP, TAR compression.

What's new

  • Nasosoft Transform
    • Support iFilter COM+ interfaces 
    • Convert different documents to Text with iFilter

 How to Download

 

Enter Title

   Minimize
Working With PdfDocumentBuilder Class
The PdfDocumentBuilder class is the main class we used to create all kind of pdf document. It has several ???Factory properties which are for creating other pdf elements, such as brush, font.
 
The general step of create pdf document is:
1.         Create a PdfDocumentBuilder object
2.         Create a IPdfDocument object through the builder object
3.         Create a IPdfPage object through IPdfDocument object
4.         Create other objects required by IPdfPage.Draw??? method by using ???Factory attached to PdfDocumentBuilder object
5.         Paint page with IPdfPage.Draw??? methods