Skip to content

Exception in Windows: The filename or extension is too long #64

Description

@IgorGubin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions