I am trying to figure out a way where I can replace the content of a docx file, that is the template of a CV, with the content of a random CV. Essentialy, I want to get the random CV into the styling of my template, it should keep the background of the template, have the proper styling, and the proper spacing between words and paragraphs. Does anyone know of a way to do this in n8n?
I tried building my own endpoint to replace the JSON of the docx and triggering it through a HTTP request, however, this just removes the styling of the document.