Re: [NTG-context] imposition for a pdf file
I tried Hans' approach. It works fine, but
somehow the pdf file with the 2*2 pages
is corrupted since it does not print well, mostly
garbage.
It looks good on screen though.
I printed one page of the original pdf
and it is fine. So the problem happens in
the imposition step.
any suggestion?
thank you
ciro
--- Hans Hagen
luigi.scarso wrote:
Sorry ciro, but i like write tex code.
1. save following code as test.tex
in page-imp are some additional inclusion macros -)
\centerline{% \externalfigure[test][page=1] \externalfigure[test][page=3] \externalfigure[test][page=5] \externalfigure[test][page=7] \externalfigure[test][page=9] \externalfigure[test][page=11] }
shorter
\centerline {\dostepwiserecurse{1}{11}{2}
{\expanded{\externalfigure[test][page=\recurselevel]}}}
Hans
-----------------------------------------------------------------
Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl
-----------------------------------------------------------------
Ciro A. Soto wrote:
I tried Hans' approach. It works fine, but
My "approach" shows a (my) way to manipulate pages from a source pdf; Hans gives you the exact solutions for your problem. I hope you have found both useful.
somehow the pdf file with the 2*2 pages is corrupted since it does not print well, mostly garbage. It looks good on screen though. I printed one page of the original pdf and it is fine. So the problem happens in the imposition step. any suggestion? thank you ciro
Yes, it's strange; without the pdf i can't give you more help. luigi.
participants (2)
-
Ciro A. Soto
-
luigi.scarso