Multi-Page PDF Banner/Poster from PDF

44,421

Solution 1

Or posterazor?

Solution 2

Under Linux Mint Debian Edition (will be the same under Debian or Ubuntu) :

    apt-get install pdfposter

go in the directory where your file is, and type :

    pdfposter -p a1 original-file.pdf multipage-poster.pdf

where original-file.pdf is your existing file to split, multipage-poster.pdf is the new file to create, and A1 the desired poster's format. The original format is A4 by default.

More info by typing :

    pdfposter --help

Solution 3

I printed Alcatel Lucent LTE poster just now which is PDF format. In the printer property just choose scaling type 'Tile large paper'.

enter link description here

Solution 4

This should do it. Rasterbator lets you upload a large picture, splits it up and lets you download the smaller parts.

Solution 5

Just yesterday I was in a similar situation. I needed to print a .svg Inkscape vector graphics file onto several smaller sheets of paper (A4 portrait in my case) under Ubuntu Linux.

What I ended up was a hack but it worked for me in my case:

  1. Reduce the document size to the size of your sheets.
  2. Move your graphics so the top-left part of it fits within the document border.
  3. Save the file as PDF.
  4. Move the graphics to the left.
  5. Repeat at 3 until you have the whole row saved as individual PDF-files. If you haven't exported the bottom part of your graphics yet, move the graphics up and repeat at 3.

This got the job done for my example of 8 sheets of paper.

Share:
44,421

Related videos on Youtube

moneyt
Author by

moneyt

Updated on September 17, 2022

Comments

  • moneyt
    moneyt almost 2 years

    I'm looking for a utility that will take one large sized PDF, and split it into smaller PDFs for banner/poster printing. Looking for a linux or multi-platform solution.

    More Background

    My goal is to take an Inkscape document and generate a PDF, then print it on a printer that doesn't do banner/poster printing automatically - so if there's a better solution, I'd be happy to hear that as well.

    I've found exporting as a PNG both takes a while, and sometimes blends are not preserved. Printing as PDF (Ubuntu print-to-file) seems to work well. I've found utilities that can take large images formats and generate multipage PDFs, but not PDF to PDF.

    • las3rjock
      las3rjock almost 15 years
    • moneyt
      moneyt almost 15 years
      Not a duplicate, that was for XP, and asked for any way, I'm looking for specifically PDF to PDF, which none of the answers in that question (or this) provide AFAIK.
    • Julien Kronegg
      Julien Kronegg almost 8 years
      7 years after posting, I used the accepted solution with success. The "off-topic because they become outdated quickly" doesn't look correct in this case ;-)
    • moneyt
      moneyt almost 8 years
      @JulienKronegg Indeed. At least it took 5 years to close the question. :)
  • moneyt
    moneyt almost 15 years
    Used it before, doesn't it also essentially pixelize (rasterize) it? That's the point of it - right? I don't believe you can give it a high resolution file and get the same resolution out.
  • outsideblasts
    outsideblasts almost 15 years
    Well then this blockposters.com/default.aspx will probably have the same problem..?
  • moneyt
    moneyt almost 15 years
    Looking for something that runs on Linux (or cross-platform), but the concept of a muti-page PDF printer would work great.
  • moneyt
    moneyt almost 15 years
    PosteRazor works just fine for image file formats (I've used it), but doesn't support PDF as the input.
  • moneyt
    moneyt over 14 years
    For now it looks like Posterazor is the best bet. It won't do PDF to PDF, but as long as the file is postscript or an image file it works. It's what I had been using, and looks like what I'll stick with for now.
  • Syed
    Syed about 12 years
    imgur.com/8KHVG here is the screenshot
  • I say Reinstate Monica
    I say Reinstate Monica about 9 years
    Your post needs to be expanded. In its current form it does not provide enough information to actually answer the OPs question. You should include specific steps to implement your solution and explain why/how your answer addresses the OPs question.
  • Purnendu Kumar
    Purnendu Kumar about 9 years
    Currently I don't have 10 points hence i can-not add pictures. This will be approximately similar to the screenshot "Alcatel.Lucent" posted above in the reply of this question.
  • Burgi
    Burgi about 8 years
    This is a very low quality answer and probably should have been flagged as such back in 2009. It is unlikely that the poster will edit to improve this now. I would recommend investigating the other solutions here first.
  • Julien Kronegg
    Julien Kronegg almost 8 years
    Does not work under Windows 10 (installation fails)
  • starbeamrainbowlabs
    starbeamrainbowlabs almost 7 years
    Note that it doesn't provide any overlap for easy glueing, so it can be a bit fiddly.
  • starbeamrainbowlabs
    starbeamrainbowlabs almost 7 years
    In theory you could export the svg as a high-resolution png, and then use imagemagick to generate the tiles automagickally.
  • MadMike
    MadMike almost 7 years
    @starbeamrainbowlabs I wonder why you post this as a comment to my answer. Why not try it out and make a ful answer of the idea?
  • MUY Belgium
    MUY Belgium about 6 years
    Cool, but I do not understand the way you ave choosed...
  • josch
    josch almost 5 years
    @TimLytle there is now plakativ which is like posterazor but uses PDF as input.