public class PDFTransformer extends Object implements Transformer
| Constructor and Description |
|---|
PDFTransformer() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.tika.mime.MediaType> |
getSupportedTypes()
Returns the set of media types supported by this parser when used
with the given parse context.
|
void |
setConfig(PDFTransformerConfig pdfTransformerConfig) |
void |
transform(InputStream is,
OutputStream os) |
public Set<org.apache.tika.mime.MediaType> getSupportedTypes()
TransformergetSupportedTypes in interface Transformerpublic void transform(InputStream is, OutputStream os) throws IOException, org.apache.tika.exception.TikaException
transform in interface TransformerIOExceptionorg.apache.tika.exception.TikaExceptionpublic void setConfig(PDFTransformerConfig pdfTransformerConfig)
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.