So I know one of hyperref's features is that it can add metadata to you PDFs. This is a nice feature and if you're putting stuff online, it's good to include metadata.
But is the hyperref package really the best way to do it? I mean, if you're using hyperref anyway, that's fine. But if you don't want hyperrefs in your document, it seems weird to include the package, and then turn off pretty much all its functionality. And given that hyperref is a shorthand for "package conflict nightmare", is seems insane that you should have to deal with it just for the sake of some metadata.
So I have two questions.
- Is there a good reason that hyperref includes this functionality which is apparently unrelated to its primary purpose?
- Is there a better (smaller, less conflicty, easier...) option to include metadata in my PDFs?