libextractor
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libextractor] PDF from latex


From: Christian Grothoff
Subject: Re: [libextractor] PDF from latex
Date: Mon, 3 Sep 2007 16:39:35 -0600
User-agent: KMail/1.9.5

Simple -- your \author and \title don't really show up in the PDF metadata.  
You need to do this (after the last exsting usepackage):

\usepackage{hyperref}
\hypersetup{backref,
  pdftitle=A title,
  pdfauthor=Christian Grothoff,
  pdfkeywords=foo bar,
  pdfsubject=Computer Science,
  colorlinks=true}


Best regards,

Christian

On Monday 03 September 2007 09:26, Damien Cassou wrote:
> Hi,
>
> I do not understand why extractor does not get the author and title
> from PDF files which are generated by pdflatex.
>
> Here is a very simple LaTeX file:
>
> $ cat main.tex
> \documentclass{article}
>
> \title{The title}
> \author{The author}
>
> \begin{document}
> \maketitle
> the article
> \end{document}
>
> Then I compile it:
>
> $ pdflatex main
> $ pdflatex main
> $ extract main.pdf
> software - This is pdfeTeX using libpoppler, Version
> 3.141592-1.30.5-2.2 (Web2C 7.5.5) kpathsea version 3.5.5
> creation date - 20070903172617+02'00'
> creator - TeX
> producer - pdfeTeX-1.30.5
> format - PDF 1,0
> mimetype - application/pdf
>
> There is no notion of author or title here.
>
>
> Bye




reply via email to

[Prev in Thread] Current Thread [Next in Thread]