MuPDF 1.22.0 DocumentationJavaScript Shell Several global functions that are common for command line shells are available: gc(report) Run the garbage collector to free up memory. Optionally report statistics on the garbage collection Example var document = new Document("my_pdf.pdf"); repr(document); // "[userdata pdf_document]" gc(report) Run the garbage collector to free up memory. Optionally report statistics on the garbage collection0 码力 | 175 页 | 698.87 KB | 8 月前3
 MuPDF 1.23.0 DocumentationJavaScript Shell Several global functions that are common for command line shells are available: gc(report) Run the garbage collector to free up memory. Optionally report statistics on the garbage collection getJournal()); // "[object Object]" print(repr(document.getJournal())); // "{position: 0, steps: []}" gc(report) Run the garbage collector to free up memory. Optionally report statistics on the garbage collection0 码力 | 245 页 | 817.74 KB | 8 月前3
 MuPDF 1.25.0 DocumentationJavaScript Shell Several global functions that are common for command line shells are available: gc(report) Run the garbage collector to free up memory. Optionally report statistics on the garbage collection getJournal()); // "[object Object]" print(repr(document.getJournal())); // "{position: 0, steps: []}" gc(report) Run the garbage collector to free up memory. Optionally report statistics on the garbage collection0 码力 | 259 页 | 1.11 MB | 8 月前3
 MuPDF 1.24.0 DocumentationJavaScript Shell Several global functions that are common for command line shells are available: gc(report) Run the garbage collector to free up memory. Optionally report statistics on the garbage collection getJournal()); // "[object Object]" print(repr(document.getJournal())); // "{position: 0, steps: []}" gc(report) Run the garbage collector to free up memory. Optionally report statistics on the garbage collection0 码力 | 249 页 | 830.15 KB | 8 月前3
 PyMuPDF 1.24.2 Documentation------------------------------------------------ """ from __future__ import print_function import gc import sys import fitz print(fitz.__doc__) if fitz.VersionBind.split(".") < ["1", "17", "0"]: sys (continues on next page) 89 PyMuPDF Documentation, Release 1.24.2 (continued from previous page) gc.set_debug(gc.DEBUG_UNCOLLECTABLE) highlight = "this text is highlighted" underline = "this text is underlined"0 码力 | 565 页 | 6.84 MB | 1 年前3
共 5 条
- 1
 













