Class PdfContentToImageConverter
java.lang.Object
com.flowable.agent.engine.impl.content.PdfContentToImageConverter
- All Implemented Interfaces:
ContentToImageConverter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intprotected static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToImage(InputStream inputStream) static DimensiongetScaledDimension(Dimension image, Dimension boundary) boolean
-
Field Details
-
MAX_WIDTH
protected static final int MAX_WIDTH- See Also:
-
MAX_HEIGHT
protected static final int MAX_HEIGHT- See Also:
-
-
Constructor Details
-
PdfContentToImageConverter
public PdfContentToImageConverter()
-
-
Method Details
-
supports
- Specified by:
supportsin interfaceContentToImageConverter
-
convertToImage
- Specified by:
convertToImagein interfaceContentToImageConverter
-
getScaledDimension
-