Request E-signature option missing [2024]

You may have trouble finding the option to sign your documents with e-signature in Adobe Acrobat Pro DC.  Right?  Let’s see how to fix this issue.  Below, we have shared a few workarounds to solve the problem.  Continue reading… How do I fix Request E-signature option missing in Acrobat DC Pro? “> Here’s what you … Read more

How to populate different dropdown list based on selection of a value in another dropdown field? [2024]

If you are trying to create a fillable PDF form in Adobe Acrobat Pro. A dropdown field will display a list of values pertaining to the value selected in the first dropdown. Here’s how you can easily do it.  Use setItems() to populate dropdown field, here is an example code: if(event.value == “Item1”) this.getField(“Dropdown2”).setItems([“Item 1”,”Item … Read more

“The document could not be saved” 2024

Adobe Acrobat error code 105 is a very common problem users face. You can work around the issue by going to Tools > Organize Pages option > Extract Pages to create a new document > Click on Save As. If extracting pages does not work, you can save them by printing to PDF. If that … Read more