PDF Expert icon

PDF Expert 3.10.15,1114

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.15,1114",
  "src": {
    "url": "https://downloads.pdfexpert.com/pem3/versions/1114/PDFExpert.zip",
    "sha256": "4a5754a0f461e0b6ba18bacdc4ea95386076de2843648569bf9b979931a991ba"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/PDF Expert.app\" && cp -r \"PDF Expert.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "PDF reader, editor and annotator",
    "homepage": "https://pdfexpert.com/"
  }
}