Acrobat 9: Auto-Populate Subject line with Attachment Name

Hello,
I am trying to auto-populate the subject line of an email with the .pdf attachment name. I don't care either way if this functionality is available or not. I just need a difinitive yes or no answer. And, of course, if yes I need to know how to do it. Email client is Outlook 2007.
Thanks in Advance,
Matt

In that case, I don't believe so.
You could set up in Acrobat a custom menu item or toolbar button that uses the doc.mailDoc JavaScript method, which is able to set the subject line text. The script could get the current file name and set the subject of the email to the same. More information here: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.505.html

Similar Messages

  • Auto populate text fields with a trigger such as entering text into input fields in ADF

    Hello all,
    I am not able to auto populate text fields with a trigger such as entering text into input fields in ADF.
    I tried AdfFacesContext.getCurrentInstance().addPartialTarget(val); in the back end using setter method of input text field.
    its not working ..
    is there any way to achieve it
    Regards,
    Shakir

    Hi,
    Always mention your JDev version.
    The valueChangeListener would fire only when you set the autoSubmit property of the field to true. Can you elaborate your requirement? What do you mean by related data? Are you performing some sort of search?
    If you want to get the value you entered on the field, just set autoSubmit to true and get the new value from the valueChangeListener. If your requirement is something like as and when you type, do something, you need to check out this approach :https://blogs.oracle.com/groundside/entry/auto_reduce_search_sample
    -Arun

  • Adobe forms - using form field data to populate subject line and body of email

    HI
    I have created a form that can be submitted by e-mail. I would like the data entered into the form to populate the subject line and body of the email but have no idea of how to script this. I would be grateful if someone could have a look at the form and see how I can achieve this.
    For example
    subject line: Travel and accommodation form [Name] [EventName] [StartDate]
    Body:
    Please open the attached travel and accommodation for for [Name] who will be attending [EventName] on the [Start Date]
    Here is the code for my button:
    <field name="Submit" y="219.075mm" x="139.7mm" w="34.925mm" h="6mm">
                <ui>
                   <button/>
                </ui>
                <font typeface="Myriad Pro"/>
                <caption>
                   <value>
                      <text>Submit</text>
                   </value>
                   <para vAlign="middle" hAlign="center"/>
                   <font typeface="Myriad Pro"/>
                </caption>
                <border hand="right">
                   <?templateDesigner StyleID apbx2?>
                   <edge stroke="raised"/>
                   <fill>
                      <color value="212,208,200"/>
                   </fill>
                </border>
                <bind match="none"/>
                <event activity="click">
                   <submit format="pdf" textEncoding="UTF-16" target=mailto:[email protected] xdpContent="pdf datasets xfdf"/>
                </event>
             </field>
    Please excuse my ignorance as not competent with XML so any help would be gratefully received. Have already tried some methods posted on here already but not helped.

    You should post this to the LiveCycle Designer forum here if you haven't already.

  • Mail Attachment with attachment name = mail subject name

    Hi,
    I am using the mail adapter and today I am using hard codes attachment names using the MessageTransformBean. I have read the blog /people/michal.krawczyk2/blog/2006/02/23/xi-dynamic-name-in-the-mail-attachment--pseudo-variable-substitution about dynamic filenames but how do I get the eMail subject as a viriable to create the attachment?
    Thanks
    Juergen

    Juergen my weblog was the simplest suggestion to your issue - you can put the mail subject anywhere in
    message get it (and remove) in the adapter module
    you can also try to get the
    Adapter-Specific Message Attributes from the adapter module 
    http://help.sap.com/saphelp_nw04/helpdata/en/43/09b16006526e72e10000000a422035/content.htm
    but I'm not sure it the second solution works with adapter modules - but you can do an easy check
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

  • Email subject line with Alert unique Identifier,host name, instance name

    Is there any way that i can set the following information in the notification email subject line,
    Alert Unique Category,
    Host name,
    instance name.
    Please advise.
    Thanks.

    Yes I did look under the email customization section. But i am unable to get how to place alert Unique ID with in the subject line as i don't see any variable to place under it.
    Please advise.
    Thanks.

  • Tabular form - how to auto populate a column with the user name

    Hi,
    I have a tabular form with 3 columns - (customer name, notes, user). my users are allowed to enter customer details in the notes section... as soon as the user completes notes section and save the form, I want "USER" field to be auto populate with the user name so that I may track activity by the user...
    Please advice how to accomplish it...
    thanks in advance

    Hi,
    After user saves the forms that means commit to the database, so you can simply write a trigger like:
    CREATE OR REPLACE TRIGGER "AUDIT"
    before insert or update on TABLE1
    for each row
    begin
    :new.user_field := nvl(v('APP_USER'),user);
    end;
    Regards,
    Aljaz
    Edited by: Aljaz on 4.3.2012 22:03

  • Can I script an email button to put one of the form fields in the subject line and to name the form?

    This is a fillable form on a website.  We want people to complete the form, then click on the email button to send it to us.  Prefer to have the "name" field populate in the "subject line" of the email, and also rename the form that same field name.  Is that possible?

    In the sample I used the below syntax to send an email..
    event.target.submitForm({cURL:"mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" + strSubject + "&body=" + strMessage,cSubmitAs:"PDF"});
    The highlighted ones are local variables which will hold the value from the form fields.
    If you want to get the Subject from Name field in the form, use some thing like this.
         var strSubject = name.rawValue;
         //and then pass the value to the code.
         event.target.submitForm({cURL:"mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" + strSubject + "&body=" + strMessage,cSubmitAs:"PDF"});
    Hope this helps..
    Thanks
    Srini

  • Problem with Attachment Names

    Hi All,
    I am using the FM
    'SO_NEW_DOCUMENT_ATT_SEND_API1'
    to send data from the program to the user's email Id.
    There is a small issue I am facing. The report has two different files to be emailed and the code seems to be fine. But when the email is delivered, both the files have the same names (attachment1.txt & attachment1.txt). The contents of the two files are diferent as per the expected results but only for the attachment names.
    Any help in this case would be appreciated.

    Hi,
    Here are the parameters we will pass when we use the Fm
      lt_packing_list-transf_bin = 'X'.
      lt_packing_list-head_start = 1.
      lt_packing_list-head_num = 0.
      lt_packing_list-body_start = lv_start.
      lt_packing_list-body_num = tab_lines.
      lt_packing_list-doc_type = lv_extension.
      <b>lt_packing_list-obj_name = it_attach_data-attch_name.</b>
      lt_packing_list-obj_descr = it_attach_data-attch_desc.
    here we write an append statements, so in your case, when
    filling the second time, you need to send the different file name, so pass the new name, ans also look the same in Debugging mode, it should come correct ...
    Regards
    Sudheer

  • Family budget add monthly sheet and auto populate master sheet with graphs

    I would like to create a monthly budget template that i can link to a master document that will graph what we have paid and compare it to previous months. I may not have the correct vocabulary for this because i am pretty new to using equasions and linking documents.

    q,
    A Numbers Document, a file, can't communicate with another Numbers Document, file, without using scripts. You may keep the Master and the Monthly detail Sheets in the same document to accomplish your task.
    If your monthy sheet sizes are modest, you should have no capacity or speed issues.
    Jerry

  • Acrobat Pro X Replaces Document Title with File Name

    We process many Microsoft Word Documents into PDF. Whether or not this is the correct way to process them we use the new "Action" previously a Batch Process.
    We require our documents to open "Full Width" so we run the created Action which converts the Word files to PDF and sets them to open width.
    In the previous version of Acrobat (9) this worked fine. But the current version strips the document title out of the Word document and replaces it with the file name in the PDF. eg. If the title of the document set in the properties of world.doc is "Changing the world", when the action created the PDF its stripped and replaced with "world.doc"
    This of course means that we must now take the time to change the title of each document so that the search engine on our intranet can correctly list it. As you can imagine a time consuming process, which until this update never had to be done.
    Alternatively is there a better way to convert large numbers of Word documents to PDF that will keep all of this information intact?
    Many thanks
    Murray

    Actions are not really intended for that type of work:
    Actions allow a complex, guided series of events to be applied to a single file, usually with some user interactivity. They can be run over and over but usually only process one file at a time. In the example we show based on redaction, this guided interactivity is essential as only a human can decide what to redact in each document.
    Batch processing applies a standard set of events to a series of files, usually without any user interactivity beyond selection and filename choices.
    What happens when you try and run your Acrobat 9 batch sequence in Acrobat X?

  • Receiver mail with attachment name by default

    Hello all,
    I have a scenario IDOC -> PI -> MAIL.
    In my output mail, i want,for example and by default, that my attachment's name is "document1.xml".
    I've checked the case 'keep attachments' in my CC receiver mail and tried to use the Payloadswapbean to change the name of the attachment but it isn't working !
    Is it the appropriate module that i use ? Or should i use something else ?
    Thanks for your help,
    JP
    Edited by: Jean-Philippe PAIN on May 27, 2010 1:57 PM

    In my output mail, i want,for example and by default, that my attachment's name is "document1.xml".
    Check the third example shown in this blog: /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure
    Applicable for Message Protocol = XIPAYLOAD without Mail Package
    Regards,
    Abhishek.

  • Automatically populate metadata field with file name?

    Hi, I'm not sure if this is possible...
    I'm working with many large batches of .jpg files, and am running them through Bridge in order to add metadata according to my client's guidelines.
    For every single file, my client requires that the "Description" field in the IPTC Core section of the metadata is filled with the full filename, as it would appear in the Finder, including the .jpg extension.
    Currently I'm copying every file's name and pasting it into the Description field. Does anyone know of a good way to automate this task? Since each file name is different, a standard metadata template isn't meeting my needs.
    If anyone knows of a good way, I'd be very glad to know! Thank you.
    Chad
    Adobe Bridge CC 6.0.1.6  /  Mac OS X 10.9.1

    Awesome, That works really well.
    I found this on the forum based on your answer.
    Puts the file name in the field and takes off the .pdf extention.
    var
    fileName = event.target.documentFileName;
    //removing the file extensionvar vDot = fileName.length-4;
    //apply the value to the TxtFieldthis.rawValue= fileName.substring(0,vDot);

  • How do I change the default email-subject line when emailing from Acrobat 8...

    Hi,
    After creating a document in acrobat and clicking the email icon on the tool bar, Acrobat automatically opens and attaches the document to a new email message in Outlook. It also adds the file name as the subject, then appends "- Adobe Acrobat Professional". How do I remove and/or customize the default subject line appended by Acrobat Pro 8.12?
    Thanks!

    Hi, I have the same problem as Alan L. Whenever I have a file open in Acrobat 9 Pro Extended and click File-> Attach to Email it creates a new Outlook message and attaches the file but does not populate the subject line with the file name. The subject line is blank. I tried to email the same PDF file from Foxit Reader and it correctly populated the subject field with the file name.
    If anyone can help me I would really appreciate it.
    Thanks,
    Michael

  • How to auto populate a column/SharePoint list with Current Date?

    I have a SharePoint list and I created a column called ‘CurrDate’. 
    I need this column to;
     Display the current      date,
    Auto populate all rows with the current date in the      SharePoint list
    Dynamically update with the current date
    I first tried creating the column using the default SharePoint interface Date Time but it’s not doing any of the steps listed above:
    I even tried entering =[Today] in the Calculated Value field. 
    Still nothing…
    So, I’m sure you will toss out a code snippet to make this work, which is great. 
    However, I’m a total noob with SPD, where the heck do I insert this snippet?
    Always in need of help.

    Hi ,
    I understand that you want to add a column  to a list to hold current date. Here is a workaround:
    Add a single line of text column to the list. Name the list as Today.
    Add a calculated column to the list. Use the [Today] as the formula. Set the calculated column to be Date and Time type.
    Delete the Today column from the list.
    Thanks,
    Entan Ming
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please [email protected]
    Entan Ming
    TechNet Community Support

  • I've lost the use of predictive text in the subject line of gmail and I want to get it back

    I used to be able to hit a few characters in the subject line of a gmail compose window and it would bring up past subject lines with the same characters. That doesn't work anymore. How do I get it back? I've tried changing the settings under preferences/privacy/history but it doesn't seem to make any difference. Any ideas? Thanks

    See:
    *Firefox > Preferences > Privacy > Firefox will: "Use custom settings for history": "Remember search and form history"
    *https://support.mozilla.org/kb/Form+autocomplete
    This Gmail web page may be using autocomplete=off to prevent Firefox from storing form data.
    You can remove autocomplete=off with a bookmarklet to make Firefox store form data.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered
    Note that Firefox won't auto-fill saved form data automatically when autocomplete=off is used, so you need to double-click the empty name field to get a drop-down list.

Maybe you are looking for

  • External and Portable Hard Dirves

    Could anyone tell me what they think is the best External and/or Portable Hard Drive. I have a Macbook Core Duo with 100GB of space. I have about 4GB left due to all my movies I have converted and stored on my computer, photos and music. Could anyone

  • Returning local references from an EJB

    Hi, Is it possible to return a local object reference (of bean X) from the business method of another entity bean(Y)? Thanks in advance, Albert.

  • Sorting TDM Data

    I've a datalogging application which stores data in TDM format which contains 8 data fields ie, date, time, data1, data2 ...... Now when I want to recall the data in a seperate vi, is it possible to sort the data recalled according date or time or an

  • Error code 150:30 CS 4 Yosemite 10.10.1

    How to open CS 4 with the error code 150:30 on Mac 10.10.1 Yosemite?

  • How to change the IDOC Status from 30 to 03

    Hi Friends, In the Partner Profiles Collect IDOCS option is Selected and the Output mode is 4. In my Custom Program i am Using the Function Module MASTER_IDOC_DISTRIBUTE to generate the IDOCs I am getting the IDOCs of Status 30. then in my Custom Pro