ID:162514
 
is there a way to have a verb that allows players to view a pdf

Well I think the run() proc is what you're looking for.
Look it up in the reference. I think the only argument you need to pass is the file.
run("somepdf.pdf")
In response to Kakashi24142 (#1)
sweet awesome

is there a way you can make it so they cannot save it?
like they can only view the .pdf?
obviously they can still print screen but just wondering