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

FDF files

New Here ,
May 13, 2017 May 13, 2017

How do we generate fdf files in Acrobat 10.1.16?

TOPICS
PDF forms
3.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
1 ACCEPTED SOLUTION
LEGEND ,
May 15, 2017 May 15, 2017

You can use the "Prepare Form => More => Export data" to create an FDF file with the field name and data values. It will also contain the address of the PDF from which the data was extracted.

View solution in original post

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
LEGEND ,
May 15, 2017 May 15, 2017

You can use the "Prepare Form => More => Export data" to create an FDF file with the field name and data values. It will also contain the address of the PDF from which the data was extracted.

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 ,
May 15, 2017 May 15, 2017

This sounds great but I can't find out where "Prepare Form".

Help,

Linda

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 ,
May 15, 2017 May 15, 2017

This is available in Acrobat DC.

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
LEGEND ,
May 16, 2017 May 16, 2017

For Acrobat X the "More" will be in Form Tools.

You can also search Help for Export FDF

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 ,
May 16, 2017 May 16, 2017

Dear Bernd,

In my version of Acrobat Pro 6, Help doesn't recognize either "Export" or "FDF"

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 ,
Sep 30, 2017 Sep 30, 2017

In Acrobat Pro DC,

  1. open your form
  2. menu: Tools >> Prepare Form >> Open
  3. From the toolbar (right side) click More (hammer and spanner icon)
  4. Select Export Data from drop down; .fdf will be the default
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 ,
May 16, 2017 May 16, 2017

I'm not working in Acrobat DC. I'm still with Acrobat Pro. When I had version CS5.5 I could make fdf files, now that I'm in version 6, I can't. I send out page proofs to authors, publishers, etc. and with fdf files, their changes easily attach to my main pdf file. Is there something similar in Acrobat Pro 6?

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
LEGEND ,
Sep 30, 2017 Sep 30, 2017
LATEST

Yes, look under "Advanced > Forms > Export Forms Data (Acrobat 6.0 Professional)"

Use Acrobat forms and form data on the web

  // add a toolbutton

   app.addToolButton({

      cExec: "this.importAnFDF();",

      cTooltext: "Import FDF",

      cEnable: "event.rc = (event.target != null);",

      nPos: 0

   });

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