Question
Extract first page from a folder of pdfs, save the first page to new location
Hello,
As the title says: I have a folder with many many odfs. I need to extract the first page from each document, then save the extracted page to a new folder, and close the pdf without saving.
I know I had a script tha did the above, in fact I found it.
But it no longer works.
I must be doing something wrong... can someone help?
this.extractPages(0,0,"C:\Users\me\Desktop\Processed Files" + this.documentFileName);
