Questions
Als letztes aktiv
When I print my file directly from Adobe Illustrator, the print comes out fine. However, when I save the file as a PDF using the "PDF/X-3:2002" settings and try to print it from Adobe Acrobat, some areas of the illustration print with white blocks over them. There are no hidden layers in the file, so I'm unsure why this is happening.I need to send the PDF to a client, but I don’t want the random white blocks to appear. Has anyone encountered this issue or have a solution?
Good day!Just updated to the most recent version of Adobe Acrobat Pro, which has changed the look and features quite drastically. There is the option to "Disable New Acrobat", but I'm hoping to learn how to use the new features rather than disrgard them. Part of my work flow utilizes the "Add Text" feature through the Edit Tool. Prior to the update, we had the option to add borders, fill color and opacity to the text box. I've tried using the "Ctrl+E" to open the box properties, but that command is no longer supported in the new update. What I'm trying to do is create a text box that I can type in that covers the text/images behind it. The "Send to front/Send to back" is not covering the other text/images.Any solutions would be much appreciated! Thank you in advance!
Hi all I work in a university library. I was helping a student identify the date a PDF document was created or last modified. I used Chrome and clicked document properties and it said 28/11/2014. However, when the student tried, it said 04/12/13. How can this discrepancy have occurred please? It is important to know an accurate date when students are referencing. Many thanks Rachel
I get files sent to me to make them compliant. Files come from a lot of sources. The files I am having most issues never have accessibility tags. I talked to the clients and asked them to save or export to PDF so we could have the tags, but they explained that the files are produced through a web application and they do not have control over how the files get converted. These are time sensitive documents with that can have up to 40 pages of untagged content/tables. I rely on the auto tag feature to get these tagged in a timely manner. I then will do an accessibility check and go through the tag tree to fix any errors. I have noticed lately, last 4 months or so, that sometimes Adobe Acrobat's Accessibility Full Check will flag tables for not being regular. These tables often do not have visible borders so when a cell is empty, the auto tag function will not create an empty cell making the tables irregular. I manually add the empty cell to the table structure in the tag tree to
Liebe Community, wenn ich ein PDf mit Druckermarken etc. erhalte und über Preflight>Werkeugsymbol (rechts)>Seiten>"Seitenobjekte außerhalb des Seitenbereichs entfernen" diese entfernen möchte, verschwinden diese nicht. Früher hat dies super funktioniert. Seit mein PC neu eingerichtet wurde, funktioniert alles super (Add-ons etc.) nur diese Funktion nicht mehr. Warum? Ich benötige diese sehr dringen. *Kurz gesagt: Mit Preflight Druckermarken entfernen funktioniert nicht mehr* Vielen Dank für Eure Hilfe!LGAnke
Hi,i know how to limit character in one filed in Acobat, but how can I limit characters to 250 in three linked fields? Fields are linked with this script:Field 1 var t=this.getField("Fileld 2"); if (event.fieldFull) { getField("Field 2").setFocus(); }
Hi, The Adobe Acrobat (x64) Update and Adobe Acrobat update is missing from SCCM. This happened back in Sep-23 https://community.adobe.com/t5/enterprise-teams-discussions/adobe-acrobat-updates-for-23-006-20320-32-bit-and-64-bit-missing-from-the-sccm-scup-catalog-cab-file/m-p/14080693 Screenshot is showing the 5 updates from last month but this month only has 3 updates. Are you able to update the catalog please? Thanks,T
I just want to know why you have created such an infernally stupid problem where you add length to a PDF page, so instead of the PDF page being 8.5 by 11, now its some cryptic random pointless number like 9.3 by 14 because Adobe thought it was SOMEHOW A GOOD IDEA TO JUST START ADDING SPACE TO PEOPLES PDF FILES. I almost dont even want an answer I am so angry about it. Why would you do that. When someone presses Print to Adobe PDF from any program, and the original program has a normal page size (like Microsoft Word), why on Gods Green Earth would you change the page size to something else.If I had any choice to use any other product that made the correct choices when it came to what people obviously want, then I would do it.Pray tell, how do you fix this asinine problem so I dont ever have to see it again in my entire life. Thank you. And shame on you Adobe for having a problem that is this stupid.
Hello, I can no longer highlight or copy/paste in Acrobat Pro documents. There is clearly text, the document is not protected, and weirdly if I double click in a paragraph, it will highlight the sentence on which I've double clicked. I've checked previous threads on here, and none of the suggested solutions work.
Ich schaue gerade einen Maithink vidoe also internet ist da
Hi, Acrobat update is blocked at 90% how should i proceed to go forward? Best
With the latest upgrade to Acrobat, the ability to extract pages in a signed document has gone away.Or has it gone to a different location within Acrobat. Help, I use extracted pages in signed documents daily. I just made the mistake of clicking "UPDATE ALL" on my Creative Cloud page.
I recently had an upgrade on my Acrobat Pro. After the update, I can no longer use Ctrl+C to copy pages in the page panel. Before the update, I can easlily copy pages with keyboard shortcut but now need to right click. I tried with my account in another laptop but Ctrl+C still doesn't work. Any suggestions would be really appreciated!
My version: Continuous Release | Version 2024.004.20220 | 64-bit < THIS IS NOT THE VERSION RELATED TO THE TITLE. Read below. Hi. So I'm not sure when my Adobe Pro updated, but yesterday when I tried to send a file for shared commenting, I couldn't, for the life of me, find the Send for Comments tool. After some googling, I couldn't find any recent (this past year) posts about my situation, but did find similar ones where people said to 'Disable new Acrobat' or whatever it's called under the File menu tab. I did that straight away, however without taking note of what Acrobat Pro version I had, hence the disclaimer above. After the application reset, the Send for Comments tool was back. This post is just a PSA to others, as well as a question to Adobe as to why the Send for Comments tool is missing from the latest Acrobat Pro version? (Sorry that I could not provide the version number). Thank you.
We have a fleet of about 100 windows laptops and PCs (all Intune managed) and we have been experiencing this issue pretty constantly for a while now. All troubleshooting attempts didn't work. What adds the complexity is the fact that the error is intermittent and hard to replicate when testing. We have the same error with Acrobat Reader (installed from Microsoft store) and Acrobat Pro (upgraded from within Acrobat Reader). Repare Installation option seems to help for a short period but the error always returns. We have security configuration policies around disabling JS and child processes in Adobe but even machines excluded from those policies get the same error.
Hi there, I am hoping someone can help me, on top of PDF I have text fields, that I enabled via a script to be available in a dropdown. I am having an issue that when an additional text field is entered at the top, it wipes out the dropdown selections already made and you have to go through and select the drop downs again.Below is the script I have, I got this one from the Community here. Can you let me know if this a bug within Adobe or is something wrong with the script and how to fix it? if(/^Account/.test(event.source.name)){var aValues = this.getField("Account").getArray().map(function(a){return a.valueAsString;});var aList = aValues.filter(function(a){return (a.length > 0);});aList.unshift(" ");event.target.setItems(aList);}
Acrobat Pro is crashing when launcing on Mac devices since the latest update 2024.004.20272. The MacOS ranges from 14.6.1, 15.1 and 15.1.1. Acrobat has been uninstalled/reinstalled but still the same issue. Another colleague has remained on the older version of 2024.004.2019. Is this is a known issue and is there a solution as the team are unable to work.
Adobe Pro crashes almost immediately upon OCR execution on scanned pdf documents.
Adobe Acrobat keeps closing immediately after OCR (and optimize PDF) starts to run. This seems to be an issue with the newest version (23.006.20320), because I didn't encounter this problem a day or two ago. I've tried repairing the installation and restarting my computer.
Following today's update I can no longer drag and move text boxes, I can't fast scroll through multiple pages by clicking in middle mouse button (wheel) and dragging up and down and I can't zoom in and out with Ctrl+scroll on mouse wheel.
Hello All,Last night, again, Adobe pushed an Acrobat update. 24.5.20320.0This update has seemed to have broken the check boxes used in forms. The check boxes do not show checked when checked and they do not save. I've created a Test file from scratch using the new build with the same results. Using Preview or Chrome to check the boxes in the form work fine(just as normal), but in Adobe Acrobat they do not work.
Hallo liebe Community versuche mich gerade an meinem ersten Formular.Es soll ein einfaches Rechnungsformular werden,also 'Position', 'Beschreibung', 'Menge', 'Einzelpreis', 'Gesamtpreis'.Das ganze über mehrere Zeilen. Letzte Zeile dann 'Gesamtsumme'. Berechnung funktioniert auch wunderbar,über 'Gesamtpreis' -> PRODUKT (Einzelpreis*Menge), bzw'Gesamtsumme' -> SUMME (Gesamtpreis1, Gesamtpreis2 usw.) Jetzt zeigt mir das fertige blanko PDF beim Öffnen allerdings in den Spalten 'Gesamtpreis' und bei 'Gesamtsumme' überall " 0,00 € " an, obwohl noch gar keine Eingabe gemacht wurde. Kann ich irgendwo einstellen, dass die Berechnung bzw die Ausgabe nur dann erfolgt,wenn tasächlich eine Eingabe bei 'Menge' oder 'Einzelpreis' getätigt wurde?Und wenn nicht, dass die Felder dann blank bleiben? Beste Grüßebin über jede Hilfe dankbar Phlo
Hello! I am a total rookie at graphic design. I am using the Print Production tools for the first time, and I am running into an issue when I set the bleed and trim marks. My art jumps to the lower left corner, outside of the trim box when I set my the trim and bleed marks!Here are the specs of my project: 1. Trifold brochure2. Made in Publisher (I know, not the best) exported to PDF3. Original page size of Publisher file is Landscape, 11.25" x 8.75" (I added 0.25" to allow room for my art backgrounds to extend beyond the 11" x 8.5"for bleeds. The final size I am going for is paper size 11" x 8.5". Here are the steps I am taking: Step 1Be sure to save an original of the client file. Always start with a duplicate. Open the PDF, choose tools and select Print Production.Step 2Select the Set Pages Box.Step 3Under Change Page Size, click custom and enter a size that is 1” larger than your page size (8.5x11 will be 9.5x12). Be sure the center checkbox is selected. And All is s
Comment dois-je faire pour pouvoir ce genre de fichier lié à un PDF. Merci d'avance.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.