Hello!
I'm using pandoc.exe in powershell script to convert a list of MD files (532 files) to DOCX. The query string size is 58,693 bytes, which exceeds the Windows maximum query string limit of 32,767 bytes. I was wondering if it's possible to pass in pandoc a list of absolute paths of MD files in a one TXT file to reduce the size of the query string. If so, how do I do this?
Thanks in advance.
P.S.
The examples I've found read the file into a list and pass it as an argument to Pandoc, but this doesn't solve the problem.
Hello!
I'm using pandoc.exe in powershell script to convert a list of MD files (532 files) to DOCX. The query string size is 58,693 bytes, which exceeds the Windows maximum query string limit of 32,767 bytes. I was wondering if it's possible to pass in pandoc a list of absolute paths of MD files in a one TXT file to reduce the size of the query string. If so, how do I do this?
Thanks in advance.
P.S.
The examples I've found read the file into a list and pass it as an argument to Pandoc, but this doesn't solve the problem.