Package | Description |
---|---|
com.itextpdf.kernel.pdf.function |
Modifier and Type | Method and Description |
---|---|
static BaseInputOutPutConvertors.IOutputConversionFunction |
BaseInputOutPutConvertors.getOutputConvertor(int wordSize,
double scaleFactor) |
Modifier and Type | Method and Description |
---|---|
byte[] |
IPdfFunction.calculateFromByteArray(byte[] bytes,
int offset,
int length,
int wordSizeInputLength,
int wordSizeOutputLength,
BaseInputOutPutConvertors.IInputConversionFunction inputConvertor,
BaseInputOutPutConvertors.IOutputConversionFunction outputConvertor) |
byte[] |
AbstractPdfFunction.calculateFromByteArray(byte[] bytes,
int offset,
int length,
int wordSizeInputLength,
int wordSizeOutputLength,
BaseInputOutPutConvertors.IInputConversionFunction inputConvertor,
BaseInputOutPutConvertors.IOutputConversionFunction outputConvertor)
Performs the calculation in bulk on a set of raw data and returns a new set of raw data.
|
Copyright © 1998–2023 Apryse Group NV. All rights reserved.