Is there a way to email Photoshop file within the application?

Hello all.
In MS Word, there is a command whereby you can straight away email the word file you are working on using your default email app, the word file will become an attachment and all you have to do is enter the email address in Main (e.g.) and send it off.
Is there a same way to do it in other apps, particularly, Photoshop? ('cause I work a lot on images) Like maybe there's a script or automator to do it??
Thanks and cheers

No.

Similar Messages

  • Is there a way to open Excell file from the server and display in the UI and save it back on to the

    Hello there,
    Is there a way to open Excell file from the server and display in the UI and save it back on to the server? (like showing xell file as a datagrid - add rows, columns etc.)

    Hi Mike,
    Welcome you to the forum.
    You may try:
    SELECT * FROM MyDBNameHere.dbo.OUSR T0
    Thanks,
    Gordon

  • Is there a way to embed PDF files within Captivate?

    Is there a way to embed PDF files within Captivate 5?
    I'm trying to avoid pop-ups.
    I know there's a widget out there, but it's for Captivate 3.
    I couldn't get it to work.
    Thoughts?

    Hello,
    Have a look at this widget from Jim Leichliter:
    http://captivatedev.com/2010/11/05/adobe-captivate-5-web-page-widget/
    Lilybiri

  • Various ways to place a File in the Application Server.

    Hi all,
       What are the various ways to place a file in the application Server.
          Please classify them as shown below.
          1. Use of ABAP Code.
           2. Without the use of ABAP code.
    Regards

    Hi
    <b>1. Use of ABAP Code.</b>
    by writing code like this
    REPORT  ZSD_EXCEL_INT_APP.
    parameter: file_nm type localfile.
    types : begin of it_tab1,
            f1(20),
            f2(40),
            f3(20),
           end of it_tab1.
    data : it_tab type table of ALSMEX_TABLINE with header line,
           file type rlgrap-filename.
    data : it_tab2 type it_tab1 occurs 1,
           wa_tab2 type it_tab1,
           w_message(100)  TYPE c.
    at selection-screen on value-request for file_nm.
    CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
    EXPORTING
    *   PROGRAM_NAME        = SYST-REPID
    *   DYNPRO_NUMBER       = SYST-DYNNR
    *   FIELD_NAME          = ' '
       STATIC              = 'X'
    *   MASK                = ' '
      CHANGING
       file_name           = file_nm
    EXCEPTIONS
       MASK_TOO_LONG       = 1
       OTHERS              = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    start-of-selection.
    refresh it_tab2[].clear wa_tab2.
    file = file_nm.
    CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
      EXPORTING
        filename                      = file
        i_begin_col                   = '1'
        i_begin_row                   =  '1'
        i_end_col                     = '10'
        i_end_row                     = '35'
      tables
        intern                        = it_tab
    EXCEPTIONS
       INCONSISTENT_PARAMETERS       = 1
       UPLOAD_OLE                    = 2
       OTHERS                        = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    loop at it_tab.
      case it_tab-col.
       when '002'.
        wa_tab2-f1 = it_tab-value.
       when '004'.
        wa_tab2-f2 = it_tab-value.
      when '008'.
        wa_tab2-f3 = it_tab-value.
    endcase.
    at end of row.
      append wa_tab2 to it_tab2.
    clear wa_tab2.
      endat.
    endloop.
    data : p_file TYPE  rlgrap-filename value 'TEST3.txt'.
    OPEN DATASET p_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    *--- Display error messages if any.
      IF sy-subrc NE 0.
        MESSAGE e001(zsd_mes).
        EXIT.
      ELSE.
    *---Data is downloaded to the application server file path
        LOOP AT it_tab2 INTO wa_tab2.
          TRANSFER wa_tab2 TO p_file.
        ENDLOOP.
      ENDIF.
    *--Close the Application server file (Mandatory).
      CLOSE DATASET p_file.
    loop at it_tab2 into wa_tab2.
      write : / wa_tab2-f1,wa_tab2-f2,wa_tab2-f3.
    endloop.
    Here is a pseudo code for what you are looking for-
    OPEN DATASET P_FLPTH FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    IF SY-SUBRC eq 0.
    LOOP AT LT_TAB INTO LS_TAB.
    TRANSFER LS_TAB TO P_FLPTH.
    ENDLOOP.
    CLOSE DATASET P_FLPTH.
    if sy-batch = 'X'.
    write:/ 'File uploaded successfully'.
    else.
    message sXXX with 'File uploaded successfully'.
    endif.
    Else.
    if sy-batch = 'X'.
    write:/ 'Error in File upload'.
    else.
    message sxxx with 'Error in File upload'.
    endif.
    LEAVE PROGRAM.
    ENDIF.
    <b>2. Without the use of ABAP code.</b>
    CG3Y -
    Appl to Presentation server
    <b>Reward if useful</b>

  • Is there a way to make photo files on the computer the same as the files in iPhoto?

    I have all my photos organized in iPhoto but they are not organized the same way in the photo section of my files.  Is there a way to have them show the same files?  When ever I need to add a photo to a website I can't find the same one's I have in iPhoto since I'm only able to upload them from the photo file section and not iPhoto.
    Thanks!

    No and neither is there any need to.
    When ever I need to add a photo to a website I can't find the same one's I have in iPhoto since I'm only able to upload them from the photo file section and not iPhoto.
    Just need to learn how to use iPhoto:
    There are many, many ways to access your files in iPhoto:   You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    There's a similar option in Outlook and many, many other apps.  If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    If you want to access the files with iPhoto not running:
    For users of 10.6 and later:  You can download a free Services component from MacOSXAutomation  which will give you access to the iPhoto Library from your Services Menu.
    Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and 10.5 Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    Drag and Drop: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    File -> Export: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    Show File:  a. On iPhoto 09 and earlier:  Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.    3.b.
    b: On iPhoto 11 and later: Select one of the affected photos in the iPhoto Window and go File -> Reveal in Finder -> Original. A Finder window will pop open with the file already selected.

  • Is there a way to edit raw files from the Canon 5DMkIII in Lightroom 2?

    I rented a Canon 5DMkIII this past weekend and shot in RAW. I'm running Lightroom 2.7 on my laptop because I have a pre-Intel dual-G5 tower at home and can't run LR3 or LR4 on a pre-Intel chip machine and I tend to share my libraries across my laptop to my tower and back (so I need to be able to open the LR files on both machines, which is why I'm still using LR2 ... I know, I know, I need to upgrade but that's going to be a hefty investment!)... In the meantime, I'm wondering if there's a way to view/edit the raw files in Lightroom? They won't even import (I get the message upon import attempt: "Some import operations were not performed. (97)")... I know the information is there, though, because I used PhotoMechanic to do the initial sort of my images that I wanted to keep/edit. I see there's ACR (Adobe Camera Raw) 6.7 (I think it is) that supports the 5DMkIII, but I'd prefer to edit across the board in Lightroom, it's so much faster. Is there something I can download to still edit my raw files in LR2? Or, do I have to buy the update and get LR4 if I want to edit my 5DMkIII RAW files? Thanks in advance for your help!!

    Support for the canon 5d Mk111 was introduced in LR 4, ACR 6.7 so you will have to use the Adobe DNG Converter 6.7 or later to convert the raw files to dng format before you can import and work with the files in LR 2. The converter is a free download from Adobe and is available at this link.
    Mac http://www.adobe.com/support/downloads/detail.jsp?ftpID=5485
    Win http://www.adobe.com/support/downloads/detail.jsp?ftpID=5486

  • Is there a way to remove folders & files from the backup?

    i moved a bunch of file that was on two external drives to a larger single external... is there a way to get rid of the backups from the two original externals and free up some space on backup drive?

    Enter Time Machine, navigate to the files you want to delete, select them, click the gear button, and then click "Remove all backups of...".

  • Is there a way of selecting all files within multiple folders?

    Let's say I have a folder called 'text books' and within that folder I have 100 more folders named by author.  Inside the folders are .txt files of their work.  Is there any way I can select all the .txt docs and paste them in one big folder?  In other words, is there a way of removing all the sub-folders and putting all the .txt files together in one place?
    regards
    Rob

    Thanks Niel.  Worked a treat!  Took me a short while to figure out how to get it to run in the directory I wanted it to (as the file was also on NAS)  as I have never used AppleSript before.
    So, for posterity, and if anyone else is interested in trying to do this, here is my final script:
    set pa to "/Volumes/Public/etc - whatever your path is"
    set aspa to POSIX file pa
    set tpa to "/Volumes/Public/ directory you are moving them to"
    set as2pa to POSIX file tpa
    tell application "Finder"
      move every file of entire contents of folder aspa to folder as2pa
    end tell

  • Is there a way to transfer songs/files from the ipod classic back to the PC or Mac

    Hi,
    Is there a way to transfer somgs form the ipod classic back to the PC or Mac. My PC to which my ipod classic was synced crashed and i lost all of my original music files

    http://www.yamipod.com/main/modules/home/

  • Is there a way to email reminders list from the reminder app for ios5

    I am trying to figure out a way to email me a reminder list that I have created in my iphone.  Or some other way to transfer that information.

    Hi ..
    Sorry, but no. Apps cannot be transferred from one Apple ID account to another, nor can accounts be merged > Frequently Asked Questions About Apple ID

  • Is there a way to email multiple files from pages

    I want to send multiple files from pages, cover letter and resume, but when I select both files, the share icon goes dull and it can't be selected. Is there a work around for this?

    Are you aware that someone without Pages cannot open the files? And that Pages will only run on OS X? Your best bet is do save the files as PDFs, then just drag the icons into your open email.
    Walt

  • Is there a way to "stamp" PDF files with the purchaser's email address?

    I would like to sell PDF reports and/or eBooks via BC, but I would like to be able to stamp each such PDF/eBook with the purchaser's email address.
    There are certainly stand-alone PDF stamper programs and some providers like gumroad.com already offer that feature.
    Anyone actually done it with BC, please?
    Thanks in advance
    Andy

    Thanks for the rapid response, Liam -- even if it's not the response I was hoping for.

  • Is there a way to install Photoshop without all the crap?

    I noticed when installing the Adobe Photoshop CS6 trial, even if you check only the bare minimum number of checkboxes, it will still install tons of...crap.
    e.g. Bridge, Camera Raw, Camera Raw Profile, Dynamic Link Media Server (seriously, does this sound like something anyone would want installed on their computer?), Extend Script Toolkit, Switchboard, etc.
    Is there anyway to uninstall all that stuff?

    Whoa man, calm down; relax. Why is this a most unfortunate first post? It's a serious and legitmate question. You're taking it as if I asked it to offend people.
    I do use Photoshop for purposes that Illustrator might be better suited for, but that's my decision; and anyways, I'm more familiar with Photoshop.
    The reason I dislike these certain parts is because I don't like having uncessary stuff installed on my computer, and I certainly don't want unecessary stuff running at start-up
    ...Which is exactly why I did infact disable those start-up entries and manually delete the stuff mentioned — namely, Bridge, Dynamic Link Media Server, etc. — from "Program Files" etc. And no, I did not break Photoshop or anything else (if it does break, you will be the first to know); so yes, I know perfectly well what I'm doing. I don't see how you managed to assume otherwise based off my first post.
    So I asked this question in the first place because I was genuinely wondering if there was a more official way to remove that stuff (as opposed to manually deleting them). Obviously now I know there isn't, but would it have been so terrible if there was? It wouldn't hurt anyone (certainly not you), but people who didn't want something called "Dynamic Link Media Server" installed on their computer would only benefit. Obviously that's not happening anytime soon, but hey, if I knew that, I wouldn't have asked in the first place.
    Thank you for your insightful and not-at-all-condescending response.

  • Is there a way to convert audio files with the new PlayForSure software sui

    When I use the old Media Source Audio Converter and transfer the wma file to my Zen I get a message that the audio codec is not supported. I don't think my Media Source plug ins for PlayForSure devices are working or something.

    The exact error message is: "The audio file format is not supported or exceeds the playback capability of this device." Then when you click on "More Information" it says: Codec 0X62 is not supported.
    This is retarded man, maybe if Creative would release software THAT ACTUALLY WORKED with their frigging devices they would sell more MP3 players.

  • Is there a way to password protect files in the iPad version, or, password protect access to the app

    like I can with dropbox

    You're comparing apples and oranges.
    Dropbox is a "cloud" application that allows you to share files or folders of files with others.
    Adobe Reader is a "reader" application that lets you view a PDF file.
    Why are you trying to stop people from viewing a PDF in Reader? What's your workflow?

Maybe you are looking for

  • NASS Auto Loan Questions

    So I recently got approved for NASA membership and CC. I am also toying with the idea of getting a new car or truck. Currently drive a 07 Accord that has been paid of for a few years now. While I love having 0 car payments I kinda want something more

  • Can I use .htaccess file for authentication if running pl/sql gateway?

    The server is on Windows system with Apache as the web listener and webDB as pl/sql gateway so if any script is under pls/, server would invoke pl/sql. My question is: I know .htaccess can be used for directory protection, in this case(with the pls/)

  • Stale JDBC Connections

    I have successfully added an ExceptionHandler to Toplink which does catch stale JDBC connections and refreshes them. However, once in while this does not work and I see this in the logs: 2004-09-07 13:14:52 StandardWrapperValve[action]: Servlet.servi

  • Beachball again and again, force quit doesnt work

    Hi there, since this rubbish mountain cat (OS X 10.8.2) is on my Macbook Pro 13" mid 2009 Model (2.26 GHz Intel Core 2 Duo with 8 GB 1067 MHz DDR3) i got to shutdown/reboot it by the power button several times a week. I get the beachball spinning ove

  • Crysis 2 on MacBook Pro 2011 13,3" core i7?

    Can i run Crysis 2 on my Macbook Pro in high definition? How many fps? I have a 2,7 ghz core i7 2011 Macbook Pro 2011. Can I change the Intel 3000 HD? Can i Install the amd radeon hd 6000? Thanks in advance!!