Unlock the power of Acrobat SDK through our community.
Als letztes aktiv
I'm trying to fill out a form for graduate school and enter in the dates for different jobs I've worked. When I add a date for my first job though, all the other date fields populates with the date I entered. If I try to delete it, it deletes all the dates. I've turned off the auto-fill function but nothing seems to work.
I have a new computer with no access to my old computer. How do I sign out of my old Adobe Acrobat version so I can install it on my new computer?
Hello, I would like to buy adobe reader Pro subscription version. My question may seem silly but if I can install the program on two computers ??? But at one time use only one?
I purchase Acrobat Std DC on my Dell computer.I see Acrobat Serial number in Dell's Digital Delivery center.When I invoke Acrobat, and sign-in, I pasted serial number into Acrobat appropriately.It did not properly activate.Instead it says it gave me access to a trail version for 32767 days.the next time I access Acrobat, I must go an re-enter serial number.How can i activate my license?
I need to be able to auto tab through fields on a spawned page. I can get to work in Template, but when spawning it will only auto tab first three field then jumps to first page. Any help greatly appreciated.
Hi,How can i desactivate acrobat 8.1 from my computer? That option is off in mine, i do not how do it. Can you help me? Francisco Erick Briones Gracía Dpto. Infraestructuras y Comunicaciones
I installed Acrobat DC and removed it after the trail period have expired now my Acrobat x Pro will not start.My OS is Windows 10. Please advise on how to resolve this issue.
I'm building a new-hire packet for my employer. The concept is that all the forms a new employee needs to fill out will be centrally located on a USB drive we will give them. On this drive will be a fillable PDF; all company native forms aren't a problem but government forms are all password protected so we will provide a link for the user to navigate outside of this file to fill out their W-2 etc. Once they're done how can I get them BACK into finish the remainder of the native company forms?
I have got a one paged PDF Document that needs to be extended with the same contents that sum up on the second page.The PDF is interactive / writable.I have got Adobe Acrobat Pro installed at the company.What options do I have to:1) Add a second page or2) Pull the page long and split it into two pages3) ... maybe another possibility? Thank you in advance for your assistance.
I have put the license number in several times but the window gets popping upi.
I am creating a time card that has pages for each day of the week and the cover page allows the superintendent to select his crew from a drop down list. I need to get the information from the drop down fields to the daily pages as a text field that cannot be altered once selected. Is there an easy way to do this or perhaps some sort of java script?Thanks in advance for any help.Mary
Running Adobe 9.5.5 on Win7.When I open a file, I get the following pop-up:Of course when I "Check Online," I get:What gives?
Hi there,I am creating an Inspection Checklist form and require an "insert image" area for inserting jpeg photos of what has been inspected.So far I have located the below link and read many forums, however I believe this only works if the end-user has Acrobat or other better than Adobe Reader.Link: adding an image field in a form (PDF Forms) Is there yet a way to have the "insert image" option for end users who only have Adobe Reader when filling in the editable form?Any support / advice is welcome.Thanking you in advance.
Hello, I’ve created a pdf that might be used on the computer, but others might also print it and handwrite their information on the form. I need a zero to appear when the event value is zero, and for the field to be blank when nothing has yet been entered.The three pertinent fields are named Value, RoundedValue and Fee.In the RoundedValue field Custom Calculation Script I have:var v1 = this.getField("Value").value;event.value = Math.floor(v1/ 1000) * 1000;A zero always shows in the RoundedValue field unless a user enters numbers in the Value field. The RoundedValue must actually be blank until a user enters numbers in the Value field. If they enter less than 1,000 in the Value field, only then should the RoundedValue field show a 0.In the Fee field Custom Calculation Script the closest I’ve gotten to my goal is: var v2 = this.getField("RoundedValue").value;var total = v2 * .001;if (total !==0){event.value = total} else {event.value = ""}The Fee field is blank until a
How do I transfer my Acrobat XI pro to a new computer
I am creating a PDF in illustrator, then I save it, and use Acrobat (Crop Pages) to add margins, including center + 1/2" margin all around. It's worked for me just fine for multiple files. But this one 30-page file... I do everything like normal, but one page (the first page) will uncenter every time I save the file, and align to left and bottom instead of the 1/2" margins on all sides. It's ONLY when I save the file. I've tried different computers. It's just this file and this page and I have no idea why, it's pretty much the same as the other pages!
I've created a form in Acrobat. I'm trying to set calculations on a number of fields formatted as number, currency. When I try to select fields to include in addition or multiplication, I can't place a check mark in the field box. I can select all, then deselect all, but I can't select any field individually. Any suggestions would be welcome. Thanks.
Morning,I have multiple workstations with Adobe Acrobat XI Pro installed were I updated from 11.0.1 to 11.0.17. After the update I have about three workstations that are showing up with files with the same hash that NVD listed as having a vulnerability as though they have not been updated. So my question is this a fluke due to this is only show up on only a small amount of workstations and is there a way to update the file without having to re-image the workstations?Thanks,Marvin
Hi!How to print to pdf file using c# and acrobat sdk.?Thanks!
I can make pdfs from applications e.g. InDesign.I can open the pdf in Acrobat DCBUT, I am unable to edit the pages or "Save as"As soon as I start to do this I immediately see a flashing blue circle which becomes my cursor.If I try to save as I then see what should be the window for specifiying the name of the file and the destination for where I want to save the file. But this information is NOT there and this window just flashes 'white' and empty.I do not have Microsoft office on this computer and I have updated all the CC applications I use. I've uninstalled Open Office.I have also tried uninstalling Acrobat DC and reinstalling it. But the result if the same.Huge thanks in advance if anyone can help me to resolve this problem!
I have a new work pc that has Windows 7 64-bit and i can't install my old Acrobat 8 Standard. Will I be able to install the DC upgrade if I don't have an older version installed on my pc?
Adobe is automatically converting PDFs to black and white when I open them so documents with color test and/or color images/charts/tables are completely backed out. This just started happening, I had viewed the PDFs previously without any problems. How do I change this so that I conserve the information within the PDF?
I have several users who report that they are unable to sign more than one document at a time. We are using Smart Cards that hold the certificate and when we try a 2nd time to sign a document the field where we enter the PIN is missing. At this point we must close Adobe DC and restart.
I've tried this script that I found on theforum, but can not get it to work.I use another button that set up to clear the button and both buttonis set to “Icononly”var oIconClear =getField("buttonClear").buttonGetIcon({nFace: 0}); getField("Button3").buttonSetIcon({oIcon:oIconClear, nFace: 0}); Anybody who have an idea why it does not work
I am looking for digital signature that I can sign and seal forms that we submit to local government agencies. I would like to use my Adobe Standard XI that has a built in fill & sign – place signature option aready in it. I need it to be publicly verifiable to anyone one that opens it in Adobe (signature verified). I attached an example of one that I have signed.Here is the law that I must meet. FLORIDACHAPTER 5J-17BOARD OF PROFESSIONAL SURVEYORS AND MAPPERS5J-17.062 Procedures for Signing and Sealing Electronically Transmitted Plans, Specifications, Reports or Other Documents.(1) Information stored in electronic files representing plans, specifications, plats, reports, or other documents which must be sealed under the provisions of Chapter 472, F.S., shall be signed, dated and sealed by the professional surveyor and mapper in responsible charge.(2) A license holder may use a computer generated representation of his or her seal on electronically conveyed work; however, the f
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.