Detect-It-Easy/db/PDF/_PDF.0.sg

14 lines
307 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();
}