libextractor
[Top][All Lists]
Advanced

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

[libextractor] PDF from latex


From: Damien Cassou
Subject: [libextractor] PDF from latex
Date: Mon, 3 Sep 2007 17:26:49 +0200

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

-- 
Damien Cassou




reply via email to

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