Add VSDX file to a DOCX file using Java

33 views Asked by At

I have a file with .VSDX extension, i want to add it to the file with .Docx extension using Java. The generated byte[] will later be send in response where i can download it and edit the visio file later.

0

There are 0 answers