// Detect It Easy: detection rule file init("format", "pdf"); function detect() { var sHeaderComment = PDF.getHeaderCommentAsHex(); if (sHeaderComment != "") { _setResult("complier", "HeaderComment", sHeaderComment, ""); } }