1
Answer

Word error.

Photo of Juan Castro

Juan Castro

1y
349
1

Does anyone know why I get an error when I try to open a .docx file?

The file was created like this

 System.IO.File.WriteAllBytes(@"e:\Apps\Schade\RELEASE\Documents_ConvertToPdf\ItextSolution\OutPut\exampleofconvertWordToPdf." + docType, documenInByte);

docType = .docx

byte[] documenInByte = buffer;

 

Answers (1)