PDF Expert icon

PDF Expert 3.10.10,1086

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.10,1086",
  "src": {
    "url": "https://downloads.pdfexpert.com/pem3/versions/1086/PDFExpert.zip",
    "sha256": "60894872fa063b8a5209e2a624ab7a84bac393e6340d1e9f57f00d6cb2473f8c"
  },
  "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/"
  }
}