This commit is contained in:
John Whitington
2021-09-27 19:18:25 +01:00
parent c427f79d8b
commit 25eb56fbdf
19 changed files with 944 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# CHAPTER 15. PDF and JSON
def outputJSON(filename, parse_content, no_stream_data, pdf):
"""Output 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."""