676869707172737475
boolean supported = false; if (Arrays.equals(header, PDFFactory.PDF_HEADER)) { supported = true; } if (supported) { return new PDFGraphic(this.getServer(), url, bis); } return null; }