1430 results found
-
Not happy with the update, snapshot copy gone
For some reason, after many years of working with Acrobat Pro, they removed the photo snap shot option. This was extremely valuable when you just want a section copied and pasted in to a Word document. Now, there is no way of doing it. I now use the Windows SnipIt to get what I want. The other way is to export the page, crop it, then save it. I purchase the full Adobe suite at several hundred dollars a month and this is a good deal breaker. Why purchase the program when the standard free version and SnipIt can do…
5 votes -
tab name is not updating to save file name
I used a template file "Invoice template" and have been saving new files with updated names with the "Save As" feature.
Once I have saved my computer recognizes the file in the folder with the correct name but once I open in AQC the tab still has the "Invoice template" name referenced on the tab and no name for the updated file name.
1 vote -
Format painter
Format painter is a simple, basic and necessary tool when creating documents. Get with the times
4 votes -
Color Management setting goes from Synchronized to Unsynchronized
This behavior has been around for some time, but here goes, maybe they will pick this up to fix it.
Adobe Acrobat Pro on macOS.
I open Adobe Bridge and choose Color Settings to choose a color setting and synchronize across Adobe apps.
I open Adobe Acrobat Pro. I choose Preferences and go to Color Management. As expected, it shows "Synchronized..." etc. I choose a different panel in Preferences, and then close it.
Now, open Adobe Bridge or Acrobat. Now, the Color Settings is Unsynchronized.
Basically, it looks as though if I ever select and open the Color Management panel…2 votes -
I dould not find exact Acrobat Pro browser edition which allows co-EDIT like collaborational co-editing on google doc.. Hope get support or
I dould not find exact Acrobat Pro browser edition which allows co-EDIT like collaborational co-editing on google doc.. Hope get support or let offer to Adobe RD team.. To rd/related unit
Dear Adobe/Acrobat RD Unit/Related Team,
our need/request/offer/proposal:
For PDF, let online co-work (co-edit) on browser for editing pdf with global/remote team/partners together in real-time, best
... View more2 votes -
This is a sorry alignment bug
When creating a sort of template I use right align. When I close edit to save which I now have to do, I didn't use to have to, and then open edit it is no longer right aligned and when it try to right align it gets permanently ffffffeddd up. You may have the best OCR on the market but you really should not advertise that fact until you fix some real problems. This is not my first time attempting a post
2 votes -
Highlights bug after toggling out of EDIT PDF
Highlights bug after toggling out of EDIT PDF:
My highlights, which were horizontal, suddenly became vertical when I exited EDIT PDF mode. Highlights were made prior to entering EDIT PDF mode. I am doing this work as an expert witness on a federal case, and cannot afford to have errors like this in my report.4 votes -
Paste in place where the cursor is located
The default behavior of Acrobat DC when pasting text boxes, images, and other items is to paste the object in the center of your screen.
This is not desirable in some situations, as it requires you to move your mouse to the center of the screen to grab the object then move it to where you just had your mouse, which is where the object should have been pasted to begin with. This is especially true when dealing with detailed documents and/or drawings where moving the mouse from its location makes it difficult to align correctly to the existing elements.
…
6 votes -
tool not installed
I installed DC and am trying to edit pages and every time I attempt to edit, it says the tool is not installed. Or more features are installing and we will let you know when you can use your program.
If I installed the program, why are you not providing a complete program? I paid for a subscription, why are you failing to provide the complete tool set?
1 vote -
When adding layers to a PDF need an option to make the layer background transparent
When adding layers to a PDF need an option to make the layer background transparent - this would allow a 'base' CMY' PDF to have multiple K (version) layers added - this would allow both registration and versioning to be verified
3 votes -
Find the selected geometry
In the FIND function, it would be great if I can find a selection. For example if I want to find all the instances of a geometry I selected like an arrow (3 lines geoemtry)
2 votes -
Add Text Keyboard Shortcut
Can we please have a keyboard shortcut to open the Add Text tool?
5 votes -
Exclude punctuation from whole word selection
When selecting text in Acrobat, it defaults to selecting the entire word, so that editors must routinely deselect text Acrobat has included in error. I understand from past comments that Adobe has no intention of changing this behavior.
But could you at least not consider adjacent punctuation to be part of the word?
If I want to select a word at the end of a sentence, I very rarely want to select the period, too. If I do, I can drag a little further much easier than carefully dragging back just one character to undo Acrobat's mistaken selection.
1 vote -
Traductor incorporado en Adobe Acrobat
Adobe Acrobat DC debería llevar incorporado un traductor. Hay mucha gente que no controla todos los idiomas.
1 vote -
Acrobat DC does not release the file even after closing it
I have just installed the latest Adobe DC from your website. I have pdf files on removable media. I open and close pdf files. Acrobat DC reader does not release the files even after closing them.
When I try to eject the removable media, Windows says device in use. Unless I shut down Windows, the files are not released. Very frustrating.
1 vote -
Can't save file
When I review a downloaded file or make changes to a document and go to save the file I get a blank "Save as PDF" window that never completes loading. If I use [ctrl][s] to save the file I get a message that I don't have write privileges for the document. The program worked fine until yesterday.
8 votes -
Allow the Create Link button to appear when you right click text.
When creating a new text box, there is the option of highlighting the text, right clicking and choosing Create Link. However, this option disappears when highlighting text later on, even text that was created by the author. Please add this option to all highlighted text that is right clicked.
1 vote -
Allow the Create Link button to appear when you right click text.
When creating a new text box, there is the option of highlighting the text, right clicking and choosing Create Link. However, this option disappears when highlighting text later on, even text that was created by the author. Please add this option to all highlighted text that is right clicked.
1 vote -
Allow User to set reminder dates for Employee Documents
For the Desktop verison for Adobe Acrobat Pro DC, I believe a nice add-on feature would be a setting for the document if the user wants to set a reminder for that specific document. For example, If a employee's medical card is renewed and expires Jan 1, 2023, I want to be able to open the document in Adobe Acrobat Pro and set a date/time for a reminder for that document. the reminder settings should also include when the reminder should alert the user to that document that needs attention. so 2-3 weeks before Jan 1, 2023. It would remind…
1 vote -
Bug with function bookmrk.GetByTitle. It stoped working as it should on Windows 7
function bookmrk.GetByTitle stoped working as it should. It worked properly early. We tried to reinstall then Acrobat, but it didn't help.
Windows 7. Acrobat Pro DC 2021.007.20102
Error in the following VBScript:Set MainPartDocument = CreateObject("AcroExch.PDDoc")
MainPartDocument.Open("C:\1\1.pdf")
Set bookmrk = CreateObject("AcroExch.PDBookmark")
'on the next line function returns False, although the "bookmark" exists in the file. GetByTitle actually can't get the bookmark.
res = bookmrk.GetByTitle(MainPartDocument, "bookmark")
msgbox res
if res then
msgbox "bookmrk exists " & bookmrk.GetTitle
end ifIt looks like a bug. The problem was solved by installing Acrobat Reader on the PC additionally to Acrobat Pro. We noticed,…
3 votes
- Don't see your idea?