36#include <config_auto.h>
39#include "allheaders.h"
45l_ok pixWritePSEmbed(
const char *filein,
const char *fileout)
47 return ERROR_INT(
"function not present", __func__, 1);
52l_ok pixWriteStreamPS(FILE *fp,
PIX *pix,
BOX *box, l_int32 res,
55 return ERROR_INT(
"function not present", __func__, 1);
60char * pixWriteStringPS(
PIX *pixs,
BOX *box, l_int32 res, l_float32 scale)
62 return (
char *)ERROR_PTR(
"function not present", __func__, NULL);
67char * generateUncompressedPS(
char *hexdata, l_int32 w, l_int32 h, l_int32 d,
68 l_int32 psbpl, l_int32 bps, l_float32 xpt,
69 l_float32 ypt, l_float32 wpt, l_float32 hpt,
72 return (
char *)ERROR_PTR(
"function not present", __func__, NULL);
77l_ok convertJpegToPSEmbed(
const char *filein,
const char *fileout)
79 return ERROR_INT(
"function not present", __func__, 1);
84l_ok convertJpegToPS(
const char *filein,
const char *fileout,
85 const char *operation, l_int32 x, l_int32 y,
86 l_int32 res, l_float32 scale, l_int32 pageno,
89 return ERROR_INT(
"function not present", __func__, 1);
94l_ok convertG4ToPSEmbed(
const char *filein,
const char *fileout)
96 return ERROR_INT(
"function not present", __func__, 1);
101l_ok convertG4ToPS(
const char *filein,
const char *fileout,
102 const char *operation, l_int32 x, l_int32 y,
103 l_int32 res, l_float32 scale, l_int32 pageno,
104 l_int32 maskflag, l_int32 endpage)
106 return ERROR_INT(
"function not present", __func__, 1);
111l_ok convertTiffMultipageToPS(
const char *filein,
const char *fileout,
114 return ERROR_INT(
"function not present", __func__, 1);
119l_ok convertFlateToPSEmbed(
const char *filein,
const char *fileout)
121 return ERROR_INT(
"function not present", __func__, 1);
126l_ok convertFlateToPS(
const char *filein,
const char *fileout,
127 const char *operation, l_int32 x, l_int32 y,
128 l_int32 res, l_float32 scale, l_int32 pageno,
131 return ERROR_INT(
"function not present", __func__, 1);
136l_ok pixWriteMemPS(l_uint8 **pdata,
size_t *psize,
PIX *pix,
BOX *box,
137 l_int32 res, l_float32 scale)
139 return ERROR_INT(
"function not present", __func__, 1);
144l_int32 getResLetterPage(l_int32 w, l_int32 h, l_float32 fillfract)
146 return ERROR_INT(
"function not present", __func__, 1);
151void l_psWriteBoundingBox(l_int32 flag)
153 L_ERROR(
"function not present\n", __func__);