MCPcopy Create free account
hub / github.com/apache/pdfbox / loadXFDF

Method loadXFDF

pdfbox/src/main/java/org/apache/pdfbox/Loader.java:120–123  ·  view source on GitHub ↗

This will load a document from a file. @param filename The name of the file to load. @return The document that was loaded. @throws IOException If there is an error reading from the stream.

(String filename)

Source from the content-addressed store, hash-verified

118 * @throws IOException If there is an error reading from the stream.
119 */
120 public static FDFDocument loadXFDF(String filename) throws IOException
121 {
122 return Loader.loadXFDF(new File(filename));
123 }
124
125 /**
126 * This will load a document from a file.

Callers 3

callMethod · 0.95
loadXFDFAnnotationsMethod · 0.95
testAnnotationWidthMethod · 0.95

Calls 1

parseMethod · 0.95

Tested by 2

loadXFDFAnnotationsMethod · 0.76
testAnnotationWidthMethod · 0.76