Earlier i given path in security(enhanced) for pick up file for testing , but i dont want pick up file form specific location just i want to pick pdf file from any location with in my pc.i mean any drive. How to do that .?Please suggest me any one know...
Pick up PDF file from any location in windows PC for testing in security enhanced
Creating a form with workflow, multiple signers
Our company has been using paper docs too long. I'd like to create electronic versions of the ones that make sense. One is our time off request. It entails a form with the employee's info, days and dates requested off, etc. as well as the employee's signature. That document is then review by their supervisor for approval and signature. It's then forwarded to HR for recording (date stamped and initials), then on to the "boss" for final approval signature and date.
I'm struggling to figure out the best way to do this in our environment. All of our staff have Acrobat Reader and a few of us have the full version Acrobat Pro DC. I've created the form, now I just need to know how to build the workflow.
- I need my staff to be able to fill out the form in Reader (or online) and add their signature (doesn't have to be a certified digital certificate or anything) then forward it to their supervisor for review (via email)
- that supervisor will then need to open the doc for review and need to be able to complete a couple of the form fields and add his signature. then, forward it along to HR
- HR completes their form fields and forwards to the boss
- boss signs and dates and returns the doc to HR and the original submitter
So is this something that can be done within the platform without requiring my end-users to have Acrobat Pro or advanced skillsets?
thanks all
Hi, i have filled a form but left some question undone, i then accidently signed the form and now i cant type in for those leftover questions. Pleasee help, i spent about 3 hours filling out that form!!
Hi, i have filled a form but left some question undone, i then accidently signed the form and now i cant type in for those leftover questions. Pleasee help, i spent about 3 hours filling out that form!!
Added rows to a form, now can't view content
We've been filling out a Canadian Tax form (an editable PDF), where we're basically adding rows from a spreadsheet to fit two different categories on their PDF template. After adding a few dozen rows, the page "jumped" to the next page of the template, and we can no longer see most of the data we added. It's as iff the data is too "long" and is hidden under the following page. We did not see any kind of warning about limits to the numbers of rows, or exceeding any data entry limits.
How can we access the data we've entered?
Does Adobe Acrobat DC have all the features of Acrobat Sign?
I have a client that would like to use Acrobat Sign &Fill as opposed to Acrobat DC, I see that Acrobat S&F is a mobile app. I have Acrobat DC. Can the two interact? Can I create a file in DC and distribute in the mobile app? Also, can the file be filled out by two different people at different times and text filled out by person 1 and not be edited by person 2? Both would have to sign.
Edit multiple PDF file at the same time, automation or batch in Adobe LiveCycle Designer
Greetings everyone-
My first question is: Would it be possible to add an image to multiple PDF files at the same time using Adobe LiveCycle Designer?
My second question is: Is there a way to automate pdf modification so it can be used and applied to multiple PDF files? For example, if I am changing or modifying the default fonts, or the location of the input fields in one PDF file. I want those changes to be applied on multiple PDF files at the same time.
Please ask me any questions if you would like me to better explain what I am trying to do.
Thank you in advance for any help or tips.
Numerar Formularios
Buenas tardes
Necesito crear una solicitud de equipos de computación para mi organismo, el tema es que es fundamental que la solicitud tenga un numero que la identifique único e irrepetible.
Ademas necesito que si el usuario tiene firma lo firme y envié por correo a una dirección predeterminada y que no la pueda cambiar. Si el usuario no tiene firma, una vez que allá completado el formulario necesito lo envié a la firma para que el receptor lo firme y envié por correo a la dirección predeterminada.
Es posible hacer esto con Acrobat DC Pro?
Atte
Luis Roberto
[email address removed by moderator for privacy reasons]
Unable to sign an electronic form.
Hi guys, I'm not great with technology, but I'm trying to sign an electronic form which i can't open with any other file as its protected. When I click the fill and sign icon, i can see the little pen option but its not highlighted and when i click nothing happens. Please help. Also I'm a Mac Air user
Moderator: Edited title of this question.
How to insert a photo in a PDF form when filling it out on iPhone?
How can you insert a photo in your form when filling it out on an iphone? The function works ok when filling out the form on a laptop but I cant get it to work on an iphone. All help appreciated. Thanks
Auto selection
Hi, can I anyone suggest what I need to do to get auto selection to spot check boxes. I have an inspection sheet that requires multiple check boxes and I keep having to add them in individually. Many thanks
Show/hide layer from drop down menu based on conditions
Please note: I have modified this post from the original to include the script I have developed.
Here's my problem...
1a Performer type
> (blank) (export value = 0)
> Role (export value = 1)
> Understudy Role (export value = 2)
1b Performer type
> (blank) (export value = 0)
> Role (export value = 1)
> Understudy Role (export value = 2)
1c Performer type
> (blank) (export value = 0)
> Role (export value = 1)
> Understudy Role (export value = 2)
When "Role" is selected in "1a Performer type" I have a layer "Performance_Fee" appear and
when "Understudy Role" is selected in "1a Performer type" I have a layer "1_Understudy_Fee_Type" appear
I've done this using the following validation code:
var layers = this.getOCGs(0); // NOTE layers are only on the first page of the file.
for (var i in layers)
{
if (layers[i].name=="Performance_Fee")
layers[i].state = (event.value=="Role");
}
var layers = this.getOCGs(0); // NOTE layers are only on the first page of the file.
for (var i in layers)
{
if (layers[i].name=="1_Understudy_Fee_Type")
layers[i].state = (event.value=="Understudy Role");
}
This works great for the first drop down menu. The two layers toggle back and forth, so for this drop down menu only one or the other layer is visible. However, when I move on to the other two menus it gets a little more complicated. For "1b Performer type" and "1c Performer type", when I have "Role" selected in "1a Performer type" and I select "Understudy Role" from the "1b Performer type" or "1c Performer type" menu I need both layers to be visible. Likewise, if "Understudy Role" is selected in "1a Performer type" and I select "Role" from the "1b Performer type" or "1c Performer type" menu, both layers should be visible. If I have either "Role" or "Understudy Role" in "1a Performer type" and I switch either "1b Performer type" or "1c Performer type" menu to "(blank)" (from either "Role" or "Understudy Role") only the layer indicated for "1a Performer type" should remain on. Basically, the "Performance_Fee" layer should only be on if "Role" is selected in any of the three menus. Likewise "1_Understudy_Fee_Type" layer should only be on if "Understudy Role" is selected in any of the three menus. If one of of the selections ("Role" or "Understudy Role" was selected in error, the layer should turn off if the selection is changed back to "(blank)" but only if the same selection does not appear in any of the other menus.
Here is the validation code I have come up with for the "1b Performer type" field, however, it is not working. It seems to read the first part of the operation, but not the second.
var Performer = this.getField("1a Performer type").value;
//Role and Role are selected…Turn Performance_Fee layer ON and Understudy_Fee_Type OFF
if ( ( event.value=="Role") && (Performer==1) )
{
var layers = this.getOCGs();
for (var i=0; i<layers.length; i++)
if (layers[i].name=="Performance_Fee") //It will do this line
layers[i].state = true
if (layers[i].name == "Understudy_Fee_Type") //But not this line
layers[i].state = false
}
//Understudy and Understudy are selected…Turn Performance_Fee layer OFF and Understudy_Fee_Type ON
else if ( (event.value== "Understudy Role") && (Performer==2) )
{
var layers = this.getOCGs();
for (var i=0; i<layers.length; i++)
if (layers[i].name=="Performance_Fee") //It will do this line
layers[i].state = false
if (layers[i].name == "Understudy_Fee_Type") //But not this line
layers[i].state = true
}
//Role and Understudy OR Understudy and Role are selected… Turn both Performance_Fee and Understudy_Fee_Type ON
else ( ( (event.value== "Role") && (Performer==2) ) || ( (event.value== "Understudy Role") && (Performer==1) ) )
{
var layers = this.getOCGs();
for (var i=0; i<layers.length; i++)
if (layers[i].name=="Performance_Fee") //It will do this line
layers[i].state = true
if (layers[i].name == "Understudy_Fee_Type") //But not this line
layers[i].state = true
}
I even tried breaking the operation into two separate parts like this:
var Performer = this.getField("1a Performer type").value;
if ( ( event.value=="Role") && (Performer==1) ) //Role and Role
{
{
var layers = this.getOCGs();
for (var i=0; i<layers.length; i++)
if (layers[i].name=="Performance_Fee")
layers[i].state = true
}
{
var layers = this.getOCGs();
for (var i=0; i<layers.length; i++)
if (layers[i].name == "Understudy_Fee_Type")
layers[i].state = false
}
}
etc...
But then no matter what I selected for "1b Performer type" BOTH layers would appear.
Any help would be greatly appreciated. I'm at a total loss.
Multiple files that require electronic signature
I have about 30 files that all require different fields to be filled and several electronic signatures (to put it in perspective, I am making our application/hiring/onboarding process completely digital). Whenever I put them together into a portfolio, I can no longer require signatures, and combining the files would be a nightmare to clean up because of conflicting names of fields. What would be the best way to get this accomplished? Thanks in advance
Mapping PDF fields to Pre-Defined Excel
I am looking for the best way to convert data from an editable .pdf into a pre-defined .xls spreadsheet.
Details:
- The editable .pdf is an Application which users complete by completing the form.
- The entire .pdf is broken into 14 actual files
- The user sends the completed .pdf files into company for verification and validation.
- Company has an excel spreadsheet which contains all the fields for the data supplied in the submitted .pdf.
- Currently, Company workers manually transfer the data from the submitted .pdf into the pre-formatted .xls
So I am looking for a tool that allows me to define a source file (the submitted .pdf) and a destination file pre-defined .xls) then define: (ex)
- First Name field on the .pdf goes to First Name field in .xls template
- Last name field in .pdf goes to Last Name field in .xls template
- Etc… throughout the remainder of the document
Adobe Acrobat does not have the functionality to map field to field during the conversion. Any ideas on simple ways to accomplish this? Are there any 3rd party tools that might support this functionality?
Invoking Telephone (Numeric) Keyboard Only in Adobe Acrobat XL Pro
Good Day!
I have been scouring the forum for a while, first time poster, long term wanna be code writer of sorts. I am trying to create a PDF fillable form for a mileage log, In essence, I am trying to get two separate boxes in a form for mileage and a time, specifically military time. So I would like there to be a comma in the mileage box (1,234) and nothing for the military time (0830). Now comes the difficult part, or at least what I find is difficult. I use this form on my phone, so I am trying to get the tab to invoke or force the telephone keyboard on an IOS device, i.e. 1-9 keyboard only. I know it is possible because when I switch the format to telephone or zip code, that format prompts for the telephone keyboard on my IOS.
I only have access to Adobe Acrobat XL Pro.
Please help, I am losing sleep over this...
Thanks in advance for your time.
Troy
How to adjust leading in multiple-line text field?
I've made a PDF form with a couple of text fields that have multiple lines for entering addresses. I need to reduce the space between the lines. Is this possible with a multi-line text field or do I need to make each line a field?
Leading in PDF Forms not working
hi there,
I am working on a PDF Form and I find that I can only adjust the leading when I am in "entry" view - meaning, if i was the client filling in the PDF.
I can't seem to save this setting. When I make the change as described above, it works, but when i save, reopen the file, it's reverted back tot he default. My form has lines in it, which I need to keep, but when type is entered, the lines sometimes end up in the middle of the copy. When I adjust the leading to match my InDesign file, the type sits perfectly, but I can't save that setting. I can't direct my client to go into settings and change this as they are working, which seems to be the only way I can adjust the leading (out of "Prepare Form" mode)
I hope that's not confusing. Any help is sooo appreciated!
Thanks!
L
Hi, powerpoint slide freezes an hour or so into my work. the blue circle just continues for hour or more, then crashes and loses work.
Hi Win 10 64 bit, MS word office 2016 Professional. we run adobe XI professional and I wondered if upgrading to later Adobe Pro product would help.
I will also check ig adobe XI is updated to 11.0.16.
any help very welcome
Carole Chrvala
Master form to edit all forms
Is there a way to have a master file to make edits. This would allow me to edit one document without having to go into each individual form and make the same changes. So the master form would be link to the other forms.
Last four ssn
Does anyone know the JavaScript which will allow me to input the entire SSN in one field and have it copy just the last four into another field in the document? Thanks for the help!
How do I create a drop down field that is dependent on another fields answer? I want to have it appear only if a certain answer is made in another field
How do I create a drop down field that is dependent on another fields answer? I want to have it appear only if a certain answer is made in another field