『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
New user and not terribly computer literate. I have a pdf doc that I need to crop and I cannot get it to do so. I have a 3 page doc I want to crop to one page. I click the edit button, and the crop button and then I drag the cross-hairs across the portion I want to save, then I double click on the outlined part and the crop window shows up. I click ok, and the document is still 3 pages and nothing has been cropped. I've been screwing with for an hour and cannot figure out how to do this.
Tienen problemas como que escriben en adobe pero como al apretar un costado se guarda, pero al volver a escribir se duplica lo escrito por encima y si quiero volver a escribir, lo que había escrito antes desaparece y sale solamente lo escrito al final, este problema me persiste en una tablet lenovo
I can't find the "Save a copy..." option in the menu anymore. I used to use that feature whenever Acrobat got wrapped around its on axel. Nowadays I cannot remove password prodection anymore. I have to rebuild the fillable forms from scratch which is unnecessarily time consuming. The classic message is "You cannot change security on this document because the document is signed or certified". I don't even have a signature field. Once secured it cannot be unsecured and therefor not be updated. What is the new workaround?
Hello.I'm needing some help. I have figured out how to auto populate when I check box Same As Legal Address. However, when I do not check the box Same As Legal Address, and I have the Legal Address section filled, and when I go to the Remit Address section, when I type something and click on another text field, it disappears. This is my java script that I'm using in Text 19 in properties event.value = this.getField("Text12").value;if (this.getField("SALA").value =="Off")event.value=""; I think my issue is with this part at the end... event.value=""; because when I typed in event.value="Some Value"; it actually put the that in the Text 19. Any help would be greatly appreciated. Thank you.
I am trying to get the total number of days, including the Begin and the End date. I keep coming up one day short. For example, my Begin date is 8/1/19 and the End date is 8/3/19. This should be 3 days, but my formula is calculating it as 2.This is the script I'm using. Can anybody help? var dd = this.getField("Begin").value;var rd = this.getField("End").value;var d1 = util.scand("mm/dd/yy", dd);var d2 = util.scand("mm/dd/yy", rd);var diff = (d2.valueOf() - d1.valueOf()) / 1000;event.value = Math.round((diff / 60 / 60) / 24);
I want to have a text field, "MA", with an initial value typed into it ("10"). When a seperate checkbox is checked ("CRITICAL1"), I want the value in MA to be halved ("5"). The script I wrote does that, but I'd also like those changes to revert when the box is unchecked. As it works now, unchecking the box does not change MA back to 10 from 5, and a subsequent recheck would halve MA again to sqrt(5).The script below is a fix I tried to implement, where I multiply by 2 when the box is unchecked to cancel out the halving, but I've ran into a different problem where the initial number I input into MA is doubled from the start (e.g. when filling out MA for the first time, I write "10" and it becomes "20"). It's important to the document that MA works with any input, not just the one's I've used in my example. Any help?var v1 = this.getField("CRITICAL1").isBoxChecked(0); function test(){ if(v1){event.value = event.target.value*0.5;} else{event.value = event.target.value*2} }
Earlier version of Acrobat allowed you to add any of the zoom or view tools to the quick access toobar. I am running Acrobat Pro DC Ver 2018.0011.00238 for desktop PC, and cannot figure out how to do this. The Marquee Zoom is not listed in any of the tools categories, there is no "Show Select & Zoom" category, and right clicking marquee zoom in the menu dropdown only activates it temporarily--it does not show up on the quick tools bar.Any suggestions? Zoom tools are such basic and useful functions it boggles me that they are not either on the toolbar by default, or easily added. There is not even a shortcut key for it.
Hello Community, I thought this would be an easy thing to do in Acrobat but so far I am finding it is not. I am creating a PDF from multiple files, they are jpegs, and I am dragging and dropping them into the "combine files" window in the order I want them to be displayed. However Acrobat reverses this order as you put them in and then gives you no chance to switch the order. It gives you the option to move the order one by one (which is nearly impossible when the jpeg titles are img1824, img1623, etc.) so they other option is to add the files I want backwards, which my brain can not do, I like to work forwards, not backwards nor should I have to. So once I create this backwards PDF, isn't there a way to just reverse the order of the pages? any help is appreciated. e~
I want to add a link to one page but it will show on every page?How do I do it like the picture I gave? Tell me the procedure please! I want that link will jump you in the page of "Table of Contents"It needs hours of time to add same link to all pages of the PDF.To add "Table of Contents" to every page of a 700-800 page PDF file separately is quite impossible. Again please!❝I want to know how to add a link to one page but it will show on every page. How do I do it like the picture I gave?❞ Is it possible to do it in "Adobe Acrobat Pro DC"? I just want to know the procedure for doing it easily!
Hi,When I am editing a doc in my mac and want to add a new text box or checkmark , the resulting text is white. I can't change it in the edit menu. I then followed online instructions for changing the default font (Acrobat: preferences:content editing: font options) and for changing defaul color (Acrobat: preferences: accessibility: document colors options: use high contrast colors: black text on white) No effect. Tried saving and closing and reopening. Still white font. What do I do? Thank you for suggestions.
My Acrobat keeps opening as reader. I am logged in and all my other Adobe applications are working as expected.
I am trying to modify actor contracts sent to me from an affiliated organization that a third party needs to sign once we have drafted the contract details. We are prompted to enter an Employment Agreement Number each time we open one of these contracts, which is fine because we are the employer. The problem arises when the third party tries to open the pdf and can't because they cannot access our EAN. How do we disable this so that the third party can open the contract and e-sign without needing to enter the EAN?
I am working on a questionaire I opened from a link on a reliable email. I was able to fill and sign a couple of days ago but today when I tried to open to continue the work, I got the following error message:The operation could not be completed as Acrobat Pro doesn't have permission to access: ~/Library/Containers/com.apple.mail/Data/Library/Mail Downloads/959F9A7A-03C7-4F62-AC92-A10E8B1593B0/.Launch privacy settings to grant access?I opened privacy settings, think I have the appropriate ones marked as ok but still can't open my document. Help!
I have a document with a javascript to populate fields. You select an option from the dropdown. The script then populates multiple text boxes with text. I want to duplicate the drop downs many times. However when i select make multiple copies it duplicates the field. But the drop down populates the same boxes not the field below. this is what happens when you select from the drop down it populates the qty. descriptin, as well as the weight when i create multiple copies of the drop down this is what happens:it only changes the top row of qty, description,and weight. now if i create a new drop down instead of creating multiple copies it populates the second qty description and weight.basically the only way i know of to fix this issue is to add a new drop down manually then input all of the drop down fields. The issue with this is i have many pages of drop downs. So this will be like 100 times i have to do this or more. Plus there is around 100 entries on each dr
Hi! I wonder if you guys can help me trobleshooting this: Best regards,
os comento hay usuarios que se le instala por ejemplo el adobe reader 32 este se upgradea y al final de todo acaba siendo adobe acrobat y luego pide registro que le pulsas la X y en principio ya no lo vuelve a pedir.luego instalas el adobe reader 64 este se actualiza y desconozco el porque en el escritorio ves que acaba apareciendo adobe acrobat,, y pide validarse. y vuelve a salir el registro.hay algun tipo de version de adobe reader que no dé problemas y sea una version estable y que no se upgrade a adobe acrobat, y luego como realizar una desinstalacion limpia del producto.ya me decis y muchas graciaspero es cierto que tarda muchisimo en abrir cualquier documento y estamos experimentando muchos problemas.
Hi, Esteemed users of Acrobat Forms. I am looking for some help!I am using the following Javascript to auto populate Date field. Intent is that a user when first time opens the form, this date field will be auto populated and will stay same. var currentTime = new Date();var month – currentTime.getMonth() + 1;var day = currentTime.getDate();var year = currentTime.getFullYear();var rTime = day + “/” + month + “/” + year;this.getField(“DateReceived”).value = rTime; I tried all the following three options for entering Javascript (one at a time) and in all cases I am getting the same error message: “Error: SyntaxError: Illegal character at line 3.”Action > Mouse Up > Run Java ScriptAction: Mouse Up > Execute Menu | Validate > Run Custom Validation ScriptAction: Mouse Up > Execute Menu | Calculate > Custom Calculation Script Since I am not a Java programmer, I was wondering if somebody could please help resolve this?
Hallo zusammen,folgendes Problem: ich habe sehr große PDF Dateien, die auf jeder Seite einen Namen stehen haben, der entfernt werden soll. Geht das irgendwie, dass ich es automatisiert auf alle Seiten wegbekomme? Oder muss ich jede einzelne Seite das Textfeld rauslöschen ? Es ist immer derselbe Name der raus soll ...Danke im Voraus !
Indexing some folders with pdf's or the whole disk no longer possible, get error message files can't be opened. Reading the help pages is suspect the names of the folders are to long? I already checked 'compatibilteit withe ISO ... afdwingen' but no result.What to do? All the maps om my Mac have names with more then 8 letters .... Jan Peelaerts
When trying to create multiple PDFs from files, I keep getting an error message saying "Missing PDFMaker files". I am using Windows 10 and Acrobat Pro DC.I have tried reinstalling it, re-enabling Adobe PDF Maker addin in excel and word but nothing seems to have worked.It appears to be failing at the initial stage and is unable to open the original document to be converted.Any help would be greatly appreciated.Thanks
I'm creating a standard application form in Adobe Acrobat Pro that will be filled out by a staff member and signed by an applicant on the same laptop. I need to create a Digital Signature Field that only accepts a true signature, drawing or using a digital signature "pad". The signature field should not allow typed text; it must enforce an actual signature. I tried all the different options in adobe; but I either end up being able to just type text in the signature box; or have to create an entire digital ID; or have to use request e-signatures via email; which i don't want.Goal:I need a signature field that requires a proper signature (drawn) without allowing any typed text. Ideally, I want to save this form as a reusable template on my laptop so that I can open it, fill it out with each new applicant, and have them sign directly on the same device.Question:How can I set up a non-typable Digital Signature Field in Adobe Acrobat Pro that enforces a real signature and does not allo
This week my Adobe Acrobat stopped opening at all showing the following message... 'A running instance of Acrobat has caused an error' I tried all of the solutions on the Adobe website with no luck. By coincidence, I had another software package with an issue that advised me to uninstall Office. I uninstalled Office, Acrobat, and my other software package. After reinstalling Acrobat and my other package, Acrobat was working fine. As soon as I installed Office, Acrobat stopped working again. Is this something anyone else has experienced? is there a solution? Please Help.
I was having trouble with my computer not baing able to handle editing architect's drawings in the online pdf editor SO I BOUGHT A NEW COMPUTER!! I now have an i7 processor and a RTX 4060 graphics card. Plenty powerful enough. And guess what? I still can't edit pdf documets online because I get two error messages.When I first load the drawing into the editor I get:'Please wait while edit is being prepared' - blue pop up at bottom of pageAnd then:'Page is unresponsive' - popup at top of the pageIt's like the computer is still struggling to process the document. I then have no other option but to close the page having failed to edit any drawing which is what I'm paid to do by my work. Anyone have any ideas as to how I can access the online pdf editor with my powerful new computer so I can do my work?!
I am trying to convert PDF file to a PDF/A. I went through the steps that ADOBE Acrobat recommended but I get the following message abou the parameters. I tried to use the print to the PDF/A but same error message. It is a Preflight Error saying the parameter is incorrect. It cannot copy file C:\ProgramFiles (x86)\Adobe\Acrobat DC\Acrobat\plug-ins\Preflight\OutputIntent\CoatedFOGRA39.pdf , C:\Users\a2210\AppData\Roaming\Adobe\Acrobat\Preflight Acrobat Continuous\OuputIntent\CoatedFOGRA39.pdf: The parameter is incorrect. I am using Adobe Acrobat Pro version 2023.001.20064.
I have a table with text form fields in the Header Row. When I click on the whole table tag, it looks like it is tagged, as seen here: Unfortunately, when I click on that Table Row and all the Table Header tags in the Accessibility Tags panel, those form fields are not there.The form fields are anchored inside the table, and the table is in the Articles Panel in inDesign.This table flows to the next page, so the Header Row automatically appears there too. Could this be why the text form field isn't tagged? What am I doing wrong?
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.