PDF-Over icon

PDF-Over 4.4.6.1,2025,09

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.6.1,2025,09",
  "src": {
    "url": "https://technology.a-sit.at/wp-content/uploads/2025/09/PDF-Over-4.4.6.1-aarch64.dmg",
    "sha256": "0e3d3faee6fdabcd1ea2e863eb66dd247f7a7d952497f1bd0c746cf5b78f35ec"
  },
  "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/"
  }
}