I'm just trying to figure out if there's a way to read from and write to files with JavaScript.. I can't seem to find anything in the documentation.
Specifically, I’m using JavaScript batch processing within Adobe Acrobat to automate tasks – What I want to do is get the total number of pages from a series of PDF files, then write the results out to a text file. I can get it to send the output to the console, but that’s about it.
Is this possible, or does JavaScript lack file I/O for security purposes?
Thanks!
Specifically, I’m using JavaScript batch processing within Adobe Acrobat to automate tasks – What I want to do is get the total number of pages from a series of PDF files, then write the results out to a text file. I can get it to send the output to the console, but that’s about it.
Is this possible, or does JavaScript lack file I/O for security purposes?
Thanks!