I cannot get past the Message Error Box when printing from Watchtower Library articles to pdf using adobe acrobat DC pro. Get message box "cannot access file Error 5" It has something to do with permissions and/or running as administrator. I have been using this for years and this is first time cannot print to pdf and save file to downloads or documents as pdf file. Thanks!
Have windows 7 and just reloaded entire file for Adobe Acrobat DC pro. If try to print to adobe as pdf get message box "cannot access file Error " Has something to do with permissions. Thanks!
Why are my form fields not aligned when I view on my mobile?
I create form fields in my document in the "Prepare Form" section of Acrobate and line fileds up perfectly. I select for the text to be aligned "Left" within the text field properties. Everything looks good and I save the document and email it to myself but when I open it on my cell phone and view the pdf, the alignment is off. It looks as though the alignment of the text is actually centering it in the middle of the editable text box.
What is the issue here?
Thank you!
How to make form results automatically create graphs?
I want to survey a class with the same questions at the beginning of their program and at the end of their program in order to compare their progress. The survey is in the style of multiple choice. I want to know if it is possible that the results of the forms they complete can be automatically loaded into a graph. Any ideas or experience doing something similar?
Calculations
I prepare my PDFs in InDesign CS6 then export to a PDF. When I am doing budget sheets and calculating line items after doing 1, 2 or 3 it will lock up on me and I have to Start Task Manager to shut the PDF down and restart. Doing this looses my calculations. Now I'm have to save every line item row and column and it makes for a long job. Why is this happening.
How to toggle a button border on and off?
I am trying to create a pdf where the user can select a box (see below). When the user clicks on the box, a thick black border will appear around the selection.
I know this can be done using a transparent button and javascript but I don't know what script to use. I've tried to find another example on the forums but can only find script for buttons that create a solid fill when clicked, not a border.
The button also needs to toggle, so the border can be added and removed if the user changed their mind.
I know this has to be a fairly simple code (I'm guessing that's why I can't find a forum question on it), but I don't know javascript so I can't write it up. I know how to make the button and where the script goes.....is someone able to help me out?
Multi Form Package
Not sure if this is at all possible or even some what simple to do. But I want to create a package that allows me to make selections from multiple check boxes to put together packages of forms that I need for a client. Sometimes not all the forms that are in a package are necessary so I would like to be able to build custom packages per use.
Not sure if that makes sense and thanks in advance for any replies.
Creating Text Flow between two text boxes
Is there a way to create two text boxes where text from the first box will flow to the second box once it's full, without cutting off words? I'd like the last word in the first text box to be complete before flowing to the second text box.
In live cycle ES4
how do we set the lang to English USA and have it pass 508 compliance
how i can see pdf forms templates in adobe dc 2017
how i can see pdf forms templates in adobe dc 2017
open multiple files as tabs in same window
open multiple files as tabs in same window?
access denied when trying to open .pdf documents
I was using Outlook desktop with no problem. Verizon just stopped providing email services so I have had to access Outlook on the web. When I try to open any .pdf document attached to an email I get the error message, "Access denied." How do I fix this so I can open .pdf attached files?
DC Find Function not working
Using DC, IE 11, and Windows 10. When I have a pdf displayed and need to use the find function, after selecting find, I receive a message the "Adobe Acrobat Reader DC has stopped working." and then it closes my pdf. What is the fix for this? Thanks
Why can't I open DOC files?
I am not very familiar with Adobe so can someone please tell me why I am unable to open DOC files in PDF? It tells me the file isn't supported or is damaged.
Using a laptop Win7.
CLEAR TAB ORDER; RESET TAB ORDER EASILY
HOW TO CLEAR THE TAB ORDER???
HOW TO RESET TAB ORDER WITHOUT MOVING THE FIELD NAMES UP AND DOWN THE SIDEBAR???
Prevent content text fields from being merged
Acrobat DC seems to arbitrarily take text content fields and merge them together as one text content object when they seem to be in close proximity together.
Is it possible to prevent this "merging"? Or how can I "unmerge" when it does happen?
"The operation is not permitted" error after saving in LiveCycle ES2 and Acrobat Pro X
Attached the damaged .pdf:
DDF-001T2v5.pdf - Google Drive
Here are the step I get slugged with the error
1. Convert a .doc document to .pdf. Everything is fine.
2. Edit the .pdf in LiveCycle ES2 for many times. Everything is fine too.
3. Edit the .pdf in Acrobat Pro X for many time. Started to ask me the user right.
4. "The operation is not permitted" shown on Acrobat Reader and Acrobat DC
The worst problem is that I try to split the pages one by one to find out the problem
1. Delete all the text fields by LiveCycle. "The operation is not permitted" is still here.
2. Try to Delete one of the page in LiveCycle. Failed with Fixed Layout. Prompt me to Acrobat.
3. Try to Delete one of the page in Acrobat. The delete button is greyed out.
So I attached the form. Hope someone could help
Override Calculation Based on Radio Button Value
Hello,
I'm using Adobe Pro DC and I have created a form that uses both text boxes and radio buttons. The text boxes and radio buttons that I'm focusing on are involved in calculations. I'm attempting to calculate a field based on a radio button selection.
Here are the involved text boxes: Commitment amount, Payment amount, # of payments, Total pledge
Here is the involved radio button group (Pledge payment frequency): Annual, Quarterly, Semi-annual, Monthly, Other
A text version of the calculation is as follows:
- Commitment amount = Total pledge
- Payment amount = Total pledge / # of Payments
- # of payments = calculated based on the selected radio button (e.g., selecting Annual means # of Payments = 1, selecting Quarterly means # of Payments = 4, etc.)
The calculation works perfect for all of the radio button options except for "Other". Here, I'd like for the user to be able to enter a value into # of Payments manually and have the Payment amount calculated based on the manual entry. Currently, it allows me to enter a value, but when I exit the # of Payments field, the value disappears.
Is there a way to allow both automatic and manual calculations in one field?
Custom calculation script for # of payments field
var frequency = this.getField("Pledge payment frequency").value;
var payment = this.getField("Number of Payments");
if (frequency == "Off") {
event.value = "";
}
else if (frequency == "Annual") {
event.value = "1";
payment.required=false;
}
else if (frequency == "Quarterly") {
event.value = "4";
payment.required=false;
}
else if (frequency == "Semiannual") {
event.value = "2";
payment.required=false;
}
else if (frequency == "Monthly") {
event.value = "12";
payment.required=false;
}
else if (frequency == "Other") {
event.value = "";
payment.required=true;
}
else {
event.value == ""; // we don't know about this frequency type!
}
Thanks in advance!
Custom code for timesheet pdf
I'm trying to make a fillable timesheet for my organization and know there must be some coding to assist me in what I want to do. I have a "total hours worked" box but if the total is greater than 70 I want that box to only calculate 70 and the box below it to have the difference. IE: Let's say someone works 73 hours, i want that Total Hours to read 70 the box below for Overtime to read 3.
Any ideas?
Livecycle ES4
Can someone help. I created a form in LiveCycle ES4 but save it in DC. The problem is it will not pass our 508 compliance as no lang is specified. We need English US speicified in the form. We place the code below and save it but it is not working. Can someone advise as to what we are doing incorrectly?
Fillable form problem
Somehow a great product has been ruined. I have created a fillable form but it is not fillable. I have been creating fillable forms since Acrobat first offered it and it used to be so easy. Please do not tell me about the version of acrobat I am using. I have the most up to date acrobat pro as a cc member. I created the form, security is allowable for everything. It used to be so easy...
The form will not open within the website as fillable. In fact the boxes don't even appear. I have tried edge and Chrome. http://www.nabcd.org/NABCDMailReg.pdf and I have attached the image from the file
Security is set on allowable. I can't figure out what I have done wrong.
Thanks,
Connie