Информация о размере заголовка файла
Hi, I want to change the header of some document files like pdf, ms word, libre office programatically (i.e in C/C++). I know that I have to use some byte type command like putc(..) and getc(). But I don't know the header size of the above mentioned file formats.I saw a list of file format at wikipedia <a href="https://en.wikipedia.org/wiki/File_format"></a> but I can't see information about the header size. For instance, I know the header size of bmp file=54 bytes.Can some body please guide me any link which tells me this information. Zulfi.
Что я уже пробовал:
У меня есть ссылка на Википедию, но я не могу найти размер заголовка в байтах по этой ссылке. Я обнаружил, что размер заголовка bmp =54 байта.
Patrice T
Похоже, это плохое решение для чего-то еще.
В чем причина смены заголовка ?