PDF-Over icon

PDF-Over 4.4.8,2026,03

Digitally sign PDFs with the Austrian Buergerkarte or ID Austria

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    pdf-over # PDF-Over
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    pdf-over # PDF-Over
  ];
}

Package Definition

{
  "pname": "pdf-over",
  "version": "4.4.8,2026,03",
  "src": {
    "url": "https://technology.a-sit.at/wp-content/uploads/2026/03/PDF-Over-4.4.8-aarch64.dmg",
    "sha256": "3dd4af2c5da185fd83f7d1bb6830879d5fe3dae69f38ce0df805e1813840e152"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/PDF-Over.app\" && cp -r \"PDF-Over.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Digitally sign PDFs with the Austrian Buergerkarte or ID Austria",
    "homepage": "https://technology.a-sit.at/pdf-over/"
  }
}