PDF Expert icon

PDF Expert 3.10.11,1097

PDF reader, editor and annotator

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "pdf-expert_beta",
  "version": "3.10.11,1097",
  "src": {
    "url": "https://downloads.pdfexpert.com/pem3/versions/1097/PDFExpert.zip",
    "sha256": "3f260d9455173689a5c4fc0d2cefbb2cb63bb049b2de1241902d7f8e0f005336"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"PDF Expert.app\" \"$out/Applications/PDF Expert.app\""
  ],
  "meta": {
    "description": "PDF reader, editor and annotator",
    "homepage": "https://pdfexpert.com/"
  }
}