Question
Window.print() is not working in indesign 2017 cep extension in InDesign SDK
We want to print pdf of extension (HTML5 javascript) window in indesign using javascript's window.print() and it is working in indesign 2018 but not working in indesign 2017. Can anyone help me for this issue. My index.html :
<body>
...some html content
<button type="button" onClick="window.print()">Print Page</button>
</body
in 2018 this prints the page in pdf correctly but in 2017 it prints nothing
