How to send a document by mail

Hello

I am trying to create a document that needs to be filled in by the user and then send it to a mailbox mailbox (for further processing).

So I created a form with some fields and a button.

This button should do the validation of the document, and then, if it's a document valid, send it by mail to the mailbox and then close the document.

The document must be sent to the mailbox in PDF format!

Can someone help me to do?

Thanks in advance,

Kind regards

Olivier Mahieu

P.S.: I have already read some threads on the forum and tried to do, but without success...

Hi Olivier,.

Here is the form to the you: https://acrobat.com/#d=Hb8JjB * yu6HdtTvy4bFehA

When the form is opened in Acrobat (or preview) by pressing command + J to display the Javascript Console. This showed that the full reference for PostalCode was not provided.

Change of the switch statement to the following worked:

switch (Page1.Table.PostalCode.rawValue)

{
     ...

I see you are using paper based on bar codes. These only work in Acrobat or Reader if the shape is compatible with the full server LC Reader Extensions ES product player. Reader allowing the form in Acrobat will not turn on the features of barcode.

Good luck

Niall

Tags: Adobe LiveCycle

Similar Questions

  • How to send a document in WordPad

    Brand new computer and I'm "technically challenged". Seized of a three page in WordPad document (I've never heard of) thinking that I could send as an attachment, but cannot.  Is - it somehow possible or there at - it a program I don't have will allow me to do? Thank you.

    OK, so what email you service use?

    How to attach a document:

    Google Mail... http://support.Google.com/mail/bin/answer.py?hl=en&answer=6584

    Hotmail... http://www.ehow.com/how_8765266_attach-document-Hotmail.html

    Yahoo Mail... http://answers.Yahoo.com/question/index?QID=20091220101529AAcABsY

    If you use a service other than the three listed e-mail, type the name of the e-mail service in your search box of the browser and follow up with "how to reach a document."

    If your line will look like this:

    How to attach a document by mail

  • How to send a document archived in my library to use

    How to send a document archived in my library to use.

    Hello Tina,

    You want to use the document archived as a library template in your account E-Sign? If this is the case, then from now on, it is not possible. You must create the model directly uploading from your computer system.

    Kind regards

    -Usman

  • How to send a secure e-mail message

    How to send a secure e-mail?

    Does this have to do with PDF or Adobe Acrobat files?

  • How to send a document by my email?

    How to send a document by my email?

    You attach it like any other file...

    Friday, August 1, 2014 at 23:00, troyboy538, [email protected]>

  • How to convert merge documents and mailing for the docs individual pdf and each with a field record in the merge?

    How to convert merge documents and mailing for the docs individual pdf and each with a field record in the merge?

    What is an actual field or just a piece of static text somewhere? Whatever it is, you can't do this using the Split Document command. You will need to use a script custom read the value of this 'field' and use it during extraction of pages in the file.

  • How to send photos by e-mail with a hotmail address? Pacasso don't let me do...

    How to send pictures with my emails?

    How to send pictures with my emails?

    ==============================================
    You can try to open a new e-mail message and attach the photos.

    In Picasa when you left click on the email button... What choices to make
    you see for sending electronic mail?

    You need an e-mail client installed on your system... Windows Live
    Mail, for example.

    See the following links:

    How to access Windows Live Hotmail in Windows Live Mail
    http://email.about.com/od/livemaildesktoptips/Qt/et_get_hotmail.htm

    How to make Windows Live Hotmail, your default e-mail program
    http://email.about.com/od/windowslivehotmailtips/Qt/How_to_Make_Windows_Live_Hotmail_Your_Default_Email_Program.htm

    Set up your Hotmail e-mail account in Windows Live Mail
    http://www.freeemailtutorials.com/windowsLiveMail/setupEmailAccounts/setupHotmailAccount.htm

  • How to send a Document echo sign with apex code in Salesforce

    I want to send the document sign echo on custom button using the apex code.

    Document has been sent but the main problem is that the mail not send with the right format, according to the standard.

    I don't have any link to sign the document.

    Please provide me with the name of the API by which we apply it

    My Code is

    public class SendAgreementDocument {}

    Public Sub SendPdf()

    {

    agmt echosign_dev1__SIGN_Agreement__c = new echosign_dev1__SIGN_Agreement__c();

    agmt. Name = "Sample agreement";

    agmt.echosign_dev1__Recipient__c = "003O000000YcB0Q"; / / Contact field

    agmt.echosign_dev1__Contract__c = "800O00000002sVx"; / / ContractID.

    agmt.echosign_dev1__Merge_Mapping__c = "a0qO0000006npqT"; Echo sign merge Mapping

    agmt.echosign_dev1__Process_Template__c = "a0kO0000003SdP2"; / / Echo sign Data Mapping

    agmt.echosign_dev1__RemindRecipient__c = "All the days, until this that signed";

    agmt.echosign_dev1__SenderSigns__c = true;

    agmt.echosign_dev1__Message__c = "Please sign the attached insertion order;

    agmt.echosign_dev1__SignatureType__c = 'Electronic Signature';

    agmt.echosign_dev1__PasswordProtectSign__c = false;

    agmt.echosign_dev1__SenderSigns__c = true;

    agmt.echosign_dev1__PasswordProtectPDF__c = false;

    agmt.echosign_dev1__SignatureOrder__c = ' signs of the recipient, and then I'll sign. "

    agmt.echosign_dev1__Status__c = "project";

    Insert the agmt;

    System.Debug (agmt);

    Annex a1 = [select ID, parentId, name, body, ContentType in attachment where Id = "00PO0000002LCId"];

    Attachment a = a1.clone ();

    a.parentId = agmt.id;

    Insert a;

    Messaging.EmailFileAttachment attach = new Messaging.EmailFileAttachment ();

    attach.setContentType (a.contentType);

    attach.setFileName (B.SID);

    attach.setInline (false);

    Fix. Body = a.Body;

    Mail Messaging.SingleEmailMessage = new Messaging.SingleEmailMessage ();

    mail.setUseSignature (false);

    mail.setToAddresses (new String [] {'[email protected]""});

    mail.setSubject ('your presentation');

    mail.setHtmlBody ("Dear customer, < br > < br > please find your declaration attached in the email.'");

    mail.setFileAttachments (new Messaging.EmailFileAttachment [] {a});

    mail.setFileAttachments (new Messaging.EmailFileAttachment [] {attach});

    Send the email

    Messaging.sendEmail (new Messaging.SingleEmailMessage [] {mail});

    }

    }

    Hello

    If you want to use the EchoSign API directly to send, then you will need to call the sendDocumentInteractive API, developing the SOAP request. Here's the documentation - https://corporate.echosign.com/public/docs/EchoSignDocumentService19?#sendDocumentInteract ive

    But it is easier to use the wrapper that we provide to join the contract, make sure that you have our application installed, the latest news from the AppExchange v15, then from your apex code invoke the global echosign_dev1. Method of sendDocument of the class EchoSignApiService, passing the Id of the record of the agreement that you have created.

    Thank you

  • How to send a document in net. HTTP.request as a POST variable?

    I have read and reread the doc on the net. HTTP.request and he says I can pass an argument to oRequest, but I failed to pass in the current document, which is what I want to do.

    I tried app.activeDocs [0], or the encoding of a string, but if he makes the call with no error, nothing is sent.

    ORequest must be a single document, or a variable consisting of name-value pairs? How to send multiple parameters to a POSITION otherwise?

    I did very well with the call using GET, but when I tried to send the document as a GET variable, I did nothing either.

    I send to an end point of LiveCycle REST so either POST or GET is fine.

    Thank you!

    Validating the document current is simple * provided * your script runs outside the context of the document (i.e. in the console or a script to the folder level). There is no access to scripts of doc-level for obvious reasons.

    For example, put this in the console JS OCCURS the current file to a URL:

    Net.HTTP.request ({}

    cVerb: 'POST',

    cURL: "http://localhost/submit.php."

    oRequest: Collab.documentToStream (this);

    oHandler: {}

    answer: function (msg, uri, err) {}

    If (err! = undefined) app.alert (msg);

    }

    }

    });

    Your problem talking to a vanilla Web service, is that you can send the RFC1867 delimiters (i.e. the form apply for "multipart/form-data") that the ReadStream object is not a method of concatenation in the JSAPI Acrobat. It's also how you would usually precede other fields in the form, but if you are careful with your codes side server that you can send to save them as GET parameters in cURL. Normally, you'd be polite and passed a context of Type in the table of aHeaders header - it won't matter for the transmission process, but will allow your webservice predict what that heck he was sent.

    Your webservice will then read the raw data. PHP for example, you will get nothing in the $_FILES global, but you can grab the PDF by reading all of the input buffer, with the line:

    $pdf = file_get_contents() ("php://input");

    If this line was in the server script which was the JS code above, the variable $pdf will contain an exact binary copy of the currently opened document.

  • How to send a document

    How can I email a document in Acrobat?

    Open the e-mail > Attach document > Send email.

  • I'm new to Acrobat Reader DC.  I want to send PDF documents by e-mail, BUT do not want the recipient to be able to edit the document they receive.   How to handle that?

    I'm new to acrobat reader dc.  When I send a document by e-mail, I don't want the recipient to be able to edit the document they receive.   How to handle that?

    Hi MaureenYH,

    Restriction of anyone to modify the PDF using Acrobat | Securing PDF files with passwords will be possible using Acrobat free trial download Adobe Acrobat application | Acrobat Pro DC. Is not possible with the free Acrobat Reader DC application.

    Kind regards

    Nicos

  • How can I send my document to an e-mail message for 2 people to sign?

    I try to send a document by e-mail to the customer.  I need two people to sign the document but there is only one address.  Whenever I have send for signature, he returned with a single name in these two areas.  I'm frustrated and I'm sure that my clients are also.  Help!

    Hello Conans17733101,

    You can enter the same e-mail twice to send the document. When the first signatory signs the document, once again an e-mail is sent for him to sign as a second signatory.

    -Usman

  • How do send you a folder of documents with pages iPad

    HHave a complete file documents how can I email it? IPad pages

    Hi LKiwi,

    You do not have. Pages is a word processor application and it has no e-mail capabilities.

    Pages for iOS can insert a copy of the document that is open in an e-mail message and send this copy using Mail.

    With the document open, tap the share icon (between the + and the key), select send a copy, then the Pages, then Mail.

    Address the mail document that opens, and then add ay text you want to include, and then tap send.

    I don't know if iOS includes the ability to compress / archive folders of files, but will ask the transfer of this thread to a community of iOS, where there should be a person more competent and well-informed about the Pages and Mail for iOS. (You have posted this question in the Pages of the Mac community).

    Kind regards

    Barry

  • How to convert a document pages in macbook air so that when I send to someone directly from my mac, they can open in their computer windows laptop?

    How to convert a document pages in macbook air so that when I send to someone directly from my mac, they can open in their computer windows laptop?

    Depends on. The receiver has Microsoft Word

    If so, open the document, and in the top menu bar, tap Share > Send a copy > Mail > Word > next... and follow the instructions.

    Hope this helps,

    -End

  • How do send you a document typed in wordpad?

    I understood how to create a document in wordpad, but not how to send by e-mail. How is that done?

    1. Save the document.
    2. Open a new message window.
    3. Attach the document.

Maybe you are looking for