Identify if this template will result in a pdf file. @param templateFile The output template. @return true if this is a pdf template.
(File templateFile)
| 96 | * @return true if this is a pdf template. |
| 97 | */ |
| 98 | public static boolean isPdfTemplate(File templateFile) |
| 99 | { |
| 100 | return isPdfTemplate(templateFile.getName()); |
| 101 | } |
| 102 | |
| 103 | /** |
| 104 | * Identify if this template will result in a pdf file. |