Question
Creating Wizard in PDF
Dear experts
I have thousands of pdf files and I want to save onlt the 2 pages of each file and export the shortened file to excel.
I use this java script
this.extractPages(0.1);
It cuts by files but creates a .tmp file with the 2 pages.
I am trying to add the save app from Save and Export, but it does not execute both commands together (the java script and the export).
What should I do??
Thank you, Giora