Tracker - how to remove option to save file locally

Hi, when I send a pdf for review, it saves the document both on our Server and my local hard drive. How can I 'not' save it on my hard drive? All I want is the Server version, the local version is not required as this is just a duplicate of what I already have (but with "_review" inserted in the filename). Acrobat 8 never did this before, is this something new for V9?

For web apps, you can use the FileReference class. This allows you to
open a dialog to the user to load an external file, or save it to their
computer. Here's more details:
http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7cf8.html
Please note that this only works if the user triggers the action and
goes through the file dialog. You can't save or load files without their
knowledge from a web app. An AIR desktop app is different, and can
load/save files in the background.
iBrent

Similar Messages

  • How to remove options in context menu of the task in UWL.

    Hi,
    How to remove options or customize the context menu of the task in UWL.
    I have 4 options(Edit,Remove,Forward,Resubmit) is appearing in the context menu.
    My requirement is to delete Forward option form the menu list and only 3 options
    should appear in the list.
    Can anybody suggest where to change?
    Thanks,
    Vikas

    Hi vikas,
    Go to System Admin ->System Config->UWL Admin.
    select your system alias.
    Click on Click to Click to Administrate Item Types and View Definitions.
    Select your UWL configuration.
    Download DTD as well as XML file through Download Configuration.
    Then you can edit the xml file using XML spy editor or anyone.
    to upload go back to the same page and select the tab...Upload new configuration.
    Do not forget to clear the cache after upload.
    Hope this helps you.
    Regards
    Atul Shrivastava

  • How to remove Unicode from XML file

    I get following error when unmarshal xml:
    [java] org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x15) was found in the element content of the document.
    Anyone know how to remove Unicode from xml file? Can I remove the unicode by rebuild the file?
    Thanks

    These sort of error usually occur when you're using a different character encoding to read the file than the one you wrote it with. Perhaps if you were to post the problem section of the file and/or the code that created it in the first place.

  • How to write code for save file directory?

    how to write code for save file directory?

    how to find usa timezone code using java swing?
    i have some code help me
    public class ItsInitializer {
    private static boolean s_initialized = false;
    private ItsInitializer() {
    public static synchronized void initialize() {
    if (!s_initialized) {
    // Modifies default time zone, disables Daylight Saving Time.
    TimeZone l_defaultTimeZone = TimeZone.getDefault();
    int l_rawOffset = l_defaultTimeZone.getRawOffset();
    String l_id = l_defaultTimeZone.getID();
    SimpleTimeZone l_simpleTimeZone = new SimpleTimeZone(l_rawOffset,
    l_id,
    0,
    0,
    0,
    0,
    0,
    0,
    0,
    0);
    TimeZone.setDefault(l_simpleTimeZone);
    s_initialized = true;
    2.
    long timeMillis = ...;
    long time = timeMillis / 1000;
    String seconds = Integer.toString((int)(time % 60));
    String minutes = Integer.toString((int)((time % 3600) / 60));
    String hours = Integer.toString((int)(time / 3600));
    for (int i = 0; i < 2; i++) {
         if (seconds.length() < 2) {
              seconds = "0" + seconds;
         if (minutes.length() < 2) {
              minutes = "0" + minutes;
         if (hours.length() < 2) {
              hours = "0" + hours;
    3.
    import java.text.SimpleDateFormat;
    import java.util.Date;
    public class Convert {
    public String getDateTime(String pattern){
    SimpleDateFormat sdf = new SimpleDateFormat(pattern);
    return sdf.format(new Date());
    * @param args
    public static void main(String[] args) {
    Convert con = new Convert();
    System.out.println(con.getDateTime("hh:mm:ss"));
    5.import java.text.SimpleDateFormat;
    import java.util.Date;
    public class Convert {
    public String getDateTime(String pattern){
    SimpleDateFormat sdf = new SimpleDateFormat(pattern);
    return sdf.format(new Date());
    * @param args
    public static void main(String[] args) {
    Convert con = new Convert();
    System.out.println(con.getDateTime("hh:mm:ss"));
    [ November 23, 2005: Mess
    private Locale locale = Locale.US;
    private static final String[] tzStrings = {
    "America/New_York",
    "America/Chicago",
    "America/Denver",
    "America/Los_Angeles",
    Date now = new Date();
    for ( TimeZone z : zones) {
    DateFormat df = new SimpleDateFormat("K:mm a,z", locale);
    df.setTimeZone(z);
    String result = df.format(now);
    System.out.println(result);
    String date="05/19/2008 04:30 AM (EST)";
                   SimpleDateFormat sdf = new SimpleDateFormat("MM/dd/yyyy hh:mm aaa (z)");
                   TimeZone.setDefault(TimeZone.getTimeZone("PST"));
                   long millis = sdf.parse(date).getTime();
                   sdf.setTimeZone(TimeZone.getDefault());
                   System.out.println(sdf.format(new Date(millis)));
    [ November 23, 2005: Mes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • No option to save files, save as files in inDesign 5.5

    The option to save, save as and copy files are grayed out and not an option for me.
    I am having to save my files as IDML files and force quite inDesign to close it.
    I see that this has been a ongoing issue...but can't seem to find a real solution or reason why this is happening.
    Called Adobe today and it took two hours to get a real person, who just had me reinstall inDesign but the glitch returned.
    I have been working with some files that were originally made in CS3...but this is happening with brand new files too.

    Well, I wrote too soon. Even with Suitcase Fusion 3 installed, the problem has returned. After about 3-4 saves on a document, the option to save disappears as before.
    I have someone from extensis (suitcase fustion) looking at my files to see why this is happening.
    For now, I am exporting to idml mode, then I am able to save as the actuall indesign file.
    I am on a deadline to produce a 40 page mini book for an Artist's Studio Tour that is happening next month, and needs to be finalized for the printer next week.
    (I am regretting that I upgraded to 5.5, but..........)
    I am still hoping to find out why this is happening. I know there is a reason for it, and I will not give up until I track it down.
    I also may need to upgrade my OS with this macbook pro...but that will happen after the book goes to the printer.
    Hard for me to recommend using indesign to the other artists here, but I am not giving up.
    I have used it for at least 10 years.

  • Not given the option to save files hosted on Sharepoint 2010 site.

    We have a problem with opening forms on our intranet site.
    We have hosted some forms which staff will search for in order to fill them in, only the experience is being jilted somewhat by what seems to be a simple issue. When opening a document for reference, you are given the option to Save the file. On a document
    which is actually a form, we aren't presented with the opportunity to initially save it. Instead, the banner only asks if you want to Open the download, which then opens in the Word 2010 Web App. The problem is, this initially is not an editable file, which
    causes confusion for the end users.
    I wanted to share a screenshot of the banner bar but have not yet had this account verified, I will see to that now.
    Can anyone advise how this can be altered on the back end so we have the "Save" function offered up as well?
    Kind regards,
    Craig M.

    Hi Craig, your post is a little confusing. Could you provide a step by step of opening the document/form? Let us know what happens exactly at each stage. Without that information, my best guess is you need to go into the library settings and make sure
    it's set to open documents in client application.
    cameron rautmann

  • How to remove a redo log file

    Hi Experts,
    I want to remove a wrong redo log file from 10G R2 database in window.
    how to do that without loss data?
    my steps as
    1. alter system switch logfile;
    2. select * from v$log;
    which ARC and sataus do I can drop redo log file based on above SQL
    no archive and active status?
    ALso Which account should I do above action?
    fExamp, system account added redo log file, i only
    can drop by system? how about sys?
    Thanks help in detail steps
    Jim
    Edited by: user589812 on Dec 23, 2008 4:35 PM

    Jim,
    Check this link out for how to drop a redo log file
    Make sure a redo log group is archived (if archiving is enabled) before dropping it. To see whether this has happened, use the V$LOG view.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/onlineredo.htm#i1006489
    SELECT GROUP#, ARCHIVED, STATUS FROM V$LOG;
       GROUP# ARC STATUS
            1 YES ACTIVE
            2 NO  CURRENT
            3 YES INACTIVE
            4 YES INACTIVE
    Drop a redo log group with the SQL statement ALTER DATABASE with the DROP LOGFILE clause.
    The following statement drops redo log group number 3:
    ALTER DATABASE DROP LOGFILE GROUP 3;

  • I can't download firefox 4. I only get the option of "save file" or "cancel". When saving file nothing happens. Still doesn't download.

    I click on 'download', then the box appears asking whether I want to save file or cancel. Usually, when downloading, the option of "run file" is given, but not in this case.

    Click on Save File. Then click on the Tools menu at the top of the page and click on Downloads. When the file finishes downloading, double click it to being the installation.

  • Is there a way to disable the option to save files in the cloud for a companies user base in the new subscription model??

    Our corporation is mandated by privacy laws within provincial legislation that prevents us from using cloud based storage outside of our province for the storage of data.  We are unable to continue using Adobe products based on the new subscription based model due to the inclusion of cloud based storage.  We need to have a way to disable the ability/option for our large corporate user base to store data files in the cloud.  Merely having the "option" to store files in a location of one's choice is not sufficient based on the policies we are legally forced to adhere to.  Without the option of disabling the cloud storage for our user base we will be forced to look at other vendors products to fill the needs we have that are currently filled by the Adobe line of products.  We would prefer to stay with Adobe products...so if someone knows how to disable this option (via registry edits, etc.), please advise.

    hi Nikolay,
    there is no clean solution for your problem. Browsers cache files by url, you can avoid caching appending in query string unique value per deployment. For example
    _layouts/my_js_file.js?v=<current date> - will be refreshed from cache when day changes
    _layouts/my_js_file.js?v=<GUID> - if guid is generated on every request, this file should never cache
    _layouts/my_js_file.js?v=<product version> - more preferable solution, browser will update cache on every new version that was deployed
    Actually, ScriptLink should take care about this, internally it has a method that appends unique id into query string based on js file content, if content changed, hash is also changed and new unique id is generated.
    Check Below link for more information
    http://sharepoint.stackexchange.com/questions/57874/how-to-avoid-caching-issue-when-using-custom-javascript-and-css-deployed-under
    You can also check this link
    http://www.sharepointnutsandbolts.com/2011/11/avoiding-bugs-from-cached-javascript.html
    Please mark the Answer and Vote if it will help to resolved your issue

  • How to remove a single Archive file

    I have an archive file from April 21st, 2009 in my flash recovery area. This archive file is all by itself and i do not know how to remove it without just deleting the file. I have completed, successfully, nightly backups which removes older backups and archive files. For some reason this one file is not being deleted when the others are. I have completed a validate, crosscheck and archivelog all. It is not listed in the summary either.
    I just want to know if there is a rman command to remove lost archive log files or do i just delete the file the old fashion way.
    Chicago

    Chicago wrote:
    I was thinking it would be the easiest way. I was just curious as to whether there is a rman command to remove archive files that seem to be lost.
    Thanks for answering.
    ChicagoIf you did a crosscheck archivelog all in rman, and this file is nowhere to be seen in rman, then it's safe to remove it from OS.
    If you did the opposite, that you delete from OS first and rman still has the file in list then you need to delete it from rman , a crosscheck followed by delete expired.

  • Anybody Knows how to fix "Could not save file because write access was not granted?

    I need a help how to fix message "Could not save file because write access was not granted"

    Hi Silkrooster,
    The operating System that I am using is an Imac Os x10.8.5.

  • I am trying to install adobe and it keeps giving me option to save file instead of run?

    I am trying to insatll adobe and it only gives me option to save not to run?

    Are you sure you are downloading the correct version for your computer chip and OS?
    You can save the file and then run the file if the file is an executable file compatible with your system.
    Are you trying to download an update file and not the install file?

  • Download pdf = how to open and not save file

    hi
    in my app i have to download a file. at the beginning the file is called with blazeds as a ByteArray.
    var saveReference:FileReference = new FileReference();
    saveReference.save(pdfByteArray, 'Report.pdf');
    i like to open an application associated on the Operation System when the user download the file. eg download the report.pdf => the pdf reader opens.
    i tried hard but could not find a way to force this, in my app the save file dialog opens.
    the only report similar to mine i could find:
    http://stackoverflow.com/questions/569350/flex-filereference-download-is-it-possible-to-op en-associated-application/569596
    maybe you could help me. thanks
    joe

    Don't think it's possible, due to security reasons (instantly being able to run a downloaded file spells out massive problems).
    there is a topic here:
    http://www.justskins.com/forums/download-file-open-pdf-from-flex-ui-87457.html
    which seems similar to yours.
    As they say in that topic though, you could just have a link that opens a new window to the PDF.

  • How do I emulate the "save file as" from IE on Firefox? I have a web site that instructs me to right-click and "save file is".

    IE has an option of "save target as".

    See also this old KB article.
    *https://support.mozilla.org/kb/For+Internet+Explorer+Users
    *https://support.mozilla.org/kb/Browsing+basics
    *https://support.mozilla.org/kb/Tabbed+browsing

  • When I try to download the new firefox the box that pops up says "you have chosed to open Firefox setup 4.0... etc. then it only has an option to save file or cancel. There's no option to "run" or "open"... ??

    I can't seem to download the new version

    Click on Save File. Then click on the Tools menu at the top of the page and click on Downloads. When the file finishes downloading, double click it to being the installation.

Maybe you are looking for

  • Acrobat XI Pro crashes Office 2007 Powerpoint when converting to pdf

    I have a Dell laptop with Windows 7 x64 and Office 2007.  I also have Acrobat XI Pro.  When I convert a .ppt powerpoint file to .pdf, powerpoint stops working.  When I click Convert to pdf, Acrobat prepares the slides and then begins publishing and a

  • Mapping text in IDOC to IDOC scenario

    Hi, I have to map the source tdline field of IDOC segment E1EDPT1 to target IDOC Tdline field. Currently few tdline brings more than 31 chars but target should have only 31 and if it's more than 31 should roll over to next line. I can able to truncat

  • Upgrading OSX.1 to Tiger but retaining OS9

    I can run OS9 and OSX simultaneously, but I want to upgrade the OSX.1.5 to OSX.4 because my new digital camera software needs OSX.2 or later. However I still want to use classic environment for some OS9 applications. When I install OSX.4, I am unsure

  • ITunes Music Folder

    Ok, so I tried downloading a TV show last night from the iTunes store and it said I didn't have enough space on my Hard Drive to complete the download. Well, that threw me off and as I was looking to see what was eating all my memory I noticed that m

  • AUDIO APPLICATION NOT FOUND

    Hello I need help my audio can't pick up the application