『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
I had Adobe Acrobat Pro DC, but it keep required for login after install, I've tried many times couldn't open the software and I try to remove the software and install once again the problem still there 😞
I have several PDF documents. From one PDF document, I want to copy an address one-to-one to another.I clicked on "Edit PDF," selected the text box, and chose "Copy with Formatting." Then, I switched to the tab with the other PDF document, clicked on "Edit PDF" again, and pasted. This worked the first time, but now I want to repeat the process, and I no longer see the paste option. It is "greyed out."I tried repeating the same steps on the original PDF document where it initially worked, but now it doesn't work there either.I have closed and restarted Adobe Acrobat, but the issue persists.What could be causing this problem?
Hello, I have a problem since I upgraded my iMac OS to Monterey (12.2.1).In my work I deal with building up the layout of books and send them to print, so I often use the "output preview" window, to verify that the PDF (exported from Indesign) has the right colors - for example, currently I have to verify that only black and a pantone color are present.I have installed the latest version of Acrobat DC available on Creative Cloud, but since I updated my operating system the pages flicker every time I open "output preview".They flicker quickly every time I switch from one page to the next or to the previous one (with "output preview" open, obviously), as if they were struggling to load.This flashing is a problem because it annoys me a lot and makes it difficult for me to check before printing. Has this happened to anyone else?
Hi all, I am not versed in Javascript at all, but I don't think it's necessary for what I'm trying to do. I have checkboxes that correlate with a dollar value, and when they are checked I want the sum of the values to appear in a calculated field. I have set the checkbox export value to the associated dollar price (e.g. if a checkbox is worth $50, I put 50 in the export value). Then I went to my caluclated field and set the format to Number. The problem is when I go to "Cacluclate", and select "Value is the sum of the following fields" and pick my checkboxes. Nothing happens. It instantly reverts to no selections. What am I doing wrong?? I've attached a pared down version of the PDF with the fields in question.
We have multiple users on Pro, 64-bit, v. 2022.003.20322, reporting that they're unable to drag/drop bookmarks to the top position. They are having to move the bookmark they want on top to just below the top bookmark, release it, then move the top bookmark down, leaving the one they want on top, on top. I've repeated the issue with a Word file distilled with the Acrobat add-in, via Word's Save As PDF, and in a brand new, blank PDF created in Acrobat.
Hello, I am trying to add my actual expenses and other expenses, with the result being either negative or positive based on a drop-down list selection. The "PCard/Yes" option is in the dropdown list, and if this option is chosen, I need the result to show as negative.
I have 100-200 weekly invoices that are scanned in bulk. I then need to extract each page and rename with the invoice number. They are sequential. Is there a way to write a script to accomplish this?
Hi, I have a fillable PDF where only one font has been selected. However, when I open the file in Adobe and highlight the text and press Command (Crtl)+E, I can't change the font or the font size.Instead I get a small window that says "Properties:No Current selection".How can change the font on a fillable PDF or make it possible that I can choose other fonts, font sizes or color. I assume the change has to be done when creating fillable forms in Adobe Pro and if that is the case, what do I have to do in order to be able to change different fonts or sizes afterwards?
Hi, I have been using Acrobat Pro for a long time and about 2 or 3 years ago, I use the OCR feature to make text in my AutoCad drawings searchable. Those PDF files were always smaller in size than the original file, but I recently changed computers and with the new Acrobat Pro I ha, sometimes the files PDF after running OCR are much larger size than the original. Why is this happening? Is there any setting I need to make?
Applies to documents like electrical schematics.
Hello Everyone,How can i create a lettrehead template (Header, Footer and Background) provided that it contains an images.to use this template anytime i got an exported PDF file from any other system to print.
J'ai créé un formulaire avec des champs contenant certaines formules et variables qui doivent se calculer pour affiché un résultat en bas de page mais il semble que lorsque je modifie la donnée d'entrée..les autres champs ne se mette pas à jour à moins que "j'édite" un champs quelconque 3x ou 4x sans rien changer et alors l'ensemble des champs se mettent à jour. J'utilise Acrobat Pro nécessairement mais je me demandais si, comme dans le Reader, il y avait une fonction de "rafraichissement" disponible ou si les champs devraient se mettre à jour automatiquement?
I used to be able to select the graphic I wanted, go to print, select my label printer (62mm wide) and print it out - easy. This functionality seems to be broken, it doesn't scale the graphic properly and tries to print out a random size which is not what is in the label printer. Why did it have to change when it was a perfectly good feature before? Anyone know how to fix it? To confirm: This was never an issue before.
Is there a way to rearrange the icons in the new Acrobat sidebar? For example, I would like them arranged as "Page Number" - "Go To First Page" - "Go To Previous Page" - "Go To Next Page" - "Go To Last Page". When I pin tools, it doesn't group them in a way that makes sense to me.
Yes please, Acrobat Pro on my Desktop keeps on crashing as soon as I try to edit a PDF.
I have some PDF docs that will print certain pages (seem to be mostly scanned/inserted pages) upside down, regardless of what print preview looks like. It is reproducable - I can File --> Print to any printer, and page 8 of this document is always upside down.If I send the file to print from chrome, safari, firefox, preview, or any other app...this does not happen. If I send the file from our Windows 10 machine's Acrobat Pro installation...this does not happen. It's only happening on our Acrobat Pro DC 2021.007.20099 Mac OS Big Sur machines. I have checked every single print option, and only two change this behavior. If I select "Print As Image" all images print in the correct orientation. Additionally, if I select "Choose paper source by PDF page size", the images print in the correct orientation. If neither of these are selected, the issue reoccurs. Size to fit, actual size, print on both side of paper (long/short), and orientation (auto/portrait/landscape) do not affect the
how do i remove the color bar and grey scale bar from printed on the PDF documents.I am using Window 10
It seems that all radio buttons of a group have to all use the same tooltip! Is there any way to have separate tooltips for each radio button?
Hi, This is the Code I use but the Dropdown list does not appear! Can Anyone give me the corrected script? please var FormRouting = {return: 'cancel',DoDialog: function () {return app.execDialog(this);},initialize: function (dialog) {// Initialize default valuesvar dlgInit = {str1: "", // Jobstr2: "", // Job Namestr3: "", // PMstr4: "", // Amountstr5: util.printd("mm/dd/yyyy", new Date()), // Current Date Receivedstr6: "Approved" // Default dropdown value};dialog.load(dlgInit);},commit: function (dialog) {// Retrieve user inputs from the dialogvar oRslt = dialog.store();this.str1 = oRslt['str1']; // Jobthis.str2 = oRslt['str2']; // Job Namethis.str3 = oRslt['str3']; // PMthis.str4 = oRslt['str4']; // Amountthis.str5 = oRslt['str5']; // Date Receivedthis.str6 = oRslt['str6']; // Payment Type dropdown selectionconsole.println("Selected Payment Type: " + this.str6); // Log selected value for debugging},description: {titlename: "CREDIT Approval",align_children: "align_left",
Hi, I have 5 checkboxes named C1-C5 is it possible to show their export values in an alert when a button is pushed?
I'm using the "new Acrobat Reader". When I close the program, information about which panels/tabs/windows are opened and which are closed doesn't persist for the next session. Is there a way to save my current workspace (UI layout) as default or somehow edit the default layout? For example, I would like to have "All tools" panel on the left closed out and "Bookmarks" panel on the right opened whenever I start the app.
I don't know why Acrobat always opens pdf with the PAN tool but not SELECT. I tried many methods including:set "Touch Mode: Never"deselect the three "Make Hand tool" optionsdeselect "always display keyboard selection cursor".I am using MacBook, which has no touch screen.How to set SELECT as default??
I can't edit my PDF within other software as it completely changes the document once converted so I can't do this in word or google docs and I was wondering if I could group text boxes together so I could move them around together. I can't seem to find anything on the subject and have been told to group them through the object grouping tool but I'm struggling to find how to do that either. I'll be very surprised if Adobe doesn't have this incredibly basic feature! Thanks, Sam
I have a printing press with Fiery software and licenses, which also includes Adobe Acrobat XI Pro and Enfocus PitStop Edit 12. I successfully activated the Fiery Impose and Compose licenses, as well as Enfocus PitStop. However, I am unable to activate the Acrobat software. I also tried the offline activation method. I generated a request code, but when I enter it on the Adobe website, I receive the error message: “Serial number invalid.” I do not wish to upgrade to a newer version of Acrobat. The print server is quite old, running Windows 7 Pro as the operating system. How should I proceed?
Je n'arrive plus à afficher des parties des mes documents pdf, comme les logos ou le contenu d'une text box,il ne sont pas affichés dans le pdf
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.