EasyPDF Java SDK
v6.1

com.bcl.easypdf.EasyPDFDocument
Class IPDFDocument

java.lang.Object
  extended by com.bcl.easypdf.EasyPDFDocument.IPDFDocument

public class IPDFDocument
extends java.lang.Object

An IPDFDocument object represents a PDF document.


Constructor Summary
IPDFDocument()
           
 
Method Summary
 void Close(boolean Save)
          Close and save the PDF file if "Save" is true; close the PDF file only if "Save" is false.
 java.lang.String getFileName()
          Returns the name of the currently opened PDF file.
 IFormFields getFormFields()
          Returns form fields.
 int getLibraryVersionMajor()
          Returns the library's major version number.
 int getLibraryVersionMinor()
          Returns the library's minor version number.
 boolean getModified()
          Checks if the PDF file has been modified.
 void Initialize(java.lang.Object Init)
          This is a deprecated method.
 void Open(java.lang.String FileName)
          Opens the specified PDF file.
 void SaveAs(java.lang.String FileName)
          Save the PDF file with the specified file name.
 void setLicenseKey(java.lang.String newVal)
          This is a deprecated method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IPDFDocument

public IPDFDocument()
             throws EasyPDFException
Throws:
EasyPDFException
Method Detail

setLicenseKey

public void setLicenseKey(java.lang.String newVal)
                   throws EasyPDFException
This is a deprecated method

Throws:
EasyPDFException

Initialize

public void Initialize(java.lang.Object Init)
                throws EasyPDFException
This is a deprecated method.

Throws:
EasyPDFException

getLibraryVersionMajor

public int getLibraryVersionMajor()
                           throws EasyPDFException
Returns the library's major version number.

Throws:
EasyPDFException

getLibraryVersionMinor

public int getLibraryVersionMinor()
                           throws EasyPDFException
Returns the library's minor version number.

Throws:
EasyPDFException

Open

public void Open(java.lang.String FileName)
          throws EasyPDFException
Opens the specified PDF file.

Throws:
EasyPDFException

Close

public void Close(boolean Save)
           throws EasyPDFException
Close and save the PDF file if "Save" is true; close the PDF file only if "Save" is false.

Throws:
EasyPDFException

SaveAs

public void SaveAs(java.lang.String FileName)
            throws EasyPDFException
Save the PDF file with the specified file name.

Throws:
EasyPDFException

getFileName

public java.lang.String getFileName()
                             throws EasyPDFException
Returns the name of the currently opened PDF file.

Throws:
EasyPDFException

getModified

public boolean getModified()
                    throws EasyPDFException
Checks if the PDF file has been modified.

Throws:
EasyPDFException

getFormFields

public IFormFields getFormFields()
                          throws EasyPDFException
Returns form fields.

Throws:
EasyPDFException

EasyPDF Java SDK
v6.1

Copyright 2009 BCL Technologies. All rights reserved.