pdf2latex?

Florian Diesch diesch at spamfence.net
Fri Nov 3 15:08:51 UTC 2006


Luqman <luqman_ngs at gmx.net> wrote:

> hello,
>
> I just noticed during operation of pdfnup and pdfjoin that a .tex file
> is created in /var/tmp/ directory before a final output is obtained.
>
> Is there a utility that creates .tex files from a pdf document?

Have a look at  pdfnup, it's just a shell script. Basically it creates a
LaTeX-File that looks like:

\documentclass[papersize,orientation]{article}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=,nup=,frame=,fitpaper=,trim=,delta=,offset=,scale=,turn=,noaut
oscale=,column=,columnstrict=,openright=]{pdfname}
\end{document}


and then fills in the needed values.


   Florian
-- 
<http://www.florian-diesch.de/>




More information about the ubuntu-users mailing list