9 lines
330 B
TeX
9 lines
330 B
TeX
/* CHAPTER 15. PDF and JSON */
|
|
|
|
/* cpdf_outputJSON(filename, parse_content, no_stream_data, pdf) outputs a PDF
|
|
* in JSON format to the given filename. If parse_content is true, page content
|
|
* is parsed. If no_stream_data is true, all stream data is suppressed entirely.
|
|
* */
|
|
void cpdf_outputJSON(const char[], int, int, int);
|
|
|