Questions tagged [save-as]

This tag refers to a common UI prompt type that asks a user under what name they wish to save a file as.

Use this tag for questions related to building or using such a prompt.

514 questions
-3
votes
1 answer

It is possible to print but not download images?

I have been investigating for days if it is possible to allow a user to print an image on any printer that they have connected but not allow them to save the image on their computer, that is, disable the possibility of saving as pdf of the…
-3
votes
2 answers

VBSCRIPT SAVEAS

I have the following: set wshshell=createobject("wscript.shell") wshshell.run """C:\ReportName.pdf""" This opens the named PDF. What code do I need to save that opened file as, like a SaveAs.. saving it as the same filename? Thanks
user2811136
  • 23
  • 2
  • 9
-3
votes
1 answer

How to restrict Save As in browser?

How to restrict save web page? Right Click & Print is done, but Save As Page is not working in browser. Is there any solution for save page in browser? Please help for restrict page by using JavaScript or jQuery or any solution.
Nitin Karale
  • 789
  • 3
  • 12
  • 34
1 2 3
34
35