How to find the metadata of a pdf?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Balkar Singh
le 8 Mai 2020
Modifié(e) : Walter Roberson
le 8 Mai 2020
How to find the metadata of a pdf file in Matlab?
iminfo() function works only for image like png.
Please guide. Thanks
0 commentaires
Réponse acceptée
Walter Roberson
le 8 Mai 2020
Modifié(e) : Walter Roberson
le 8 Mai 2020
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Import, Export, and Conversion dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!