hyperboria/nexus/pylon/pdftools/__init__.py
the-superpirate 16a151ae19 No description
GitOrigin-RevId: 55a38effd769ab15a3e0893cac84754ffb1de5a0
2021-03-29 18:01:30 +03:00

3 lines
58 B
Python

def is_pdf(f):
return len(f) > 4 and f[:4] == b'%PDF'