Detect-It-Easy/db/PDF/_PDF.0.sg
2026-05-25 21:03:46 +03:00

14 lines
No EOL
305 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: horsicq <horsicq@gmail.com>
meta("format", "PDF");
function detect() {
sName = PDF.getFileFormatName();
sVersion = PDF.getFileFormatVersion();
sOptions = PDF.getFileFormatOptions();
bDetected = true;
return result();
}