Aspose Pdf Form Fields

Active1 year, 7 months ago

The second part of the example is using Aspose.Pdf.Facades to add a new form field in the PDF, at the same location where the text was found. It is also used to set the form field attributes like BackgroundColor and BorderColor.

I have a pdf document with many form fields on it. I need to see the names of the form fields. Can I do this with Adobe Reader? Perhaps a third party tool..?

Sathyajith Bhat
53.6k30 gold badges159 silver badges254 bronze badges
Billy CooverBilly Coover

5 Answers

It's likely you'll find a user-friendly application to do this for you, but this is how I achieve it with a little VBScript...

  1. Download and Install ABCpdf fromwebSupergoo, available here...

  2. Copy the following script into atext file and save it with a '.vbs'file extension.

  3. Place a copy of your PDF file intothe same folder as the script, namingit 'myForm.pdf'.

  4. Double-click the script file to run.

After the script finishes you should find another PDF document named 'output.pdf' appears in the same folder, with all the field names overlayed on top of the fields.


Aspose Pdf Generator

I appreciate this question is a bit old but in case anyone else comes across it the PDF Toolkit will allow you to do this very simply with a command that looks like this (where the PDF you want the form fields from is called docsOfInterest.pdf:

gronostaj
30.5k14 gold badges74 silver badges112 bronze badges
shearichardshearichard

As far as I know you can't do it with Acrobat Reader. You can use their PDF writer program (Currently Acrobat XI) to do it, but it's fairly pricey.

I had to do the same thing for just a few documents. I just downloaded the trial version of deskPDF Studio X. From the menu, going to Forms > Modify Form Layout lets you see the name of the fields.

Be aware working with their free trial version will stamp documents with a watermark if you save the document.

JemmehJemmeh

There is a technical article on Aspose.com which explains how to identify form field names for PDFs. According to this article, you can achieve this by using the Java code on the page.

Mehper C. PalavuzlarMehper C. Palavuzlar

Aspose Pdf Java

44.3k42 gold badges177 silver badges238 bronze badges

Apparently there's an online live demo of a package called AspPDF, that lets you do just that. You can find a direct link here.

t0mgst0mgs

Not the answer you're looking for? Browse other questions tagged pdfadobe-reader or ask your own question.

Active1 year, 7 months ago

I have a pdf document with many form fields on it. I need to see the names of the form fields. Can I do this with Adobe Reader? Perhaps a third party tool..?

Sathyajith Bhat
53.6k30 gold badges159 silver badges254 bronze badges
Fields
Billy CooverBilly Coover

5 Answers

It's likely you'll find a user-friendly application to do this for you, but this is how I achieve it with a little VBScript...

  1. Download and Install ABCpdf fromwebSupergoo, available here...

  2. Copy the following script into atext file and save it with a '.vbs'file extension.

  3. Place a copy of your PDF file intothe same folder as the script, namingit 'myForm.pdf'.

  4. Double-click the script file to run.

After the script finishes you should find another PDF document named 'output.pdf' appears in the same folder, with all the field names overlayed on top of the fields.


I appreciate this question is a bit old but in case anyone else comes across it the PDF Toolkit will allow you to do this very simply with a command that looks like this (where the PDF you want the form fields from is called docsOfInterest.pdf:

gronostaj
30.5k14 gold badges74 silver badges112 bronze badges
shearichardshearichard

As far as I know you can't do it with Acrobat Reader. You can use their PDF writer program (Currently Acrobat XI) to do it, but it's fairly pricey.

I had to do the same thing for just a few documents. I just downloaded the trial version of deskPDF Studio X. From the menu, going to Forms > Modify Form Layout lets you see the name of the fields.

Be aware working with their free trial version will stamp documents with a watermark if you save the document.

JemmehJemmeh

There is a technical article on Aspose.com which explains how to identify form field names for PDFs. According to this article, you can achieve this by using the Java code on the page.

Mehper C. Palavuzlar

Aspose Pdf Viewer

Mehper C. Palavuzlar
44.3k42 gold badges177 silver badges238 bronze badges

Apparently there's an online live demo of a package called AspPDF, that lets you do just that. You can find a direct link here.

t0mgst0mgs

Pdf Form Fields Not Appearing

Not the answer you're looking for? Browse other questions tagged pdfadobe-reader or ask your own question.