💾 Archived View for arns.lt › en › f › linux › 2 › pdfposter.gmi captured on 2023-04-19 at 22:36:08. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-03-20)

➡️ Next capture (2023-07-10)

-=-=-=-=-=-=-

🌛 Arna alkierios :: Split big pdf into printable peaces

I've got a task to print my geni.com family tree. I downloaded all needed data as a GED file and imported into Gramps. Then I generated all tree as a big one PDF as other choices looks not nice.

Then and I came into the problem how to split big pdf file or as other say: tile the pdf.

There is super awesome command line program in Linux ecosystem called Pdfposter[1].

It follows simple Unix philosophy: do one thing and do it right. So, the purpose of the program is to take a pdf file and create printable pdf for needed size. It can do that in two choices: scale and split or give a layout and fit in it.

Examples

I have split big.pdf to 4 a1 format pages by simple command:

pdfposter -p 4x1a4 big.pdf out.pdf

1: Pdfposter

🌙2022-08-01

CC-BY-SA 4.0

Tags

🏷 commands

🌿 linux

🏠 home