Instruction to Install Watermark File

  1. Box folder Access: https://mirumpharma.app.box.com/folder/129455342506
  2. Download: “00. To Install - Right Click this File and Run with Powershell.ps1” and run as admin
  3. If script fails, open Powershell as admin
  4. Copy and Paste script below


#copy watermark into user's folder - create folder if it's not available#

 

$destinationFolder = "$env:USERPROFILE\AppData\Roaming\Adobe\Acrobat\DC\Preferences\Watermark"

 

if (!(Test-Path -path $destinationFolder)) {New-Item $destinationFolder -Type Directory}

Copy-Item "$env:USERPROFILE\Box\Mirum Corporate Files\Corporate - IT and Facilities (Enterprise)\Watermark File\Confidential – For Mirum Inspection Use Only.xml" -Destination $destinationFolder

 

       5. Script could fail once but re-run the script it will work



Instruction to Apply Mirum Watermark

  1. Launch Adobe Acrobat Pro or PDF file that needs watermarking
  2. Click “Tools” and then “Edit PDF”

  1.  Click “Watermark” and then “Add Watermark”


    3. Select “Confidential – For Mirum Inspection Use Only“ from the drop down then click OK.


(This is the installed template from “Installing the watermark template”. Contact IT if you still don’t see it)



    4. Save PDF

(NOTE: PDF with security applied will not be editable, e.g. DocuSign documents. These will need to be printed on Pre-watermarked paper)