『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the power of Acrobat SDK through our community.
新着順
In May 2016 I purchased and installed Acrobat Standard DC (perpetual license, v. 2015.006.30201) as a download from Dell Digital Delivery, running on Windows 10. At that time I wasn’t certain that I’d need Acrobat Pro DC, but, as a precaution, I verified with Ivan in Adobe sales on 5/13/16 that Acrobat Pro DC Upgrade (perpetual license) would upgrade Acrobat Standard DC (perpetual license).In late August I purchased Acrobat Pro DC Upgrade (perpetual license) as a DVD package (Part No. 65259139). Upon receipt of the package, I noted that the upgrade label stated that it would install only for licensed users of Acrobat Standard or Pro (version X.x or XI.x). Before opening the package, on 8/31/16 I again verified with Kelly (x 9036) and his supervisor in the Adobe product sales support area that the aforementioned Part No. 65259139 will recognize and upgrade Acrobat Standard DC (perpetual license) to Acrobat Pro DC (perpetual license).Two days ago I opened the package and atte
How do I change the default save location when downloading PDFs from the web using IE 11 on Windows 10. I have all other software settings to save to "Downloads" and Chrome & Firefox both default to the Downloads folder, however IE 11 default saves to the desktop with the Adobe add-in.Thanks in advance for any advice.
Adobe Acrobat 8 Standard activation on Windows 10. I decommissioned an older pc and want to activate on new PC Windows 10. Adobe support cannot help me.
Adobe Acrobat Pro 9.0 won't accept serial number. Please help
I am trying to create and combine multiple word files into a larger PDF. I need my printer to recognize a page as black and white or color on an individual page basis and not on a per file basis. help
I am using the fill and sign option and when I type the information I am sure it is in the parameters of the page but after I save it blows out the format and extends beyond the end of the page and is locked down after I add my signature and then I email it and other cannot see beyond the end of the page. This just started happening after the last update. Is there a setting to adjust?
my pdf form has a field for client information, ( company name, address, city state and zip ) that is often left blank before printing by my clients , can any one provide me with a script for validating this field with a pop up message before it is allowed to print.
I have a document that has form fields/text boxes. I have tried several ways to flatten it, print it back to PDF, and optimize it. No matter what I do it still allows the user to click edit text & images and change the data. How do I make it uneditable without a password? These are drawings/specs for different systems.Thanks,Brian
Trying to create a form field that would calculate / interpret a value to use for Rng based on given WT and Temp values.Ex. At 20 degrees, and a WT of 20, my Rng will be 600. At a WT of 15, my Rng will be 537.How can I use an array to help me calculate what my Rng value would be if my WT value falls anywhere in-between two of the listed WT values?Thanks in advance for any and all help.
I am running three new dell OptiPlex 7020 with windows 10. I had three licenses of Acrobat Standard DC from Dell and they were experiencing no problems. I purchased three upgrade licenses to upgrade to Acrobat DC Pro. Adobe's instructions were to install over the existing Acrobat Standard DC. I was able to download the Acrobat DC Pro file from Adobe and extract it with no issues. When running the set up file, I made sure I had disabled virus protection etc. like Kaspersky Internet Security and windows firewall. During the installation process I would see the "collecting information" information window pop up with a progress bar, with a progress of at 30% the window would close and the install would fail.I spent hours between phone conversations and chats that were extremely slow and still no resolution.When purchasing the upgrade I was told that I could use the upgrade file to do a "clean" reinstall of Acrobat Pro DC but I would need both the old and
My client and I are having trouble getting this form to work. It's intended to be downloaded, filled out and saved, but the fields are not easily fillable. I have (tried to) enable Advanced Features.How do I start troubleshooting this? Would this be easier to do in something like Open Office?Here's the form:http://mindful-living.ca/Intake_form.pdf
I need help writing a script for a button in LiveCycle designer. I need the button to validate mandatory fields. If they aren't filled in, highlight them and give an error message that fields need to be completed.The button should also check a total that is calculated in a table and confirm it's = 100. If not, highlight the error and give an error message to adjust numbers on the table so the total = 100. If all fields are completed, show a message that says "all fields are completed."
Acrobat 10 editing a file - we get an error: "the document could not be saved. the file may be read-only or another user may have it open. please save the document with a different name or in a different folder." A workaround we found was to close the windows explorer window and then hit save, which worked. I did check for updates on Acrobat X, there were none. Is this an issue with Acrobat X? If we upgrade to XI would we still have this issue? Either way, is there a fix to this issue?
I'm curious to see if Javascript can be used to grade a multiple choice test automatically with a submit button. Something like comparing the correct answers to an answer key then saving the file with the name and number of questions correct. Or perhaps saving the file with a text field at the bottom with the number of correct answers. I already know how to save with a custom name from a submit button. So all I would need would be the auto grade function if at all possible.
Files with names like aab02040 and aab03848 are being created randomly with my Acrobat files. What are these files and how do I get them to stop?
I have created a 6 page QC form with rankings in Adobe Acrobat XI. There are 20 sections with approx 11 questions in each section. Each question is a dropdown with choices NA,1,2,3. The associated export values are 0,3,3,3. I have three calculations after each section - points possible, points earned, percentage.points possible example:event.value = this.getField("Misc1").value + this.getField("Misc2").value +this.getField("Misc3").value +this.getField("Misc4").value +this.getField("Misc5").value +this.getField("Misc6").value +this.getField("Misc7").value +this.getField("Misc8").value +this.getField("Misc9").value +this.getField("Misc10").value;points earned: simple sum of fields in section (e.g. Misc1, Misc2, etc)percentage example:var numerator = +getField("Points earned_18").value;var denominator = +getField("Points possible_18").value;event.value = denominator !== 0 ? numerator / denominator : "";I also have a total calculation for points possible, points ea
Is there a Javascript available that makes it possible to merge PDFs with a similar file name?It might be that the file names are not really identical but both file names have at least 3 to 4 exactly the same words/numbers.
I have an Adobe account. I always got the sign-in page whenever I first opened the account. I changed computers and now I get nothing. Please reinstate my sign-in page. thank you.
Hi There,In Acrobat I am having trouble with something that I feel should be easy, but for one reason or another I am struggling. This is what I would love to happen:• Radio Button or checkbox that when selected populates 2 text fields with different values• So for example, when selected would populate Textfield1 with a numerical value and the same check/radio when selected populates Textfield2 with a values different than Textfield1• When not selected the export value could be zero as at the end of it all I will tally up the checked selections (this part I know how to do)• So what I am building is a quote sheet for MSRP and specialty pricing based on a selectable option of the checkbox/radio button. Just filing you inI very much appreciate any help on the javascript I need to add and where to add it. Thank you!
How do i remove all metadata from a PDF in Acrobat Pro CC? When i view properties of a document i don't want any of the dates, info or creation methods viewable.Can i do this?Thanks
I have to create 91 documents out of a single master PDF file where I need to insert the address of 91 different properties (they are in a n excel spreadsheet) in certain places or fields through the document and then save the 91 files. Is this something I can do with Adobe Acrobat DC? Any help on how to get it done quickly as opposed to type each address on the PDF file and then save it?Thanks
I need to BOOKMARK a PDF file. There is no iconHow to view bookmark in navigation pane in Acrobat Reader XI?
I can't access my old computer, så I am looking for at place to deaktive my Acrobat 7.0 Professional because I want to use the licens on a new compter.
Hello,We are using Quote Management in Cloud for Customer and at the moment we are adjusting the lay out form in Adobe Life Cycle Designer.As we have no external pricing with SAP ERP I added a custom field (VAT) in C4C and I connect this in LCD via bindings.Now, I want to recalculate the standard total field by adding the VAT.I noticed there is a script editor window but i'm not able to (or I don't know) how to properly write the script.Is it possible to recalculate the standard total field price ?Thanks!
I have a form I would like if a box is check to add a value of 10 to a text field. This text field will be hidden and only use to add up and mount that needs to be paid. My problem is figuring out how to fill in the 10 value when the box is checked.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.