Adds presentation script path as parameter

This commit is contained in:
Gustavo Trott 2021-03-22 17:37:49 -03:00
parent bdae83a2b1
commit 1a6457f178

View File

@ -106,7 +106,7 @@ public class OfficeToPdfConversion {
loadProperties.put("ReadOnly", true);
loadProperties.put("UpdateDocMode", UpdateDocMode.NO_UPDATE);
success = Office2PdfPageConverter.convert(pres.getUploadedFile(), pdfOutput, 0, pres, "");
success = Office2PdfPageConverter.convert(pres.getUploadedFile(), pdfOutput, 0, pres, presOfficeConversionExec);
}
return success;