Unlock the power of Acrobat SDK through our community.
Nyligen aktiv
HiYou will see (from my email address) that I updated a short time ago.The update , I understand was not possible because I am running Windows XP.Would you please credit the fee to my credit card - Thank you
I have a problem with Adobe Acrobat Pro as a part of Adobe Creative Suite CS 6 on Mac OS X 10.11.6: Adobe Acrobat will not start. Every time I try to open a pdf-file or the programme (Acrobat) itsself, Acrobat appears inside the dock as well as inside the activity monitor for a few seconds, but never actually opens and then disappears from the dock and the activity monitor again. No error message shows up, to find out, what the problem is.During the past two weeks I've tried basically all trouble-shooting suggestions I found on the web several times, mainly:Trying to de-install and re-install Adobe Acrobat by itsself as well as the whole Creative Suite (of course, using "Adobe Installers")Running the Creative-Cloud-Cleaner on my computer after de-installation and before re-installationDe-activating and re-activating my Creative Suite licence (using InDesign to perform this task, since Acrobat will not open)etc.Funny thing is: when I try to deactivate the licence via InDesign, Acrobat w
I just want it to look as close as possible to the original document and I can't seem to get it there no matter what I try. It's a design presentation that is full of subtle colors and layouts that rely on accuracy. Colors are washed out, type isn't crisp, it's all generally muddy and doesn't look like it does in Illustrator on my desktop monitor (iMac).It's not in CMYK.I'm either casting the pdf or going directly through an HDMI cable from Apple laptop.Saving out of Illustrator to pdf.Thanks!
Hi,My download always seems to cut off at 18% and I get the error message 'Acrobat installer encountered an unexpected failure. Please try again, if it continues to fail, contact Adobe support.'Could someone please help me with this?Thank you.
Ich habe zwei PDF-Dateien jeweils die ungeraden und geraden Seiten. Kann ich diese mit Adobe Acrobat mischen?
Please help, i need this installed asap
in windows Cant print a PDF file, says no pages selected and drawing error. tried to click on print as image and it does not allow.please help. need tickets printed.
Hi, i have adobe pro xi & foxit phantom 6 in my pc. if i run bellow code in foxit JavaScript Console, working perfectly but if run same code in Acrobat JavaScript Console, giving error. can u pls help me find out the issue ??. thanks..for (var i = 0; i < numFields; i++) { var f = getField(getNthFieldName(i));f.comb = false; f.charLimit = false;f.doNotSpellCheck = false;f.doNotScroll = false;
I open the PDF in to my browser, when i click any link, it opens in the same window/page. I want it open in to new page/window.
Hi,I have combined two PDF files to create a new, single file. However, the bookmarks only appear for the second file, there is no sign of the bookmarks from the first file.Can I export the bookmarks from the first file, then import them into the new file?Or, is there some other way to create a complete set of bookmarks in the new, single file?Thank you.
Hello,I am trying to create a Adobe PDF template to give away online but I need some assistance with the Print Functionality. On the Form Page, I am trying to use check boxes for people to select which pages they wish to print to PDF and to ignore the others. When printing to PDF, I would like to make sure that all of they Hyperlinks on the images still work. The form is to help small business owners collect online reviews from their clientsHere is a link to the file if it helps!Dropbox - Review Request Template.pdf Matthew Fultonhttps://parkway.business
I had the acrobat 8 pro installed on Win 7 and had to change my computer to Win 10 64 bit. When installing CS3 Suite, I could not get the Adobe Converter installed as a printer, even if I followed the instructions for installing it manually on Win 8.1. Does it not work on Win10 anymore?
I'm looking for a software or online website to edit image based scanned pdf documents. It is possible to edit using adobe acrobat pro? and what do you think about this website?Thank you![Link removed due to a bad report from Norton... Mod]
We are receiving complaints from clients who are unable to sign documents on their iphone. The document will not register or save their signatures/initials and the pages change without them scrolling. What is the problem or the solution
Acabei de adquirir e instalar o PDF Converter. Todavia, ele falha na hora de converter um arquivo maior, com 12.634Kb. Demora e falha. O que eu devo fazer? E como reclamar que o meu produto não está funcionando?
Hallo zusammen,mein Betriebssystem ist MS WIN10, ich arbeite mit Adobe Acrobat 8.1 Standart.Wenn ich MS-Word 2010 drucken will mit Adobe PDF wird keine PDF-Datei sondern eine Fehlermeldung als Text-Datei generieriert. Eine Neuinstallation von Adobe Acrobat hat nichts geändert. Es hat zuvor immer problemlos funktioniert.Wer weiß Rat?
I am installing Adobe Acrobat 9 Pro on my Windows 7 computer, and getting error 1935 repeatedly. I have tried the suggested fixes: re-downloading the program and re-installing; clearing the transaction log; disabling virus scanner; and looking for any spyware that might need deleting. None of that worked. Any other suggestions to try? Thank you in advance for your time. -Kim
Hi there,I had written some notes on a pdf file open on Adobe Reader DC, on my surface pro 4. However the tablet restarted and I lost these notes. I found a .tmp file that had been created in an autosave folder, just before the restart. However I get an error message when I try to open it. Is there any way of recovering my lost notes? Thank you!Laki
When I select several PDF files and select "file print" I get an error message that says that Acrobat can't open the second file while printing the first. Is there a script somewhere to help this?Mac Yosemite, Acrobat 10.1.9ThanksJohn
How do I install and activate Acrobat Pro 10 on Acer pc? Downloaded and when I say open, it extracts the files but does not install to activate with the serial number that I have. I am technologically challenged!
I have a couple of PDF files with several fields that I need to enter new information into every week, and then send it to somebody electronically. Is there a way In Acrobat reader I can prevent or disable the changing of information I enter into the fields by the person I send the file to?
I've taken an PDF and have over-layed a form on top. All looks well in Adobe Acrobat Pro, then when I save it and open it in Preview.app the form fields are completely scrambled (mostly vertical, or the text is vertical). I've checked the form field orientation properties and it is set to "0" degrees, and have read any other way to change or set these so they don't move. Any advice is appreciated.Here's the screenshot from Adobe:Here's the screenshot from Preview.app.
I have no idea how to start it out but what I need to accomplish is when distance is greater than 50 then fee is equal to (((distance * 2) - 100) * 0.55) otherwise if distance is equal to or less than 50, then fee is 0. How do I accomplish this in a Javascript calculation?I've tried thisvar d = Number(this.getField("Distance").value); if (d > 50) event.value = (((d * 2) - 100) * .55);if (d == 50) event.value = "0";if (d < 50) event.value = "0"
I'm trying to assign a value to a text field when they choose a radio button. It has worked before but now when I enter the Javascript in the Custom Calculation script of the text field, it disappears and remains blank. I don't know how to resolve it. This is the Javascript I tried to useif(this.getField("Package").value == "Off") event.value = "";if(this.getField("Package").value == "Package1") event.value = "400";if(this.getField("Package").value == "Package2") event.value = "600";if(this.getField("Package").value == "Package3") event.value = "700";if(this.getField("Package").value == "Package4") event.value = "800";if(this.getField("Package").value == "Package5") event.value = "500";if(this.getField("Package").value == "Package6") event.value = "700";if(this.getField("Package").value == "Package7") event.value = "800";if(this.getField("Package").value == "Package8") event.value = "900"
I need to find out how I get another download of my software (Adobe Acrobat XI Pro Windows) so I can re-install it. I had computer trouble and had my hard drive replaced with a solid state drive but my Adobe XI is nowhere to be found in the new drive. I still have the original email receipt for the purchase and my serial number?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.