MCPcopy Create free account
hub / github.com/Yanpas/PdfMerger / addDocument

Method addDocument

src/main/java/yanpas/pdfmerger/Merger.java:70–72  ·  view source on GitHub ↗
(File doc)

Source from the content-addressed store, hash-verified

68 }
69
70 public void addDocument(File doc) throws IOException {
71 appendDoc(doc);
72 }
73
74 public void save(String outname) throws IOException {
75 outDocument.getDocumentCatalog().setDocumentOutline(outOutline);

Callers 2

mainMethod · 0.80
doInBackgroundMethod · 0.80

Calls 1

appendDocMethod · 0.95

Tested by

no test coverage detected