Skip to content

Commit 2253522

Browse files
committed
Add new file(s): 2025-03-30
1 parent a0f9cf4 commit 2253522

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

db/PDF/_PDF.0.sg

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Detect It Easy: detection rule file
2+
3+
init("format", "pdf");
4+
5+
function detect() {
6+
if (PDF.isVerbose()) {
7+
sName = PDF.getFileFormatName();
8+
sVersion = PDF.getFileFormatVersion();
9+
sOptions = PDF.getFileFormatOptions();
10+
11+
bDetected = true;
12+
}
13+
14+
return result();
15+
}

0 commit comments

Comments
 (0)