I would like to produce a bound copy of this book provided as a scanned PDF. The pages should be printed centered on larger sheets with crop marks in the correct order for book printing.
For this I used the geometry, pdfpages and crop packages and wrote this example:
\documentclass{article}
\usepackage[paperwidth=193mm,paperheight=266mm]{geometry}
%\usepackage[cam,pdflatex,width=19.3cm,height=26.6cm]{crop}
\usepackage[cam,frame,a3,center,color=red]{crop}
%\usepackage{showframe}
\usepackage{pdfpages}
\begin{document}
\crop[cross,frame]
%%\includepdf[pages={1,{}, 2-126}, signature=8, landscape]{kalemguzeli3_1.pdf}
\includepdf[pages={2-126}, signature=4, landscape]{kalemguzeli3_1.pdf}
\end{document}
Unfortunately the pages do not really fit properly into the selected A3 paper size and do not have the physical page size of 193mm x 266mm.
How would I have to do this in order to have a PDF which I could use to print and make a proper book out of it again?