-
Place more than single graphic via Javascript
Hi I need advice for this:
– In the default PLACE dialog(cmd+d/ctrl+d)I am able to select more than just one file to place. That what i need
When I use this js code it allows me to place just one pdf. Is there a way to select and place more than just one graphic like in default place dialog by using js?
var myPDF=File.openDialog("Blablabla");
if(myPDF!=null){
place(myPDF)}
Thx for advice guys!
https://miroslavhora.eu
Prague – CZ
Sorry, there were no replies found.