Export To PDF  .NET  assembly
Version 1.00.7   January 2008
Copyright (C) 2008 RustemSoft
___________________________________________________________________________

Setup
___________________________________________________________________________

Suppose you are building a project using Visual Studio .NET, and you decide
that you want to start consuming  the RustemSoft  ExportToPDF .NET assembly
in your .NET project for PDF conversion needs.
The first step that you will generally  take is,  you will add  a reference
to ExportToPDF .NET assembly that is residing in some directory on  your PC
hard drive. MS Visual Studio .NET will then add  a new item  under Solution 
Explorer called  References, and  will create a new row  node underneath it 
called ExportToPDF. 

In order to add the reference to ExportToPDF .NET assembly follow the steps:
- Select Project from the menu bar
- Choose Add Reference from the drop down menu
- Click on the Browse button
- Browse to and choose ExportToPDFTrial.dll

The Reference to the .NET RustemSoft namespace is a requirement and must be 
added to your project before the objects in the RustemSoft namespace can be
used. VB .NET Imports statement or C# using statement  is not a requirement
and is simply a coding  convenience that allows  shorter  names to be used.
You can add the statement to your code:

VB .NET 
Imports RustemSoftExportToPDF 

C#
using RustemSoft.ExportToPDF;

C++
#using <ExportToPDFTrial.dll>
using namespace RustemSoft;
___________________________________________________________________________

Registration
___________________________________________________________________________

Without a correct License Number the assembly is a shareware version, which
allows you  to test  its suitability  before you purchase it.  It is  fully
functional  but  contains  a nag  screen  to  remind  you of  registration.

If you find the assembly useful and would like to purchase the registered
version, please go to Order Form to register the assembly online:
http://www.RustemSoft.com/orderPDF.htm

For more information about ExportToPDF .NET assembly please visit:
http://RustemSoft.com/Convert_To_PDF.htm
The assembly online documentation:
http://www.rustemsoft.com/ExportToPDFDoc/index.html

Please report any suggestions, comments, etc. to http://RustemSoft.com/support.asp



Have a fun using it...

