cpdf-source/html_manual/splits/c16.tex

9 lines
330 B
TeX
Raw Normal View History

2021-07-06 15:34:03 +02:00
/* 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);