Converts N input documents to 1 output file, Input document will be retrieved using
A2WDocumentReader callback implementation by passing in the document id given as parameter
to this API, A2WDocumentReader's "read" function is called for each input document id.
Converts N input documents to 1 output buffer, Input document will be retrieved using
A2WDocumentReader callback implementation by passing in the document id given as parameter
to this API, A2WDocumentReader's "read" function is called for each input document id.
B/W Sampler
Specifies the sampler method to be used for transforming RASTER output to 1 bpp (B/W)
Syntax:
BWSampler=Dither*|Threshold:Adaptive|Threshold:1..100
where
Dither means use dithering method to sample RASTER output and make 1 bpp output
Threshold:Adaptive means use threshold method with adaptive to sample RASTER output and make 1 bpp output
Threshold:1..100 means use threshold method with given limit (1..100) to sample RASTER output and make 1 bpp output