PDF Expert icon

PDF Expert 3.11,1140

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.11,1140",
  "src": {
    "url": "https://downloads.pdfexpert.com/pem3/versions/1140/PDFExpert.zip",
    "sha256": "13d7d764799bb5d04697833d60c63bba8ccb8bcb65383662332dae0f981eb586"
  },
  "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/"
  }
}