kanotix.com

Anwendungen - Mehrere Seiten als pdf in einem Rutsch ausdrucken

acheronta.movebo - 28.10.2006, 17:50 Uhr
Titel: Mehrere Seiten als pdf in einem Rutsch ausdrucken
Will gerade eine Artikel in der Zeit, der über zwei Seiten geht, als PDF ausdrucken. Hier entdecke ich nun bisher keine Funktion die mir etwa von PDFCreator unter Windows vertraut ist, nämlich Seiten erst in die Warteschlange aufzunehmen, um sie dann alle als eine einzige PDF auszudrucken.

Gibt es diese Funktion unter Linux, bzw. KDE im speziellen?
hey_ian - 29.10.2006, 00:19 Uhr
Titel: RE: Mehrere Seiten als pdf in einem Rutsch ausdrucken
Also auf Anhieb faellt mir kein solches Proggie wie Adobe Distiller oder PDFCreator fuer GNU/Linux ein, da das Zeug aber in puren WinAPI geschrieben sein scheint wuede ich empfehlen das mit Wine laufen zu lassen oder mit den Winelibs nativ zu kompilieren.
hubi - 29.10.2006, 00:22 Uhr
Titel:
Vermutlich nur in zwei Schritten. Die beiden Seiten als einzelne pdf drucken (gewünschte Einstellungen checken), danach kprinter öffnen, die beiden Dateien ins Dateifeld ziehen und in eine Datei drucken.

Das ist der Weg, den ich kenne.

hubi
slam - 29.10.2006, 09:08 Uhr
Titel:
Für alle pdf-Freaks:

Code:
apt-get update && apt-get instal pdfjam pdftk pdfcrack poppler-utils


Danach habt Ihr eine mächtige Sammlung an Tools:

- pdfnup puts multiple document pages together on one physical page at
a reduced size
- pdfjoin concatenates multiple PDF documents
- pdf90 rotates the pages of PDF documents
- Merge PDF documents
- Split PDF pages into a new document
- Decrypt input as necessary (password required)
- Encrypt output as desired
- Fill PDF Forms with FDF Data and/or Flatten Forms
- Apply a Background Watermark
- Report PDF on metrics, including metadata and bookmarks
- Update PDF Metadata
- Attach Files to PDF Pages or the PDF Document
- Unpack PDF Attachments
- Burst a PDF document into single pages
- Uncompress and re-compress page streams
- Repair corrupted PDF (where possible)
- Use an external wordlist file for password cracking sessions
- pdftops (PDF to PostScript converter)
- pdfinfo (PDF document information extractor)
- pdfimages (PDF image extractor)
- pdftotext (PDF to text converter)
- pdffonts (PDF font analyzer)

Greetings,
Chris
acheronta.movebo - 29.10.2006, 13:07 Uhr
Titel:
Hui.

Haben die Sachen auch'n GUI?
slam - 29.10.2006, 13:19 Uhr
Titel:
Hm, teilweise sind die Funktionen in andere GUIs integriert, aber das meiste geht über die Kommandozeile (was auch viel praktischer ist bei grösseren Mengen an zu bearbeitenden Files). Die Hilfe ist eigentlich zu allen sehr eindeutig:
Zitat:
~$ pdfnup --help
This is pdfnup version 1.20

Usage: pdfnup args
where args must include source pdf filename(s) and optionally also
* a specification, such as --nup 2x1 (two pages side by side)
--nup 1x2 (two pages stacked vertically)
--nup 2x2 etc
(in general mxn, where m and n are single-digit integers)
* a list or range of pages to be included, for example
--pages 3-6
--pages 2,8,4,5
--pages all
* a LaTeX papersize, for example --paper a4paper
--paper letterpaper
* the output page orientation, one of --orient landscape
--orient portrait
--orient auto
(auto guesses orientation; in the case of --nup 2x2,
--nup 3x3, etc., auto produces output pages the same size
as the logical pages being n-upped.)
* one of --frame true
--frame false
according to whether or not a thin line is required around pages
* a page-trimming specification such as
--trim "1cm 1cm 1cm 1cm"
(Note that trimming does not mix well with --frame true.)
* an "offset" specification such as
--offset "1cm 0.5cm"
to offset the position of output pages (see the pdfpages manual)
* a "delta" specification such as
--delta "1cm 1cm"
to put space between logical pages (see the pdfpages manual)
* a "scale" specification such as
--scale 0.91
to scale the output up or down in size (decrease or increase margins)
* one of --openright true
--openright false
according to whether or not a blank page should be inserted before
the first logical page
* one of --turn true
--turn false
according to whether or not landscape pages should be displayed in
landscape orientation
* one of --noautoscale true
--noautoscale false
for scaling of logical pages to fit (or not)
* one of --column true
--column false
according to whether or not column-major order should be used
* one of --columnstrict true
--columnstrict false
for whether or not the *last* page should be column-major ordered
regardless of how full it is
* a specific name for the output file, e.g. --outfile my2up.pdf
* one of --tidy true
--tidy false
according to whether or not temporary files should be deleted immediately.
If --tidy false is used, such files are left in /var/tmp.

Default arguments for you at this site are
--frame false --nup 2x1 --paper a4paper --orient auto --pages all --trim "0 0 0 0" --delta "0 0" --offset "0 0" --scale 1.0 --turn true --noautoscale false --openright false --column false --columnstrict false --tidy true

For information and version history see http://www.warwick.ac.uk/go/pdfjam

Ähnlich ausführlich sind auch alle anderen Tools. Also keine falsche Scham - einfach ausprobieren! Winken

Teilweise gibt es auch Java-basierte GUIs, z.B. Multivalent.

Greetings,
Chris
Alle Zeiten sind GMT + 1 Stunde
PNphpBB2 © 2003-2007