여러 개의 Word (DOC, DOCX) 문서를 REST API를 사용하여 단일 파일로 결합하는 방법을 알아보세요. 자동화된 Word 파일 병합을 위한 C# 코드 예제와 함께 제공되는 가이드입니다....item2 }, OutputPath = "output/merged-file.docx" }; // JoinRequest...Console.WriteLine("Successfully merged Word files: " + response.Path);...