I'm trying to convert docx file -> PDF by using some library but there is an weird issue. Final PDF is generated without one picture in footer that is present in original docx file.
But, it works correctly of I do one of these things: 1) open docx and than save it (save as) again, so new file works 2) unzip and than zip docx file to the new file by using
System.IO.Compression.ZipFile
System.IO.Compression.ZipFile
.
In first case I can see some differences in docx unzipped xmls but in second case everything seems to be the same so I really dont understand why that make a difference. Any idea why is that happening ?