Does anybody have a clue how to use Google Apps Script (GAS) to overcome the max file size limit preventing the .pdfToText()
function @Mogsdad introduced here from converting a PDF of, say, more that 10 pages at a time?
The limitation is inherent to the Drive.Files.insert()
method documented here. This method occurs in line 58 of the pdfToText.js
file located here.