Hello, I have a ready document in A5 and want to rearrange selected pages next to each other on A4 (homeprinter, proofreading). In LaTeX I was using »pdfpages«, e.g.: \usepackage[final]{pdfpages} \begin{document} \includepdf[pages={42,1-41},landscape,nup=1x2,scale=1.005]{my.pdf} \end{document} Is something like this possible in ConTeXt? TIA!
On Wed 02 Nov 2011, Markus Finke wrote:
I have a ready document in A5 and want to rearrange selected pages next to each other on A4 (homeprinter, proofreading).
In LaTeX I was using »pdfpages«, e.g.:
\usepackage[final]{pdfpages} \begin{document} \includepdf[pages={42,1-41},landscape,nup=1x2,scale=1.005]{my.pdf} \end{document}
Is something like this possible in ConTeXt?
I don't have the knowledge to translate your specific \includepdf to the ConTeXt equivalent, but good places to start are probably http://wiki.contextgarden.net/Imposition http://wiki.contextgarden.net/Including_pages_from_PDF_document HTH, Pont
On Wed, Nov 2, 2011 at 11:37, Markus Finke
I have a ready document in A5 and want to rearrange selected pages next to each other on A4 (homeprinter, proofreading).
This works for me (and I'd better go and revise that bit of the Imposition page on the wiki...): \setuppapersize[A5][A4] %individual page A5 size, print size A4 \setuparranging[2SIDE,rotated] %2 pages side by side, rotated to landscape to fit portrait A4 \setuplayout [backspace=0pt, topspace=0pt, width=middle, height=middle, location=middle, header=0pt, footer=0pt] \setuppagenumbering[alternative=doublesided] \starttext % \insertpages \filterpages [pr-33-gp.pdf][2,5,16:19][width=0pt] \stoptext
\filterpages was my »missing link« – thank you all for your reply!
On 2-11-2011 10:37, Markus Finke wrote:
Hello,
I have a ready document in A5 and want to rearrange selected pages next to each other on A4 (homeprinter, proofreading).
In LaTeX I was using »pdfpages«, e.g.:
\usepackage[final]{pdfpages} \begin{document} \includepdf[pages={42,1-41},landscape,nup=1x2,scale=1.005]{my.pdf} \end{document}
Is something like this possible in ConTeXt?
there is texexec --pdfarrange ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (4)
-
Hans Hagen
-
Mari Voipio
-
Markus Finke
-
Pontus Lurcock