C
C#8mo ago
Cryy

❔ Docx behave differently after being rezipped

Hi, 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. 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 ? Thanks
1 Reply
Accord
Accord8mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.