Class MuPDFRenderer
- java.lang.Object
 - 
- org.apache.tika.renderer.pdf.mutool.MuPDFRenderer
 
 
- 
- All Implemented Interfaces:
 Serializable,Renderer
public class MuPDFRenderer extends Object implements Renderer
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MuPDFRenderer() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<MediaType>getSupportedTypes(ParseContext context)Returns the set of media types supported by this renderer when used with the given parse context.RenderResultsrender(InputStream is, Metadata metadata, ParseContext parseContext, RenderRequest... requests) 
 - 
 
- 
- 
Method Detail
- 
getSupportedTypes
public Set<MediaType> getSupportedTypes(ParseContext context)
Description copied from interface:RendererReturns the set of media types supported by this renderer when used with the given parse context.- Specified by:
 getSupportedTypesin interfaceRenderer- Parameters:
 context- parse context- Returns:
 - immutable set of media types
 
 
- 
render
public RenderResults render(InputStream is, Metadata metadata, ParseContext parseContext, RenderRequest... requests) throws IOException, TikaException
- Specified by:
 renderin interfaceRenderer- Throws:
 IOExceptionTikaException
 
 - 
 
 -