Questions
Als letztes aktiv
Hello,I am trying to convert my PDF format to PDF/A format, but uopn saving, I am getting the error below. Do you have any idea what is the problem?
https://we.tl/t-cOXzlEbcSD Hello, I've a issue with a compression of a pdf. I do not seem to compress this file to ± 5 MB. Can anyone help or explain what could be the cause of it. Many thanks!Rudi
I'm exploring with the AI tool included in Acrobat (at the moment is not responding or working properly), and I'd like to know how this new tool can help in the daily work. In my case I work in packaging design. I work with artworks everyday and I need to check texts, colors, shapes and similar stuff. Is it possible to have some info about what this tool can do to save time in this kind of duty?Thanks
Is it possible to point Acrobat to a new server for the location of comments? Our file server that was hosting the comments has recently died and we have had to restore that data to a new location, but I can't find a way to tell Acrobat where to find the comments. Any help appreciated
Hi Team If I install Acrobate Pro as an app in my Office 365 account will this allow me to open Acrobate doscuments from a sharepoint folder in the Acrobate pro App and not the web browser, which is the current situation.I understand that changing the default Sharepoint view from Browser to App only works for Office365 apps currently, and that currently this feature is not supported for this third party apps like Acrobate Pro?
Hallo zusammen,ich unterstütze derzeit eine Anwenderin in unserem Unternehmen, die mit Adobe Acrobat arbeitet. Sie nutzt regelmäßig die digitale Signaturfunktion, um PDF-Dokumente rechtssicher zu unterschreiben. Seit Kurzem tritt dabei folgendes Problem auf:Beim Signieren eines Dokuments erscheint nach dem Abschluss der Signatur folgende Fehlermeldung:"The document could not be saved. Cannot save to this filename. Please save the document with a different name or in a different folder."Bisherige Maßnahmen:Speichern unter anderem Namen und an anderem Speicherort: → keine VerbesserungSchreibrechte des Zielordners überprüft: → ausreichend vorhandenAdobe als Administrator ausgeführt: → keine ÄnderungTemporäre Dateien gelöschtEinstellungen unter Edit > Preferences > Signatures überprüftAdobe-Version ist aktuell (Reader DC bzw. Acrobat Pro)Das Problem scheint nur beim Signieren aufzutreten – normales Speichern funktioniert einwandfrei. Es ist daher naheliegend, dass das Problem mit der
I need to send a pdf document in version 1.4 or higher but when I scan it comes out as version 1.3. How do I update the pdf version 1.3 to version 1.4?
Boa Noite a todos, acho que agora esta a virar rotina, lol.Fiz um código e novamente não funciona.Tenho 3 checkboxcheckbox1 com nome de simcheckbox2 com o nome de naocheckbox3 com o nome de aceitose o checkbox 3 estiver checado o checkbox1 fica ativose o checkbox 3 nao estiver checado o checkbox2 fica ativo e limpa o checkbox 1.O que esta errado? // Script para Adobe Acrobat: Desmarcar um checkbox ao selecionar outro var checkbox1 = this.getField("aceito"); var checkbox2 = this.getField("sim"); var checkbox3 = this.getField("nao"); if (checkbox1.isBoxChecked(0)) { checkbox2.checkThisBox(true, 0); checkbox3.checkThisBox(false, 0); }else{ checkbox2.checkThisBox(false, 0); checkbox3.checkThisBox(true, 0); }
As caixas de texto que estao em branco não conseguem ser editadas ou excluidas.
One of my users contacted the helpdesk about the "Copy To Clipboard" funtionality. I had never used it and all the online references I found point to "Edit -> More -> Copy File to Clipboard". I've looked at different Acrobat installations and they are not there either. All the workstations are running Acrobat Pro Continuous Release 2023.00.20380, 64-bit I found one related post here from back in May, of someone running Acrobat Pro 2023.001.20174 who, apparently, has that feature (but was having a different issue). Tks in advance.
Hello,I am looking to show the window in the image below. I have circled the window that im looking to display. The window shows how many pages and the page size. This really helps me do my job, thanks.
I am unable to find the tool to create full text index with catalog in adobe acrobat standard. the catalog plugin shows as instaled, but not loaded. Does it need to be loaded in order to use it? How do I load it? catalogue api is found in the plug_ins folder.
In Word, when I use the Acrobat ribbon Create PDF (PDFMaker), alt text is only carried over in image 2 (out of 15 with alt text in Word). If I use the built in Word File > Save as, all 15 are in the .pdf. Is this a new / never fixed bug?
Hi Team, I am trying to edit fields in a PDF form using the Prepare Form function: The PDF form is a minimum 2-page/maximum 7-page document. I am trying to access the Properties of all of these fields to update the Options: I can successfully edit reqdept1 and reqdept2#1 accessing their Properties (right-click, Properties).I cannot edit reqdept3, reqdept4, reqdept5, reqdept6 – if I right-click these fields, no menu appears – which seems to be because looking at only 2 pages, the fields are hidden therefore the Properties can’t be accessed.reqdept3, reqdept4, reqdept5, reqdept6 will only display for editing if I 'click here to purchase another item': The form has the capability to purchase a minimum of 1 item up to a maximum of 6 items on 1 PDF form (pages 1-6 inclusive), with page 7 reserved for Requestor details and Financial Approval.As the form by default needs to be limited to the original/minimum 2 pages, I do not want to display the other 5 pages in order to e
So I'm trying to get these radio button to change the selection from a drop down menu. The drop down menu is called "Golfers" and it has choices 0 - 8 with the export values of 0 = 0, 1 = 225, 2 = 450, 3 = 675, 4 = 900, etc. in intervals of 225 up to 8 = 1800. The Radio Group is called "Sponsors" and has 3 choices under it;"Deagle" has an export value of 4000"Eagle" has an export value of 2000and "Birdie" has an export value of 1000.I need it so if "Deagle" is selected from the radio choices, I need the drop down to change to 8 (or export value 1800).If "Eagle" is selected, I need the drop down to change to 4 (or export value 900).If "Birdie" is selected, I need the drop down to change to 2 (or export value 450). var golfersDropdown = this.getField("Golfers");var sponsorsRadio = this.getField("Sponsors"); if (sponsorsRadio.value === "4000") { golfersDropdown.value = "900"; } I thought this script might work for at least the Deagles section
Hi guys I am writing this more as a plea to the Adobe gods rather than any expectation that a solution exists. In fact, I have spent most of the day trying to find a solution online and the best answer so far is 'bad luck that's the way it is'. Anyway, after spending a fair bit of time building an interactive pdf in InDesign and adopting my own custom, branded icons for radio buttons and checkboxes, when I go to test in Adobe Acrobat Pro DC, I discover that Acrobat replaces all of my icons with its generic versions. Yes, I have gone to Prepare Agreement>Right click on icon and select properties then go to Options but there is no setting that turns off the Acrobat icons. So I am basically stuck with them. Remember, this is the world's premier design software, beautifully crafted where all the parts talk to one another really nicely. But as you are travelling down the Adobe highway, you hit a really big pothole with a sign next to it that reads (Microsoft was here).&nbs
Hi everyone,Can someone explain how do I remove the date/time stamp from under an adobe signed document - or keep it from showing in the first place? Thanks!
How can i combine PDF to single PDF without using Portfolio. I used portfoliot to combine the PDF file previosly but now no one can open file
Dear Adobe,You latest recent update to the Adobe Acrobat Pro including the Genrative AI has messed with the softwares user friendliness so much that I have had to switch to an alternative vendor for most of my PDF file creation and editing functions. For the features I still use like comments etc, the AI tool now gets in the way almost all the time and is impossible to get rid of. When my subsrciption ends I wont be renewing.
I have an iMacPro (2017) with Sequoia 15.3.2 and my printer is HP Colo LaserJet M255dw. Since Sonoma and now too with Sequoia I can not print (or print on 2 sides either) many of my pdf's with Adobe Acrobat reader. (now version 2025.001.20432).When I press "print" my window shows the document and I select "print" the document my driver appears (picture 1) as it should be (and it shows connection, see picture 2) and after some waiting the document is sent.But going to my printer it seems not to be activated and there is no document printed. When I print a Word document it works perfectly well.Please can anybody help me out?
Hello,I am trying to print a pdf download from the web. I have updated my Epson WF-7720 driver and use Sequoia 15.3.1 MacOS.I continually get a message that says Cannot Print. I can print from other applications on my desktop. Thanks so much for your help,Cathy
Please let me know if it's possible to make Adobe Acrobat (be customized, etc) to have the same functionality with engineering drawings as Bluebeam.
Over the last couple days I've had a problem where Acrobat keeps crashing when I try to search text in a PDF. Every time I search, the program immediately crashes and closes. I've restarted my computer and uninstalled/reinstalled the program several times, but this keeps happening. I am working from a Mac and my system is completely up to date. I've never had this problem searching before, and this is functionality I have to have. What else can I do to fix it?
Hi, My issue is I have generated a document in Microsoft Word as docx. which I have exported / converted to pdf to send & upload to job sites. The file converts to pdf correctly. My issue is when that pdf file is taken my job sites, email certain texts do not translate corrected, specifically, words appear mispelt. Examples are: 'Lme' appears in place of 'time'. 'ReporLng' in place of 'Reporting' 'funcLons' in plac eof 'functions' All these examples point to the l 'Ti' being replaced with 'L'. Adobe reviewed the issue in the document I created but they could't fix it. They recommended I 'fix' the incorrect spelling in word when I convert it back to word, which isn't a solition, especially as I am sending the document to 3rd parties. Has anyone had this issue?Thanks you
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.