On Mon, 15 Nov 2010 19:29:32 +0000 xm <freequencies@...155...> wrote:
Hi list,
Im wondering if anybody knows a tool or extension for inkscape that can make a pdf document with several pages. (also wellcome hacky-shell tools) I have tried to export till now and AFAIK it makes a single pdf page with the whole content in the formatted-page-layout.
Here are my notes on using the gs / psmerge / ps2pdf tools. The "# merge" one might be relevant to you?
# extract
gs -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -dSAFER \ -dFirstPage=1 -dLastPage=1 \ -sOutputFile=exp1.pdf expense_feb2010.pdf
# merge gs -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -dSAFER -sOutputFile=exp1.pdf 30-T4*.pdf
# pdf to png pages gs -sDEVICE=pnggray -sOutputFile=collected.%04d.png \ -dNOPAUSE -dBATCH -r600x600 ../collected.pdf
# Thu Feb 18 09:53:41 2010
# make scanned magazine print 1 page per page gs -r600 -sDEVICE=pnggray -dNOPAUSE -dBATCH -dSAFER -sOutputFile=RRH202_Garver_FINAL_%02d.png RRH202_Garver_FINAL.pdf
psmerge RRH202_Garver_FINAL*ps >RRH202_Garver_FINAL.ps
pstops "1:0@...2773...(0.3in,0.5in),0@...2773...(-8in,0.5in)" RRH202_Garver_FINAL.ps del.ps
ps2pdf del.ps del.pdf
Any ideas?
salut xà!