File in = this.getInFile();
String out = this.getOutputPath();
File dir = DocViewerConverter.deploy(in, out);
OfficeConverter converter = new OfficeConverter();
try {
in = converter.toPDF(in, dir.getPath());
DocViewer.addConvertWorker(new PDFConvertWorker(this.getId(), in, out, splitePage));
} catch (IOException e) {
e.printStackTrace();
} catch (Exception e) {
e.printStackTrace();