36#include <config_auto.h>
39#include "allheaders.h"
47l_ok pixConvertToPdfData(
PIX *pix, l_int32 type, l_int32 quality,
48 l_uint8 **pdata,
size_t *pnbytes,
49 l_int32 x, l_int32 y, l_int32 res,
53 return ERROR_INT(
"function not present", __func__, 1);
58l_ok ptraConcatenatePdfToData(
L_PTRA *pa_data,
SARRAY *sa,
59 l_uint8 **pdata,
size_t *pnbytes)
61 return ERROR_INT(
"function not present", __func__, 1);
66l_ok convertTiffMultipageToPdf(
const char *filein,
const char *fileout)
68 return ERROR_INT(
"function not present", __func__, 1);
73l_ok l_generateCIDataForPdf(
const char *fname,
PIX *pix, l_int32 quality,
76 return ERROR_INT(
"function not present", __func__, 1);
83 return (
L_COMP_DATA *)ERROR_PTR(
"function not present", __func__, NULL);
88L_COMP_DATA * l_generateJpegData(
const char *fname, l_int32 ascii85flag)
90 return (
L_COMP_DATA *)ERROR_PTR(
"function not present", __func__, NULL);
95L_COMP_DATA * l_generateJpegDataMem(l_uint8 *data,
size_t nbytes,
98 return (
L_COMP_DATA *)ERROR_PTR(
"function not present", __func__, NULL);
103l_ok l_generateCIData(
const char *fname, l_int32 type, l_int32 quality,
106 return ERROR_INT(
"function not present", __func__, 1);
111l_ok pixGenerateCIData(
PIX *pixs, l_int32 type, l_int32 quality,
114 return ERROR_INT(
"function not present", __func__, 1);
119L_COMP_DATA * l_generateFlateData(
const char *fname, l_int32 ascii85flag)
121 return (
L_COMP_DATA *)ERROR_PTR(
"function not present", __func__, NULL);
126L_COMP_DATA * l_generateG4Data(
const char *fname, l_int32 ascii85flag)
128 return (
L_COMP_DATA *)ERROR_PTR(
"function not present", __func__, NULL);
133l_ok cidConvertToPdfData(
L_COMP_DATA *cid,
const char *title,
134 l_uint8 **pdata,
size_t *pnbytes)
136 return ERROR_INT(
"function not present", __func__, 1);
143 L_ERROR(
"function not present\n", __func__);
149void l_pdfSetG4ImageMask(l_int32 flag)
151 L_ERROR(
"function not present\n", __func__);
157void l_pdfSetDateAndVersion(l_int32 flag)
159 L_ERROR(
"function not present\n", __func__);