Jump to content

Getting PDF metadata


LLLLLLL

Recommended Posts

I have found some info on manipulating PDF documents here http://www.php.net/manual/en/ref.pdf.php and elsewhere, but I can't get exactly what I need.

 

What's the easiest way to get metadata (author, title, keywords, etc.) from a PDF document? Basically I want the opposite of

http://www.php.net/manual/en/function.pdf-set-info.php

 

Is there an easy "get info" function somewhere?

Link to comment
https://forums.phpfreaks.com/topic/267062-getting-pdf-metadata/
Share on other sites

Yeah, I saw that. Was hoping for something more built-in.

Well, do you just want to know if it's a PDF file? Because it's kind of hard to check that without having a program that can read PDF files and then give the okay if it's a PDF file following the "standards" or whatever.

 

If you just want a quick look at the file, you could read the first 4 letters of the file. It should say: %PDF

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.