Your uri's all need to be safely encoded to be cross app/ corss platform
ready. A safe path in adobe has different formatting than standard unc
conventions, so if you enter \\cgi\\shares\Departments, you need to
encode this as //cgi/shares/Departments and then add the file: notation
in front. The safe path notation is not the same as a unc which you can
use in browsers for example, it is just used to allow acrobat/reader
api's a common format. When using paths like this in acrobat or reader
all ...