Re: Vektor-PDFs automatisch beschneiden

"Petra Seibert" (via tex-d-l Mailing List) <[email protected]>
Newsgroups gmane.comp.tex.german
Message-ID <[email protected]>
Hallo Wolfgang,

in LaTeX-Distributionen fuer GNU/Linux gibts dafuer ein tool pdfcrop. 
Man kann das in bash auf alle PDFs anwenden:

for f in `ls *pdf`; do pdfcrop $f; done

Das Tool wird es vermutlich auch in Windows geben, aber wie man bash in 
Windows ersetzt weiss ich nicht. Mac = Linux.

Imagemagick kann PDFs nur rastern, aber nicht nativ verarbeiten.

VG Petra

-- 
FAQ: http://texfragen.de/
Durchsuchbares Archiv: https://www.listserv.dfn.de/sympa/arc/tex-d-l 
Unsubscribe/Verwaltung: https://www.listserv.dfn.de/sympa/info/tex-d-l
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.