MCPcopy Create free account
hub / github.com/afkT/DevUtils / openPDFFile

Method openPDFFile

lib/DevApp/src/main/java/dev/utils/app/AppUtils.java:2073–2075  ·  view source on GitHub ↗

打开 PDF 文件 @param filePath 文件路径 @return true success, false fail

(final String filePath)

Source from the content-addressed store, hash-verified

2071 * @return {@code true} success, {@code false} fail
2072 */
2073 public static boolean openPDFFile(final String filePath) {
2074 return openPDFFile(FileUtils.getFileByPath(filePath));
2075 }
2076
2077 /**
2078 * 打开 PDF 文件

Callers

nothing calls this directly

Calls 2

getFileByPathMethod · 0.95
openFileMethod · 0.95

Tested by

no test coverage detected