Skip to main content
Participant
February 26, 2018
Answered

How can I insert a progress bar?

  • February 26, 2018
  • 2 replies
  • 3661 views

I have created a 10 question form in Microsoft Word. I have converted it in Adobe Acrobat 11 to pdf format. The questions each have three possible answers. What I would like to do is create and insert a progress bar, with percentage shown, to update each time a question is answered. I have looked on youtube and other sites as well but none show how to link the code to the questions. I am not familiar with coding so will have to take it slow. I would appreciate any help you can give.

Ted

This topic has been closed for replies.
Correct answer try67

I've developed a script that allows you to convert a text field with the Percentage format to a "progress bar", and I can help you setting up the calculation required to give this field a value. You can find the script here: Custom-made Adobe Scripts: Acrobat -- Convert Percentage Fields to Graphics

If you wish to discuss it, feel free to contact me privately via try6767 at gmail.com.

2 replies

Thom Parker
Community Expert
Community Expert
February 26, 2018

There are lots of possibilities in a PDF for creating a Progress bar, because there are a lot of different types of fields and annotations with a visual display that can be modified at run time. at least in  Acrobat and Reader. 3rd party and mobile viewers are much more limited. Probably the two most reliable methods are to use a Text field that is progressively filled with characters (say asterisks), or a line of ungrouped radio buttons/checkboxes. 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
February 26, 2018

I've developed a script that allows you to convert a text field with the Percentage format to a "progress bar", and I can help you setting up the calculation required to give this field a value. You can find the script here: Custom-made Adobe Scripts: Acrobat -- Convert Percentage Fields to Graphics

If you wish to discuss it, feel free to contact me privately via try6767 at gmail.com.