public class PDFTransformer extends Object implements Transformer
| Constructor and Description |
|---|
PDFTransformer() |
| Modifier and Type | Method and Description |
|---|---|
Set<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<MediaType> getSupportedTypes()
TransformergetSupportedTypes in interface Transformerpublic void transform(InputStream is, OutputStream os) throws IOException, TikaException
transform in interface TransformerIOExceptionTikaExceptionpublic void setConfig(PDFTransformerConfig pdfTransformerConfig)
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.