Export To PDF  .NET  assembly
Version 1.3.22      July 2012
Copyright (C) 2012 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;
___________________________________________________________________________

Setup ASP.NET project
___________________________________________________________________________

To work with ASP.NET application  (WebPDFConverterVB  or  WebPDFConverterCS
depending on what language you prefer) please follow the steps:
- Open MS .NET Development Environment (MS Visual Studio 2005 or later) and
create a new Web Site.
- In 'Location' combobox select 'File System'
- In 'Language' combobox select language that you prefer  (Visual Basic  or 
Visual C#)
- Go to WebPDFConverterVB  or  WebPDFConverterCS folder  of  the  installed
evaluation package and select all files and folders in that folder.
- Copy and paste selected files and folders into the new Web Site directory.
For example, you created the new Web Site in C:\WebSite1 folder.  Place the 
sample web application files and folders into that directory.
- You are good to run the web sample project.
___________________________________________________________________________

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

