MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / pdf_trailer

Method pdf_trailer

src/__init__.py:6075–6077  ·  view source on GitHub ↗

Get PDF trailer as a string.

(self, compressed=0, ascii=0)

Source from the content-addressed store, hash-verified

6073 return xref
6074
6075 def pdf_trailer(self, compressed=0, ascii=0):
6076 """Get PDF trailer as a string."""
6077 return self.xref_object(-1, compressed=compressed, ascii=ascii)
6078
6079 @property
6080 def permissions(self):

Callers 15

showFunction · 0.80
_addFormFontMethod · 0.80
_delToCMethod · 0.80
get_acroformMethod · 0.80
_do_widgetsMethod · 0.80
_embeddedFileGetMethod · 0.80
_embfile_addMethod · 0.80
_embfile_delMethod · 0.80
_embfile_infoMethod · 0.80
_embfile_namesMethod · 0.80
_embfile_updMethod · 0.80
_extend_toc_itemsMethod · 0.80

Calls 1

xref_objectMethod · 0.95

Tested by 3

test_widget_insertFunction · 0.64
names_and_kidsFunction · 0.64