How to use the component in ASP.NET?

 Step 1. Copy the files pdf2tiff.dll and pdf2tiff.ocx, which placed at the archive's subdirectory 'bin',
        to windows system directory.
    for example
          copy pdf2tiff.dll c:\windows\system
          copy pdf2tiff.ocx c:\windows\system

 Step 2. Register the component pdf2tiff.ocx in your system using the regsvr32 program that is provided
        with the windows operating system.
    for example 
          regsvr32 pdf2tiff.ocx

 Step 3. Copy the file oak.pdf to d:\.

 Step 4. Copy the file example.aspx to web root.



