Interface ChromeRenderPdfDocumentFromZipFileRequestStreamP.InfoPOrBuilder

    • Method Detail

      • getMainFile

        String getMainFile()
        string main_file = 1;
        Returns:
        The mainFile.
      • getMainFileBytes

        com.google.protobuf.ByteString getMainFileBytes()
        string main_file = 1;
        Returns:
        The bytes for mainFile.
      • hasRenderOptions

        boolean hasRenderOptions()
        optional .ironpdfengineproto.ChromePdfRenderOptionsP render_options = 2;
        Returns:
        Whether the renderOptions field is set.
      • getRenderOptions

        ChromePdfRenderOptionsP getRenderOptions()
        optional .ironpdfengineproto.ChromePdfRenderOptionsP render_options = 2;
        Returns:
        The renderOptions.
      • getRenderOptionsOrBuilder

        ChromePdfRenderOptionsPOrBuilder getRenderOptionsOrBuilder()
        optional .ironpdfengineproto.ChromePdfRenderOptionsP render_options = 2;
      • hasHttpOptions

        boolean hasHttpOptions()
        optional .ironpdfengineproto.ChromeHttpLoginCredentialsP http_options = 3;
        Returns:
        Whether the httpOptions field is set.
      • getHttpOptions

        ChromeHttpLoginCredentialsP getHttpOptions()
        optional .ironpdfengineproto.ChromeHttpLoginCredentialsP http_options = 3;
        Returns:
        The httpOptions.