[OS X TeX] Can TeX help out here? Merging PDF with various page sizes and keeping it vector.
Gerben Wierda
Gerben.Wierda at rna.nl
Fri Jan 13 16:43:03 CET 2012
Answering my own question, quite simple with ConTeXt:
\definepapersize[a3landscape][A3,landscape]
\definepapersize[a4portrait][A4,portrait]
\setuppapersize[a4portrait]
\starttext
\externalfigure[foo.pdf]
\page\setuppapersize[a3landscape]
\externalfigure[bar.pdf]
\stoptext
G
On 13 Jan 2012, at 16:33, Victor Ivrii wrote:
> NO, AR cannot do this.
>
> gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=merged.pdf
> source1.pdf source2.pdf source3.pdf
>
> works
>
> with TeX one can use attachfile2 package (may be attachfile also
> works) to create pdf bundle (aka portfolio).
> ======
>
>
> However this is a question of combining. I remember that there is a
> LaTeX package - cannot recall its name - which changes the size on the
> fly (inside of document)
>
> Victor
> ----------- Please Consult the Following Before Posting -----------
> TeX FAQ: http://www.tex.ac.uk/faq
> List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
> List Archive: http://tug.org/pipermail/macostex-archives/
> TeX on Mac OS X Website: http://mactex-wiki.tug.org/
> List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
>
More information about the macostex-archives
mailing list