Gibt es die Möglichkeit bei PDF-Export Seitenzahlen zu generieren?

Da manche Texte sehr lange sind, hätte ich gerne bei PDF-Export die Seiten nummeriert. Gibt es da eine übersehene Option oder ein Zusatzprogramm?

Pretty brave posting without using Google Translate lol

You don’t say what OS, but I have used pdftk with a simple bash loop to do this in the past. I don’t remember process off the top of my head, but the steps are basically:

  1. split PDF into separate pages.
  2. Loop through and stamp them using pdftk
  3. reassemble PDF.

Not sure if pandoc could do the same perhaps.

tut mir leit, daß ich auf Englisch geschrieben habe. mein Deutsch ist, in der läste zeit, sehr schlecht geworden.0

Ich verwende Linux Mint. Zur Zeit exportiere ich Texte mit Zettlr in Libre Office. Damit kann ich dann PDFs mit Seitenzahlen generieren.
I am using Linux Mint. I am currently exporting texts to Libre Office using Zettlr. With this I can then generate PDFs with page numbers.

Du kannst das pandoc plugin zum Export verwenden.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.