Poster Druck

From JoBaPedia
Revision as of 17:23, 21 February 2024 by Joachim (talk | contribs) (Created page with "== Poster Druck == install python 3.7 (as of now program does not work with latest python 3.12.2) with pip and install module plakativ. conda create -n poster python=3.7 pip conda activate poster pip install plakativ plakativ-gui Starts a gui that can load a pdf or png or other graphics file and allows entering final size or number of pages and many other parameters. Preview with borders according to current parameters is available. Generates overlapping pages, op...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Poster Druck

install python 3.7 (as of now program does not work with latest python 3.12.2) with pip and install module plakativ.

conda create -n poster python=3.7 pip
conda activate poster
pip install plakativ
plakativ-gui

Starts a gui that can load a pdf or png or other graphics file and allows entering final size or number of pages and many other parameters. Preview with borders according to current parameters is available. Generates overlapping pages, optionally with cut marks, page numbers, overview page, ... Quality of graphics does not degrade. Version without gui is also available.

Gui design is oldfashioned, but functionality is very good!