I have a poster I would like to print. It is far larger than a single sheet of paper that can fit in my printer. What is a program that I can use to print it out on separate sheets of paper (to assemble later)?
PosteRazor is great if your input is a raster graphic like a JPEG or PNG image. But in my case, my input was a PDF with lots of vector graphics. Since I was tired of first having to render them into a raster graphic so that PosteRazor could use them and since I didn't want the resulting quality loss either, I wrote a new tool called plakativ. You can grab it here:
Try using scribus. Its for DTP (Desktop Publishing) only. You will get help here http://docs.scribus.net/ also initial issues of fullcirclemagazine has good tutorial for scribus.
I couldn't try it (I'm not using Ubuntu and it's not in my distribution's main repositories) but having the same issue I came upon pdfposter, which is supposed to "scale and tile PDF images/pages to print on multiple pages".
However I found a nice solution in this article, using ImageMagick to cut the poster into several tiles. You'll have to do the math, but the command to use is basically
There is a GREAT online tool for this job at https://rasterbator.net/ that makes this job easy.
You upload an image, tell webpage how many pages you want and whether they're portrait or landscape. Then the website does the rest, producing a PDF of the required number of pages, with crop marks and indexing if you want.
Install posterazor it will be suitable for you. After installation, you can see posterazor under Applications → Graphics → PosteRazor.
Using posterazor:
PosteRazor is great if your input is a raster graphic like a JPEG or PNG image. But in my case, my input was a PDF with lots of vector graphics. Since I was tired of first having to render them into a raster graphic so that PosteRazor could use them and since I didn't want the resulting quality loss either, I wrote a new tool called plakativ. You can grab it here:
https://pypi.org/project/plakativ/
If you are on Linux you can install it with pip. Windows executables are also regularly built on AppVeyor CI: https://ci.appveyor.com/project/josch/plakativ/build/artifacts
The source code is hosted here: https://gitlab.mister-muffin.de/josch/plakativ
Try using scribus. Its for DTP (Desktop Publishing) only. You will get help here http://docs.scribus.net/ also initial issues of fullcirclemagazine has good tutorial for scribus.
I couldn't try it (I'm not using Ubuntu and it's not in my distribution's main repositories) but having the same issue I came upon pdfposter, which is supposed to "scale and tile PDF images/pages to print on multiple pages".
However I found a nice solution in this article, using ImageMagick to cut the poster into several tiles. You'll have to do the math, but the command to use is basically
with
${X}
and${Y}
varying for each tile.There is a GREAT online tool for this job at https://rasterbator.net/ that makes this job easy. You upload an image, tell webpage how many pages you want and whether they're portrait or landscape. Then the website does the rest, producing a PDF of the required number of pages, with crop marks and indexing if you want.