mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
HTMl manual for cpdflib
This commit is contained in:
8
html_manual/splits/c16.tex
Normal file
8
html_manual/splits/c16.tex
Normal file
@@ -0,0 +1,8 @@
|
||||
/* 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);
|
||||
|
Reference in New Issue
Block a user