Class PDFServerConfig

java.lang.Object
org.apache.tika.server.standard.config.PDFServerConfig
All Implemented Interfaces:
ParseContextConfig

public class PDFServerConfig extends Object implements ParseContextConfig
PDF parser configuration, for the request
  • Field Details

    • X_TIKA_PDF_HEADER_PREFIX

      public static final String X_TIKA_PDF_HEADER_PREFIX
      The HTTP header prefix required (case-insensitive) by this config.
      See Also:
  • Constructor Details

    • PDFServerConfig

      public PDFServerConfig()
  • Method Details

    • configure

      public void configure(javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, Metadata metadata, ParseContext parseContext)
      Configures the parseContext with present headers. Note: only first value of header is considered.
      Specified by:
      configure in interface ParseContextConfig
      Parameters:
      httpHeaders - the headers.
      metadata - the metadata.
      parseContext - the parse context to configure.