Bulk pdf's export to png by sequence
Can anybody tell me what's wrong with following sequence?
Result when starting is a window that appears to overwrite the current pdf while I want a new created png file of that current pdf file.
I have hundreds of pdf's and a sequence would be helpful.
var re = /.*\/|\.pdf$/ig;
var filename = this.path.replace(re,"");
this.saveAs(filename + ".png","com.adobe.acrobat.png");
Kind regards
