Setting Default File Availability

Is it possible to set the SendNow default file availability at something other than 30 days?  I would like to set availability at 14 days and leave it, rather than set it at each send. Wonderful online service! Feels as if it was made for us. Thanks.

Hello there,
Thanks for posting! This is a great feature suggestion; we're absolutely interested in making settings in SendNow (and Acrobat.com and Adobe CreatePDF) more customizable, so we'll certainly be discussing your idea as we plan for future releases.
Also, since it sounds like you've been able to use the service a bit, I'd like to invite you to participate in Adobe's Customer Reference Program; it would just consist of a 30-minute phone call with someone from the team here, so it wouldn't be a huge commitment. We'd very much appreciate to hear your feedback on the product. Please let me know if you'd be interested in speaking with us; if you are, I can have our Customer Reference Program Manager contact you shortly.
Thank you again for posting your suggestion; and keep 'em coming as you continue to use SendNow!
Best regards,
Rebecca Staley
Acrobat.com Community Manager

Similar Messages

  • How to set default file path while downloading alv output

    Hi,
    Can anyone tell me that how to set default file path while downloading the ALV output to system using Local file button on tool bar.
    Please look below screenshots:
    Kindly help me resolve it.
    Thanks in advance.
    Regards,
    Ashutosh Katara

    This information initial value is (maybe) stored in Windows Register (register.exe) at Software\SAP\SAPGUI Front\SAP Frontend Server\Filetransfer -> PathDownload, you can read it thru class CL_GUI_FRONTEND_SERVICES method GET_UPLOAD_DOWNLOAD_PATH and update it thru method REGISTRY_SET_VALUE. (Else there may be some parameter ID to force data, but I'm no longer sure)
    Regards,
    Raymond

  • How to set default file type for Open dialog

    Dear my friends,
    I am using "At selection-screen ON VALUE-REQUEST FOR filepath" to display open dialog and i want to set default file type for open dialog = *.txt.
    Thank your times !

    Hello,
    U can make use of this code:
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR SP_FILE.
      PERFORM SAVE_DIALOG CHANGING SP_FILE G_F_RC.
    FORM SAVE_DIALOG CHANGING PO_FILE PO_RC.
      DATA: L_VA_BOXTITLE     TYPE STRING,
            L_VA_DEFAULTFILE  TYPE STRING,
            L_VA_DEFAULTNAME  TYPE STRING,
            L_VA_DEFAULTPATH  TYPE STRING,
            L_VA_DEFAULTFULL  TYPE STRING,
            L_VA_FILTERTEXT   TYPE STRING,
            L_VA_CODE         TYPE I.
      CLEAR: PO_RC, G_F_CONF.
      L_VA_BOXTITLE   = TEXT-B01.
      L_VA_FILTERTEXT = TEXT-B02.
      IF PO_FILE IS INITIAL.
        CLEAR L_VA_DEFAULTFILE.
      ELSE.
        L_VA_DEFAULTFILE = PO_FILE.
      ENDIF.
      CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG
        EXPORTING
          WINDOW_TITLE            = L_VA_BOXTITLE
          DEFAULT_EXTENSION       = 'TXT'
          DEFAULT_FILE_NAME       = L_VA_DEFAULTFILE
          FILE_FILTER             = L_VA_FILTERTEXT
          INITIAL_DIRECTORY       = 'C:SAPWorkdir'
        CHANGING
          FILENAME                = L_VA_DEFAULTNAME
          PATH                    = L_VA_DEFAULTPATH
          FULLPATH                = L_VA_DEFAULTFULL
          USER_ACTION             = L_VA_CODE
        EXCEPTIONS
          CNTL_ERROR              = 1
          ERROR_NO_GUI            = 2
          OTHERS                  = 3.
      IF SY-SUBRC <> 0.
        PERFORM CHECK_ERRORTYPE(Z48M_MATDATA_UP) CHANGING SY-MSGTY.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                   WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        CLEAR PO_FILE.
        EXIT.
      ENDIF.
      IF L_VA_CODE NE 0.
        MESSAGE S818(3F) WITH TEXT-011.
        CLEAR: PO_FILE, PO_RC.
        EXIT.
      ELSE.
        WRITE L_VA_DEFAULTFULL TO PO_FILE.
        G_F_CONF = G_C_XFELD.
      ENDIF.
    ENDFORM.                    " save_dialog
    If useful reward.
    Vasanth

  • How to set default file location in Illustrator?

    I'm using Creative Suite CS5 in Windows Pro 64, and would like to set a default location for files in Illustrator and Photoshop when I execute the File > Open or File > Save commands.
    Yes, the program defaults to the location of the last file opened, but sometimes that file is gone, or I'm creating a new one from scratch, and the program looks for files in a distant place in my file structure.
    ** Is it possible to set a default file location for opening and saving in Illustrator CS5 (and in Photoshop CS5)?
    Thanks.

    Not that I know of. It simply reverts to the global "My Documents"/ "Documents" folder as provided by your operating system. these can of course be changed using variables and editing the Windows Registry/ Group Policies, but that affects all programs...
    Mylenium

  • How to set default file path for save

    Hello all,
    I'm currently blocked on the below issue and is hoping to gain your help and insights.
    We have recently upgraded to InDesign CS6. Now when an INDD file created in an older version of INDD is opened in CS6, all the save dialogs would not default to the location of the original INDD file. Though if the same file is opened in the version of InDesign that created it, the save dialog goes to the proper location by default.
    Debugged using our custom plugin as a gate way, and found out that after InDesign CS6 performed the document upgrade/convert, the database for the converted document loses file information. i.e.  IDataBase::GetSysFile() returns nil. I think we can figure out some way to get the original file path. For example, we can intercept "kAfterOpenDocSignalResponderService", and get the original file path of the opened file from IDocumentSignalData. Though I haven't yet able to figure out a safe way to set this file path to the document, so that the save dialogs would by default point at this path.
    Utils<Facade::IWorkgroupFacade>()->InitDocumentAssetManagement(docRef, filePath) seems to do the right thing, but it seems to be quite intruding, and I'm afraid that it is overkilling and will cause bad side effect for the use case I'm looking for.
    So I'm wondering if anyone has any suggestions to achieve this without implementing/overriding the file save dialog.
    Thanks.
    -Jeff

    You should be able to avoid writing your own open-doc trap by using kDocBoss's IOpenedFileInfo to obtain the original file's path. It seems fairly reliable; the only time I've seen it come up empty is for an opened QuarkXPress document.
    I'm afraid I don't know of a sanctioned way to change IDataBase::GetSysFile() without going through the database's SaveAs machinery. Overriding this behavior might only be possible by replacing the regular Save dialog with your own.
    But if InitDocumentAssetManagement() is helping, maybe the workgroup/asset management approach is worth pursuing. Have you tried spying on that call in the debug app? You might be able to isolate and use one of the commands that it's invoking (IAMSPManager::BindAsset() / kSetAssetAttributesCmdBoss?) without all of the side-effects of the higher-level call.

  • CS4 Set default file type when placing file

    The File->Place dialog box has a default file type of 'Importable files.'  Is it possible to set the default to All files (or anything else)?  Making the change manually does not seem to stick.  I have the same general question regarding File->Open.  A search of the forums returned one hit (unanswered) in the Dreamweaver forum.
    Thank you.
    Dick Conrad

    Peter:
    Good question.  One of our editors made this request, and I believe that he works with files that lack extensions.  But controlling the default would also let us go in the other direction: quickly see only .rtf or .txt files, for example.
    Any trick would be impractical if it lived in InDesign Defaults.  All ID users get the same copy, and no two editors would want the same filter.
    Thanks for your response.
    Dick Conrad

  • Will EC support setting default file type and Open With from file menu?

    The default file types I can live without, but at least allow for Open With on right click from Windows Explorer.
    I currently have EC set in the Open With programs list, but EC does not comply for any files I opt to open it with (.css, .php, .html etc).
    EC open but not the file I choose.
    Also, even though the above use case is not ideal when if I do attempt an Open With when EC is already open, a new application session starts instead of attempting to open in the currently active app frame. It would be ideal to allow for single app frame, multiple files when Open With is employed.
    Darrell

    Hey Darrell,
    Thanks for the feedback. How Edge Code treats files is definitely something we know isn't ideal and it's something we're looking at fixing soon. There's currently a story on the Brackets backlog that adresses the Open With issue - https://trello.com/c/GhF1Bgf9
    And it based on howit ranks in that priority it looks like we could potentially take that into Edge Code over the next couple of months.
    This is definitely a feature that we think is important before we consider ourselves 1.0 so it's high priority.
    =Ryan
    [email protected]

  • Set default File Export Form for Communication Medium?

    Hi,
    Does anyone know whether it's possible to set a default File Export Form for Communication Medium.
    For example, I created communication medium 'Direct Mailing'. Everytime when a user selects this communication medium in a Marketing Campaign, I would like the File Export Form 'Z_DIRECT_MAILING' to be selected automatically. Is this possible?
    Regards,
    Jeroen

    @ Rienk - That isn't my issue, what I was looking for was to have the last setting I selected (either in Batch Export or in QT Movie Export) "Stick" so when I go to do the next set I don't have to re-select all of my settings.
    @ Nick - Not a good thing in this case. I need to send out QTs that have the speed change "baked-in" and convert the format(to ProRes, so the Color Grading session using "Color" doesn't choke. I changed my Sequence: "Settings > QuickTime Video Settings > Compressor" to ProRes, but the "Current Setting" seems to stick to the original clip's capture format (XDCAM EX).

  • How to set default file extension in the FileChooser?

    We are trying to use the FileChooser but for some reason, it doesn't have any file extensions in the drop down menu (like in windows). Does anyone know how to put this in?
    Also, how do we set the file name for the saving file, rather than typing the name in ourself?
    Also, how do we position the file chooser dialog in the middle of the screen? Right now, it's in the top left corner of the screen.
    Here's our piece of code, used for saving file.
    FileChooser fileChooser = new FileChooser();
            File file = fileChooser.showSaveDialog(stage);
            /*User might clicked on the cancel button*/
            if (file != null) {
                try {
                    Writer output = new BufferedWriter(new FileWriter(file));
                    output.write(text);
                    output.close();
                } catch (IOException ex) {
                    logger.error("save file error", ex);
            }Any help would be appreciated! Thanks!

    867511 wrote:
    We are trying to use the FileChooser but for some reason, it doesn't have any file extensions in the drop down menu (like in windows). Does anyone know how to put this in?Have you read the API? What's the nested class of FileChooser that's listed immediately after it in the classes list?
    Also, how do we set the file name for the saving file, rather than typing the name in ourself?I don't see any API for that. You could file a RFE on kenai.
    Also, how do we position the file chooser dialog in the middle of the screen? Right now, it's in the top left corner of the screen.I don't see any API for that either.
    db

  • How to set default file permissions for applicatio...

    I have the nokia n86 and was wondering if there was any way of setting the file permissions of a program via the phone. To put it in context, i downloaded a program that edits photos but everytime i try to load a picture from my phone it asks me (for every single folder in my phone, not just the photo ones) if the program can open it. I can be there clicking yes all day as i there is a lot of folders and subfolders on the phone. I know sony ericssons had an option where you could select the programs permissions to always ask or never ask but i cant seem to find a similar option on the nokia.
    Does anyone have any ideas?

    Same issue here. Everything I put on the drive is set to Read-only for the group.

  • Set default file manager to ranger on arch

    On ubuntu based distributions I would use exo-prefered-applications. In arch I created a desktop file containing "exec=terminator -n ranger", added it to mimeinfo.cache, and added the line inode/directory=ranger.desktop to mimeapps.list. However, when I run "xdg-open ." it opens the directory in firefox... So what is the process to use a terminal application like ranger as a default file manager in arch?

    cfr wrote:xdg-mime or one of the alternatives, I think.
    Yeah, that is basically what I did. I just realized the problem was that I mixed up "-n" with "-x." It is working now!

  • Setting Default File Associations

    I've only seen this problem in my Adobe products, so I'm asking here first.
    My company has been using Adobe products for ages, and much of our artwork is in old Pagemaker formats (.pmd) and with the update to Adobe Creative Cloud, the newest version of the appropriate application, InDesign CC, is unable to open them. Which I understand, at some point things have to become unsupported or these applications would be enormous. I also have InDesign CS6, which IS still capable of opening the files.
    I went into Windows Explorer to try and set the default program for .pmd files to InDesign, but it seems to be incapable of saving that setting. It shows me default options, and a dropdown with extra programs that may work, then I click Browse and navigate to C:\Program Files (x86)\Adobe\InDesign CS6 and select InDesign.exe. When it returns to the programs list, InDesign isn't there. Now my PMD's are trying to open in Photoshop CC. (why it tries that as opposed to in design I have no idea.)
    Please help!

    That's a helpful peice of advice Peter.
    That said, this isn't about assigning blame, it's about getting help.
    Windows and Adobe aren't interfacing properly. I don't care who's at fault, because I think both have created quality products that I have and will continue to use. This is a glitch. A malfunction. They happen. But when noone takes any responsibility for the problem it leaves me with noone to go to for help. Technical support has turned into the same kind of business as Insurance. Do everything you can to do absolutely nothing to help. And the worst part is that the companies have farmed out their tech support to helpful users, like yourself, whom I believe has nothing to do with the Adobe company, you're just incredibly helpful and patient. People like you are wonderful, but the fact that Adobe leans so heavily upon you (having answered fully half or more of my adobe issues) is no less than average for business these days. And it's sad, because there was a time when companies supported their products, to the point of being able to call them and they'd get windows on a conference call to make sure -someone- got the problem fixed.
    Again it's not about blame, it's just about fixing the problem.
    But I do thank you very much for the suggestion. I'd imagine I'm not going to have much of a choice in my ability to do this via windows explorer, so I do appreciate the helpful suggestion for how to work around it as best one can.
    In truth I didn't expect much in the way of support for a product depreciated for what... a decade?

  • How to set default file browser and web browser

    I am using openbox as the window manager and don't have a desktop environment.
    My file browser is pcmam file manager and my web browser is chromium.
    I add
    export BROWSER=/usr/bin/pcmanfm
    in .bashrc so that the system uses pcman file manager to open a local file from an external application. But it will also uses pcman file manager to open a url. I want the url opened in chromium, but chromium doesn't let me set the default web browser (as the picture shows blow).:(
    What shall deal with it?
    Thank you.

    ashesxera: Thanks for the pointers!
    After some hours of persistent puzzling I finally figured out how to make Thunderbird/Lanikai open URIs in Chromium instead of Firefox in the XFCE desktop environment.
    In fact I found two solutions that both work.
    1) The straightforward solution: make some changes to Thunderbird/Lanikai's prefs.js
    Add two string variables:
    string: network.protocol-handler.app.ftp; value: exo-open
    string: network.protocol-handler.app.http; value: exo-open
    string: network.protocol-handler.app.https; value: exo-open
    and importantly: change the values of the Boolean variables network.protocol-handler.warn-external.ftp network.protocol-handler.warn-external.http and network.protocol-handler.warn-external.https to 'true'.
    It turns out that for some unclear reason the standard Arch Linux Thunderbird/Lanikai package uses gnome-open to open URLs. The persistent popping up of Firefox was caused by some settings in .gconf that come with the gconfd package. I didn't find these values in gconf-editor.
    2) Change xml files in .gconf
    As I don't want to use Firefox as standard browser any longer, I wanted to get rid of these hidden settings in .gconfd so that "gnome-open [URI]" opens a webpage in Chromium.
    I succeeded in getting there by replacing firefox with chromium in the following files:
    .gconf/desktop/gnome/applications/browser/%gconf.xml
    .gconf/desktop/gnome/url-handlers/chrome/%gconf.xml
    .gconf/desktop/gnome/url-handlers/ftp/%gconf.xml
    .gconf/desktop/gnome/url-handlers/http/%gconf.xml
    .gconf/desktop/gnome/url-handlers/https/%gconf.xml
    .gconf/desktop/gnome/url-handlers//%gconf.xml

  • Umask? Setting Default File Permissions

    In the standard Mac OS X Lion install, newly created files get the following permissions:
    Owner -> Read & Write
    Group -> Read only
    Everyone -> Read only.
    I'd like the permissions on newly created files to be this instead:
    Owner -> Read & Write
    Group -> Read & Write
    Everyone -> No Access
    I can change the permissions for each new file manually (using Get Info), but believe there must be an easier way.  Perhaps by changing some under the hood default setting or via other programming?  I've been led to believe that changing the umask might be the solution, but have no expierence with doing this or otherwise messing with umask.
    Any help/guidance is greatly appreceated.

    Use at your own risk...Your milage may vary...You have been warned...Don't blame me...This is a disclaimer...etc.
    I believe I have the answer to my own question.  Solution is to change the umask for user applications.  Outline:
    Use a file editor in Terminal to create a file called "launchd-user.conf" in the etc folder of the root directory (i.e., file is: /etc/launchd-user.conf).
    add a line in that file to read: umask 007
    Now files created by ALL users will have 660 or -rw-rw----- permissions (that's four dashes at the end; 1 dash for the execute on group and 3 dashes for read, write, and execute on others).  That is:
    Owner -> Read & Write
    Group -> Read & Write
    Everyone -> No access
    Other permissions can be set as default by changing the umask 007 line to read umask nnn (where each n is a number between 0 and 7).  See further below for helpful references on octal notation and use of umask.
    Solution above is from Apple article and carries all kinds of warnings.  See here:
    http://support.apple.com/kb/HT2202
    I had hoped that new folders would get 770 or drwxrwx--- permissions (that's three dashes at the end), but it doesn't seem to work for new folders created by the Finder.  Instead they get 750 or drwxr-x--- permissions (that's three dashes at the end) if created by Finder and 755 or drwxr-xr-x permissions if created by TextEdit (and other applications?).
    Other potential solutions (that I've not looked into): Get TinkerTool System Release 2 and work in what the developer calls the "Pane System."
    Helpful article (not by Apple) on octal notation:
    http://en.wikipedia.org/wiki/File_system_permissions#Octal_notation
    Helpful article (not by Apple) on use of umask:
    http://www.cyberciti.biz/tips/understanding-linux-unix-umask-value-usage.html

  • How to set default file type for screen capture?

    I want to change the default from .jpg2 to .jpg when doing a screen selection
    capture (cmd-shft-4). Where is the place to do this?
    Thank you,
    todd

    Todd,
    OnyX has 10 screen shot options available in Parameters>General>Screen Capture format:
    ;~)

Maybe you are looking for

  • Problems with square root approximations with loops program

    i'm having some trouble with this program, this loop stuff is confusing me and i know i'm not doing this correctly at all. the expected values in the tester are not matching up with the output. i have tried many variations of the loop in this code ev

  • Help! Can't mount iPod to Mac OR PC, and neither Restore or Disk Mode work

    My 5th Generation iPod is not being recognized by my Windows or iTunes whenever I try to mount it, nor is it recognized by my friend's Mac or iTunes whenever I try to mount it on his. Because I cannot get my iPod to connect to a computer, I cannot Re

  • QM info records_Total block function

    Dear QM Experts, Scenario, 1.     In QI01 vendor QM info for certain vendor-material combination block function has been activated as Total Block 2.     As per this setting goods receipt should not be possible. 3.     Surprisingly  goods receipts are

  • Extraction of 2LIS_11_VAHDR and 2LIS_11_VAITM

    Experts, We have new BI system and connected to ECC. I have activated the captioned DataSources in RSA5 and can see them in RSA6. In LBWE, I have activated the MC11VA0HDR and MC11VA0ITM by changing the Inactive on right side to active. Then filled th

  • Does the siri works in the middle east ?

    does the sisr works in the middle east and what feauture i can use there ?