I'm compiling my LaTeX using pdflatex and would like to have some pdfinfo integrated into the resulting file. Alas, this doesn't seem to be working, though I am using the same code which has worked in the past.
The header of my source is below:
\documentclass[twocolumn]{article}
\usepackage{tikz}
\usepackage[numbers]{natbib}
\newcommand{\final}{1}
\usepackage[colorlinks,linkcolor=black,anchorcolor=black,citecolor=black]{hyperref}
\usepackage{fancyhdr}
\usepackage{abstract}
\title{Zombie Paranoia in the Bronx: A Study in Psychosocial Perceptions \\ Draft}
\author{{\bfseries John Smith$^a$} \\
{\footnotesize $^a$Ecology, Evolution, \& Behavior, University of Queens, USA \emph{smith@uoq.edu}}\\
}
\date{}
\pdfinfo
{ /Title (Zombie Paranoia in the Bronx: A Study in Psychosocial Perceptions)
/Author (John Smith)
% /CreationDate (D:YYYYMMDDhhmmss) % this is the format used by pdf for date/time
% /Subject (...)
% /Keywords ()
}
Any thoughts?
pdfinfo={is more powerful, because you can create custom metadata entries, such asCopyrightorSource, while the variant of usingpdfauthor=etc. has limited entries (see all possible entries in @amorua's answer) – loved.by.Jesus Oct 16 '20 at 17:47\ifdefined\hypersetup WHATEVER \else WHATEVER ELSE \fi– Ian Thompson Sep 01 '23 at 09:34