35#include <config_auto.h>
38#include "allheaders.h"
46l_ok compressFilesToPdf(
SARRAY *sa, l_int32 onebit, l_int32 savecolor,
47 l_float32 scalefactor, l_int32 quality,
48 const char *title,
const char *fileout)
50 return ERROR_INT(
"function not present", __func__, 1);
55l_ok cropFilesToPdf(
SARRAY *sa, l_int32 lr_clear, l_int32 tb_clear,
56 l_int32 edgeclean, l_int32 lr_add, l_int32 tb_add,
57 const char *title,
const char *fileout)
59 return ERROR_INT(
"function not present", __func__, 1);
64l_ok cleanTo1bppFilesToPdf(
SARRAY *sa, l_int32 res, l_int32 contrast,
65 l_int32 rotation, l_int32 opensize,
66 const char *title,
const char *fileout)
68 return ERROR_INT(
"function not present", __func__, 1);