
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.
Any ideas?
salut xà!

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à!

2010/11/15 Terry Brown <terry_n_brown@...12...>:
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?
Thanx, even its a kind of tricky it seems useful. )
salut xà!
# 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à!
Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user

On 11/15/2010 12:22 PM, xm wrote:
2010/11/15 Terry Brown <terry_n_brown@...12...>:
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?
Thanx, even its a kind of tricky it seems useful. )
salut xà!
pdftk - example pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
Depending on your OS there are GUI's for it, on linux I use PDFChain. http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
There are several for windows.
Inkscape isn't really designed for multi-page output. What you might want to try using is Scribus which is a layout application, basically you arrange all your content and link it to the source files(images or text).
Thanks, Alex

Alex -- look up a program called pdf995 (and associated programs there perhaps). It converts by installing as a printer (on Windows at least) -- you print to it, instead of a normal printer, and it outputs pdf. Don't know if will work, but it may be worth trying.
Cheers, Reto
-----Original Message----- From: Alex Mandel [mailto:tech_dev@...2775...] Sent: Monday, November 15, 2010 7:20 PM To: inkscape-user@lists.sourceforge.net Subject: Re: [Inkscape-user] tool for paging pdf files
On 11/15/2010 12:22 PM, xm wrote:
2010/11/15 Terry Brown <terry_n_brown@...12...>:
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?
Thanx, even its a kind of tricky it seems useful. )
salut xà!
pdftk - example pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
Depending on your OS there are GUI's for it, on linux I use PDFChain. http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
There are several for windows.
Inkscape isn't really designed for multi-page output. What you might want to try using is Scribus which is a layout application, basically you arrange all your content and link it to the source files(images or text).
Thanks, Alex
Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user

2010/11/16 Alex Mandel <tech_dev@...2775...>:
On 11/15/2010 12:22 PM, xm wrote:
2010/11/15 Terry Brown <terry_n_brown@...12...>:
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?
Thanx, even its a kind of tricky it seems useful. )
salut xà!
pdftk - example pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
Depending on your OS there are GUI's for it, on linux I use PDFChain. http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
There are several for windows.
sorry... when i did the question i miss the platform >> Im on ubuntu karmic, so the question was over a 'Gnu/Linux-debian style' platform.
salut x!
Inkscape isn't really designed for multi-page output. What you might want to try using is Scribus which is a layout application, basically you arrange all your content and link it to the source files(images or text).
Thanks, Alex
Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user

On 15/11/2010 2:29 PM, xm 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.
Any ideas?
salut xà!
Try using the JessyInk extension. Although intended to prepare presentation material, it does allow the user to save their work in a zip file that will contain a pdf or png file for each layer. Look in the file save as menu, for the JessyInk zipped entry.
http://code.google.com/p/jessyink/
Regards
Lawrence Gray

2010/11/15 Lawrence Gray <lawrence.gray@...2774...>:
On 15/11/2010 2:29 PM, xm 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.
Any ideas?
salut xà!
Try using the JessyInk extension. Although intended to prepare presentation material, it does allow the user to save their work in a zip file that will contain a pdf or png file for each layer. Look in the file save as menu, for the JessyInk zipped entry.
cool! x!
http://code.google.com/p/jessyink/
Regards
Lawrence Gray
Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
participants (5)
-
Alex Mandel
-
Lawrence Gray
-
Reto_Kurz
-
Terry Brown
-
xm