1
Answer

Word error.

Juan Castro

Juan Castro

Apr 26
285
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)