『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
How do I tell acrobat to remember the window size? I am running Acrobat Pro version 2021.001.20149. Mac High Sierra. Example: open pdf. Resize window. close pdf. open pdf. I have to resize window again.
I recently switched to a different AdobeID and all my actions disappeared. Is there a way to keep them with the new ID? Do I need to log into the old ID and export them? If so is there a way to export them all at once rather than one at a time? I have 160+ of them. I have to say that managing this number of actions in Acrobat has been a real PITA. Imagine having to create 160+ actions and manually move them one at a time into the order that you want them by clicking a button over and over and over...
I've been creating a form (converted from word), and for some reason every single form component is behaving as a general text field, even when the Properties > Field Type has been accurately adjusted to accomodate different data types (e.g. signature, date). When I save, export, or preview, I can still only get free text in each field. I'm in the new 23 update.
Was heisst das genau? Was muss installiert werden.
One of my users got this error recently when she was trying to convert or combine Excel spreadsheets to PDF via the context menu. We tried removing Adobe Standard DC and reinstalling it, and then running a full repair on Office 365. When that didn't work, I disabled the COM plug-in in Excel, but I could not then *re-enable* the plug-in. So I set up a new machine also with Office 365 ProPlus (16.08431.2242) and installed Adobe Standard DC (18.011.20038), and I continue to get the "An unexpected error occurred" right away. However, if I open one Excel file and use the ribbon, the file converts just fine.
Hello, when i am using only one acrobat-window at a time, acrobat is "remembering" where i had the last Acrobat-window placed, how "big" i made it, if i had the side-toolbars showing or not, and so on.So after closing Acrobat and reopening another PDF via doubleclick, i do not have to adjust the size, placement and layout again, because Acrobat is remembering, what i had it adjusted to the last time and does show it to me like the one before.So far, so good... But when i am using two (or more) acrobat-windows at a time, this functionality has some errors.Let me show you an example: I am working really often with two PDFs side by side, because i have to "compare" them in a certain matter. One is a report, showing what a mechanic did exactly. The other PDF is a "collective invoice", collecting many of such cases to one invoice and showing the costs for them.So i am opening both of them side by side and kind of "compare" them, to check if the charged costs correspond
I just downloaded and installed Acrobat DC on my Windows 10 laptop. Whenever I start it, it closes itself out after a few seconds with no error or pop-up or message of any sort. I went through the recommendations here: Resolve Acrobat DC intermittent crashes on Windows But those steps did not help. However, on Step 4 it recommended running distiller which I attempted and distiller indicated that the product was not registered. But, that page says I should get a Sign In windows which I do not.I again started Acrobat DC and went to Help -> Sign In/Sign Out and get an odd pop-up that says "Initializing registration... Please retry after a minute".It has been many minutes and every time I retry, I get this error and Acrobat DC just keeps closing itself.Any assistance or insights would be appreciated.Thanks!
Want to be able to look for different text fields in the document and make changes to the text fields that have a certain text in their name. Document has 50 text fields, but I am looking of the ones that are called HoursRow, followed by a number, so HoursRow1 HoursRow2 (total of 15 HourRow)etc Is there a way to put in some type of wildcard in results of getting all the text fields. Because I want to be able to change the color and format with the script for ONLY HourRow text fieldsThis did NOT workfor (var i = 0; i < this.numFields; i++) { var fname = this.getNthFieldName(i); var f = this.getField(fname); // Check if the field value contains "HoursRow" if (f.type === "text" && /HoursRow/.test(fname.value)) { // Apply your actions only to fields containing "HoursRow" in their value f.setAction("Format", "AFNumber_Format(2, 0, 0, 0, \"\", true);"); f.setAction("Keystroke", "AFNumber_Keystroke(2, 0, 0, 0, \"\", true);");
Hi! I need help to create a JavaScript code. I think. lol. I need to copy the info from each field in line 1 to the next line. Using the same field name doesn't work bc I don't use each line every time I complete a form.
Here is what I want to do:I want to Do HTTP Get Calls and HTTP Post Calls From my PDF and Im facing the issue where it saysRequest error: NotAllowedError: Security settings prevent access to this property or method.My privilaged function:~/Library/Application\ Support/Adobe/Acrobat/DC/JavaScripts/trustedNet.jsvar trustedNetRequest = app.trustedFunction(function(cURL) { app.beginPriv(); try { Net.HTTP.request({ cURL: cURL, cMethod: "GET", oHandler: { response: function(msg) { console.println("Response: " + msg); app.alert("API Response: " + msg); }, error: function(e) { console.println("Error: " + e); app.alert("Error: " + e); } } }); } catch (e) { console.println("Request error: " + e); app.alert("Request error: " + e); } app.endPriv(); });In PDF
I am SO fustrated!!! I have pdfs that I created and now I can't open them because Acrobat is requiring a password...which I NEVER set. Is there a universal password? How do I fix this? Everything I've read online about how to fix has not worked!! 😞I am running macOS Sequoia 15.6
I need to be able to convert 300+ e-mails into One pdf file but i have no idea how to do this.
Suddenly I am not able to select and copy any text from any PDF document, whether from a PDF I have created that contains renderable text, or from a scan that I have used text recognition on. All I get is a hand symbol. None of the documents are protected. It worked a few days ago! I use Windows 10, have Adobe Acrobat Standard 2015.
איך יוצרים קובץ חתום של קובץ PDF ב-Acrobat Reader?
Hi! I think I originally posted this to the wrong community. I need help to create a JavaScript code. I think. lol. I need to copy the info from each field in line 1 to the next line. Using the same field name doesn't work bc I don't use each line every time I complete a form.
Hola al imprimir un documento desde el Reader, primero me sale el mensaje "No pudo imprimirse el documento" y seguidamente "No había páginas seleccionadas para imprimir". por mucho que seleccione las páginas, desinstale o vuelva a actualizar me sigue indicando el mismo mensaje. Agradezco de antemano cualquier sugerencia.Gracias.
Ok I am at my wits end. I have a youth portfolio form that contains a dropdown for the project (category). Once this is selected there are 6 seperate subheader boxes (subcaterory1-6) that should update based on the category selected the right under each of those are items1-6 which are the outcomes they are selecting they achieved which should update from the subcategory. I have all the data for this saved in an excel file both as tab for each project (category) or a master that has all in 3 columns. I got the first set to work and update. I now have updated data and also need it to the same for subcategories2-6 and items2-6. It is a complex system but would be wonderful for our youth if they could just use one form that updated for them regardless of the project. Any help is appreciated.
I want to make a dropdown listi need it with colormeans i choose e.g. green the field will be green including the lettersand i want that the field stays in that color of my choicebest would be if the colors use RGB codeand i want the color i choose on another page of my pdf too. so the field should change the color on the hole dokument.i use adobe acrobat pro 2020i know i need to use a javascript and i tried something already BUT all didint work out.
Hi everyone,I’m experiencing an issue with Adobe Acrobat Pro’s “Compress a PDF” tool. When I try to compress PDFs exported from Apple Keynote, I get a conversion warning with the error:“An error was encountered while processing images.”What’s Odd:PDFs exported from older Keynote files that worked fine before no longer compress successfully in Acrobat Pro.I’m wondering if this could be an issue with Acrobat Pro, possibly related to recent updates or compatibility changes.If I export the Keynote file as a PPTX and then use PowerPoint to create the PDF, the compression works fine in Acrobat Pro.What I’ve Tried:Re-exporting from Keynote with different quality settings.Testing older files that previously compressed fine.Using both Compress a PDF and Save as Other > Reduced Size PDF options in Acrobat Pro.Current Setup:MacOS: Sequoia 15.1.1Adobe Acrobat Pro: Build 24.4.20272.0Keynote: Version 14.2 (7041.0.109)My Questions:Has anyone encountered similar issues with Acrobat Pro and PDF
I have run into an issue recently where I am suddenly not able to edit my PDFs. It started around mid July and I am thinking it may be due to a glitch in the recent update to Adobe. Whenever I select edit from the tools menu, several dashed boxes appear all over the PDF and I can't edit it at all. Anyone else having this issue and how did you correct it?
I am in a situation where my former university is considering allowing me to finish my Ph.D. dissertation, wherein having Adobe is INCREDIBLY VALUABLE TO ME! However, it looks like that consideration may be "dying on the vine," and I am paying close to $64 a month for something I am not using. Could you please cancel my monthly payment and if I get approved to continue, I will once again sign back up for this incredibly helpful research tool. Thank you in advance. Very Respectfully, //ROBERT W. FRENIERE// ROBERT W. FRENIERE, Colonel, USAF (Ret.)
Information security consulting services are professional services that focus on assessing, designing, implementing, and maintaining an organization's information security programs. The primary goal of information security consulting is to ensure that an organization's digital assets, including data, hardware, software, and networks, are secure from unauthorized access, theft, and damage.Typically, information security consulting services are delivered by experienced professionals who have expertise in the field of information security. These professionals provide a range of services that include:Risk Assessment and Management: This involves identifying potential security threats, assessing the risks associated with these threats, and developing strategies to mitigate them.Security Architecture Design: This involves designing and implementing security controls, policies, and procedures that are tailored to an organization's unique needs
Combining PDF's on the users computer only replicates the first page that was selected, if you select page 1-5 it will just have 5 page 1's. Tried removing and reinstalling adobe, repairing and updating but not resolved. User has adobe pro license assigned and installed.
Can Adobe please help resolve this frustrating issue with acrobat on my windows 10 desktotop and windows 11 laptop? Acrobat is not usable at all due to the white box with spinning wheel, it looks like it's trying to load up the login screen or something but nothing is happening.
I have multiple 500+ page PDFs that require the find/replace function for every page. When I begin, it finds and replaces the first few instances of the word, then I get an error message that says "Unable to highlight text across multiple text boxes." Any ideas??
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.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。