|
|
@ -83,9 +83,10 @@ public abstract class HWPFormat {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
result.put("filename", downlaodFileName);
|
|
|
|
String resultFilePath = resultFilesPath.get(0);
|
|
|
|
result.put("filePath", resultFilesPath.get(0));
|
|
|
|
HWPFile resultFile = HWPWriter.filepath(resultFilePath);
|
|
|
|
result.put("file", new File(resultFilesPath.get(0)));
|
|
|
|
writer = new HWPWriter(resultFile);
|
|
|
|
|
|
|
|
result.put("download", writer.getDownloadable().setFilename(downlaodFileName));
|
|
|
|
result.put("downloadData", data);
|
|
|
|
result.put("downloadData", data);
|
|
|
|
result.put("dataNames", getDownloadDataNames());
|
|
|
|
result.put("dataNames", getDownloadDataNames());
|
|
|
|
|
|
|
|
|
|
|
|