How to find the metadata of a pdf?

조회 수: 11 (최근 30일)
Balkar Singh
Balkar Singh 2020년 5월 8일
편집: Walter Roberson 2020년 5월 8일
How to find the metadata of a pdf file in Matlab?
iminfo() function works only for image like png.
Please guide. Thanks

채택된 답변

Walter Roberson
Walter Roberson 2020년 5월 8일
편집: Walter Roberson 2020년 5월 8일
pdf files are code. They do have some structure such as described at https://resources.infosecinstitute.com/pdf-file-format-basic-structure/ but they are not image files and do not have clear things like width and height or number of images. PDF are designed to be device independent where practical.

추가 답변 (0개)

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by