Description : We've had usecases where we needed to merge multiple urls from a non-Eds site into a single docx file but there wasn't a direct mode to use that can help transform multiple inputs into one output
Use-case - Customer had 1000s of pages where they had slideshows ranging from 10 to 100 slides and urls differentiated by query-parameter. Final output we wanted was a single docx file with all these slides with a section break between them
Way we solved if was to do 2 step process, first to import all these urls into a single docx file (say 100 docx files) and then use node scripts to merge them into a single file.
Description : We've had usecases where we needed to merge multiple urls from a non-Eds site into a single docx file but there wasn't a direct mode to use that can help transform multiple inputs into one output
Use-case - Customer had 1000s of pages where they had slideshows ranging from 10 to 100 slides and urls differentiated by query-parameter. Final output we wanted was a single docx file with all these slides with a section break between them
Way we solved if was to do 2 step process, first to import all these urls into a single docx file (say 100 docx files) and then use node scripts to merge them into a single file.