This website requires JavaScript.
Explore
Help
Sign In
MarcoBuster
/
hyperboria
Watch
1
Star
0
Fork
0
You've already forked hyperboria
mirror of
https://github.com/nexus-stc/hyperboria
synced
2024-12-03 00:12:54 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
00c6c6ffff
hyperboria
/
nexus
/
pylon
/
pdftools
/
__init__.py
3 lines
58 B
Python
Raw
Normal View
History
Unescape
Escape
No description GitOrigin-RevId: 55a38effd769ab15a3e0893cac84754ffb1de5a0
2021-03-29 12:39:23 +02:00
def
is_pdf
(
f
)
:
return
len
(
f
)
>
4
and
f
[
:
4
]
==
b
'
%
PDF
'
Reference in New Issue
Copy Permalink