JavaScript to export multiple pdfs
Hi,
I'm trying to export multiple pdfs of about 500 pages each (2000KB), into excels, since the pdf are basically tables. I had originally 1 pdf with approx 4,6K pages, but it was to big to export, so I split it in about 10 docs.
Exporting each pdf takes a lot of time, so I would like some code so I can leave it running all night. I'm new in Javascript, so I don't know how to write that simple script and I haven't found the answer after googling a lot. Could someone help me writing it? I'm sure it's just a simple loop that opens files and export them.
Thanks
