Get Started
·
Register
·
Login
Posts
ID:162514
Favorites
Creations
Medals
PDF? byond
in
Developer Help
[Tips]
ID:162514
Dec 28 2007, 2:12 pm
Kylemark
is there a way to have a verb that allows players to view a pdf
#1
Dec 28 2007, 2:56 pm
Kakashi24142
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"
)
#2
Dec 29 2007, 1:43 pm
In response to
Kakashi24142
(#1)
Kylemark
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
Copyright © 2013 BYOND. All rights reserved.
Look it up in the reference. I think the only argument you need to pass is the file.
run("somepdf.pdf")