com.groupdocs.parser.licensing

Class License



  • public final class License
    extends Object

    Represents GroupDocs.Parser license.

    This example demonstrates how to setup license.

     
     // Initialize License class
     License license = new License();
     // Set path to .lic file
     license.setLicense("C:\\GroupDocs.Parser.for.Java.lic");
      
    • Constructor Detail

      • License

        public License()
        Initializes a new instance of the License class.
    • Method Detail

      • setLicense

        public final void setLicense(String filePath)
        Licenses the component.
        Parameters:
        filePath - Absolute path to license file.
      • setLicense

        public final void setLicense(InputStream stream)
        Licenses the component.
        Parameters:
        stream - License stream.