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;