How can I make a single new .PDF out of many .PDF's 1st pages with javascript?
Good Forum Folk,
I wish to create a new .PDF composed of all the first pages of a large number of other .PDF's. My preferred approach would be to create an Action with the "Default option:" of "Add folder..." as its first step. At present I have the following javascript as my second step:
this.print(false,0,0,true); [which sends p. 1 of the selected .PDF as a print job to the last-used printer]
this.closeDoc(true); [which closes the selected document]
I would like to improve the script so that it only prompts to begin the process once (instead of for each .PDF included in the batch).
I look forward to your suggestions.
QD
