Issue:
How can I open a PDF document with Vijeo Designer Runtime for iPC/PC?
Product Line:
Vijeo Designer Runtime for iPC/PC (all versions)
Resolution:
Below is the proper syntax to open a PDF document using the Sys.createProcess script method:
Sys.createProcess("C:\\Users\\Public\\Desktop\\PDFXCview.exe","E:\\name.pdf");
How can I open a PDF document with Vijeo Designer Runtime for iPC/PC?
Product Line:
Vijeo Designer Runtime for iPC/PC (all versions)
Resolution:
Below is the proper syntax to open a PDF document using the Sys.createProcess script method:
Sys.createProcess("C:\\Users\\Public\\Desktop\\PDFXCview.exe","E:\\name.pdf");
C:\\Users\\Public\\Desktop\\PDFXCview.exe = It is location of PDFXC view software execution file
E:\\name.pdf = Name of the pdf document.
PDF-Xchange viewer software must be install on the unit.