Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How can i make a filable pdf?

New Here ,
Jul 25, 2016 Jul 25, 2016

I need to email my documents in pdf but still filable for the one who recieved the documents.

Thanks.

TOPICS
Acrobat SDK and JavaScript , Windows
1.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 25, 2016 Jul 25, 2016

You can do it using form fields. See: Acrobat Help | Forms

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 25, 2016 Jul 25, 2016

Hello,

Thanks for the response.

Is necessary to pay fill & sign tools to send the fillable document?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 25, 2016 Jul 25, 2016

No. You can share the form just like any other file, through email or by uploading it to a website and putting a link to it on your web-page, etc.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 25, 2016 Jul 25, 2016

I wonder if I have to pay the version to use this tool, the ‘’Fill & Sign’’ thing. Because when I scan the document and then when I’m going to send it, Adobe immediately redirects me to the page where they offer to pay the version to continue and send the document.

This is the only way? Should I use the ‘’Fill & Sign’’ tool for this?

Thank you very much.

PD: I already tried saving the document after filling it, but when I open it, it’s not fillable.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 25, 2016 Jul 25, 2016

I'm not exactly clear on what you're doing, or what application you're using. Is this Adobe Acrobat or Adobe (Acrobat) Reader?

If the latter then you can't add form fields (well, you can, but it's complicated), but you can add comments and then save the file and send it. Forget about the Fill & Sign panel.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 25, 2016 Jul 25, 2016

Well, I’m using the trial of Adobe Acrobat PRO DC. The thing that I want to do is make a document fillable in PDF, then send it to my clients as an attached file so they can fill it with their information. What form field I need to use in this case?

Thank you.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 25, 2016 Jul 25, 2016

Depends on the kind of input you want to get from them...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 25, 2016 Jul 25, 2016

Look, this is an example of my document, the one that I need to email to my clients, as an attached file PDF in a way that they can type the information that I need.

How can I make it possible? What tool I need to use?

Thank you very much for your help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 26, 2016 Jul 26, 2016

How can I make it possible? What tool I need to use?

You should follow the hyperlink given in the 2nd answer of this topic.

Acrobat is not a magic wand which convert any document into a form, you should plan to spend time to learn and use it.


Acrobate du PDF, InDesigner et Photoshopographe
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Aug 01, 2016 Aug 01, 2016
LATEST

After you create the form fields using Adobe Acrobat; you can add a submit button to the form. The button can submit the form and email the recipients using a MAPI client such as OUTLOOK or Web Mail; or you can use a more reliable method and set the button to submit to a server-side script which will bypass client-side email software and send the submission using an existing SMTP account.

Note: Sending the submission using a MAPI client requires each end-user to properly configure their email client and also manually send the email.

Visit the following link for a web tool that generates the mailto scripts or submit button mailto URL:

www.nk-inc.com/software/fdftoolkit.net/email-pdf-mailto-generator.aspx

Visit the following link for online examples on how to submit using a server-side script:

www.pdfemail.net/examples/

Visit the following link and see online examples #5 and #9 (with source code)

www.fdftoolkit.net/examples/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines