- or
No existing idea results
- ~ No ideas found ~
13697 results found
- 
your advertising is blocking my use of the subscribed Adobe DC. What am I paying for?your advertising is blocking my use of the subscribed Adobe DC. What am I paying for? 1 vote
- 
Printing from Adobe has all of a sudden developed a problem.After a recent Adobe upgrade I have had printing problems. The document dimensions are correct in Adobe, but the printer sees them as physically larger by up to an inch. I have to tell the printer what paper tray to use, and the print ends up being chopped on the top and right (for a landscape print). There has not been a change to the printer driver in months. There may have been Windows10 updates at about the same time. 1 vote
- 
Feature request: horizontal scrolling and continuous horizontal scrollingI am a musician who is beginning to use Adobe Acrobat DC to annotate scores. All music notation software (that I'm aware of) integrates continuous horizontal scrolling between pages, reflecting the way that sheet music is actually read. Without being able to scroll horizontally in Adobe Acrobat DC, annotating music scores is very cumbersome as one has to re-find staves when scrolling vertically and cannot make annotations across pages. My feature request is the implementation of both horizontal scrolling and continuous horizontal scrolling between pages as an additional method of page navigation. Being such a simple feature, I'm sure it can be considered for implementation, and I'm sure that many musicians would appreciate it. Thank you for considering the request. I am a musician who is beginning to use Adobe Acrobat DC to annotate scores. All music notation software (that I'm aware of) integrates continuous horizontal scrolling between pages, reflecting the way that sheet music is actually read. Without being able to scroll horizontally in Adobe Acrobat DC, annotating music scores is very cumbersome as one has to re-find staves when scrolling vertically and cannot make annotations across pages. My feature request is the implementation of both horizontal scrolling and continuous horizontal scrolling between pages as an additional method of page navigation. Being such a simple feature, I'm sure it… 4 votes
- 
Adobe Acrobat loses focus of editable field frequentlyI am trying to fill in a PDF and the editable field loses focus frequently, even while typing. I keep having to click back into the box to fill in my information. System details here: 
 Account Detail:
 User Rights: Regular
 User Account Control: Default
 Process Integrity: Medium
 Profile Type: None
 Acrobat Detail:
 Sandboxing: Off
 Protected View: Off
 Captive Reader: No
 Multi-Reader on Desktop Support: Off
 Applications Installed:
 Office Version: Office 2016 64-bit
 Outlook Version: Outlook 2016 64-bit
 Available Physical Memory: 3664580 KB
 Available Virtual Memory: 3481172 KB
 BIOS Version: MSFT - 2
 Default Browser:
 Default Mail: Microsoft Outlook
 mapi32.dll
 Version: 1.0.2536.0 (WinBuild.160101.0800)Display Detail: 
 Screen Width: 2736
 Screen Height: 1824
 Number of Monitors: 3
 Number of Mouse Buttons: 16
 Has Mouse Wheel: Yes
 Has Pen Windows: No
 Double Byte Character Set: No
 Has Input Method Editor: Yes
 Inside Screen Reader: No
 Graphics Card: Intel(R) Iris(R) Plus Graphics
 Version: 27.20.100.8681
 Check: Not Supported
 Installed Acrobat: C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\Acrobat.exe
 Version: 21.5.20058.441104
 Creation Date: 2021/06/27
 Creation Time: 6:22:40 pm
 Installed Acrobat: C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroRd32.exe
 Version: 21.5.20058.441104
 Creation Date: 2021/06/27
 Creation Time: 6:22:30 pm
 Locale: English (New Zealand)
 Monitor:
 Name: Intel(R) Iris(R) Plus Graphics
 Resolution: 1920 x 1080 x 60
 Bits per pixel: 32
 Monitor:
 Name: Intel(R) Iris(R) Plus Graphics
 Resolution: 2736 x 1824 x 59
 Bits per pixel: 32
 OS Manufacturer: Microsoft Corporation
 OS Name: Microsoft Windows 10
 OS Version: 10.0.19043
 Page File Space: 25266356 KB
 Processor: Intel64 Family 6 Model 126 Stepping 5 GenuineIntel ~1498 Mhz
 Session Detail:
 Boot Type: Normal
 Is Shutting Down: No
 Network: Available
 Inside Citrix: No
 Inside VMWare: No
 Remote Session: No
 Remote Control: No
 Using JAWS: No
 Using ZoomText: No
 Using Windows-Eyes: No
 Using NVDA: No
 System Name: XXXXXX
 Temporary Directory: C:\Users\XXXX\AppData\Local\Temp\
 Time Zone: New Zealand Standard Time
 Total Physical Memory: 16353460 KB
 Total Virtual Memory: 4194176 KB
 User Name:***
 Windows Detail:
 Tablet PC: Yes
 Starter Edition: No
 Media Center Edition: No
 Slow Machine: No
 Windows Directory: C:\WINDOWSI am trying to fill in a PDF and the editable field loses focus frequently, even while typing. I keep having to click back into the box to fill in my information. System details here: 
 Account Detail:
 User Rights: Regular
 User Account Control: Default
 Process Integrity: Medium
 Profile Type: None
 Acrobat Detail:
 Sandboxing: Off
 Protected View: Off
 Captive Reader: No
 Multi-Reader on Desktop Support: Off
 Applications Installed:
 Office Version: Office 2016 64-bit
 Outlook Version: Outlook 2016 64-bit
 Available Physical Memory: 3664580 KB
 Available Virtual Memory: 3481172 KB
 BIOS Version: MSFT - 2
 Default Browser:
 Default Mail: Microsoft Outlook
 mapi32.dll
 Version:…1 vote
- 
Inserting a PNG into acrobat will resize the imageI want to have an image set at 5.5in by 4.25. I have created that with photoshop. When I move that image that is in my desired size, it will resize into something that I don't want in acrobat. Images going into acrobat shouldn't resize. Or let me resize the canvas in Acrobat. 2 votes
- 
[Bug Repot] thermometer (progress bar) produces error when trying to change its value (i.e. progress the bar)Since the 2021 update (21.001.20135), there is an error when using multiple (overlaying) instances of the progress bar with JavaScript. Code that used to work before now generates an error. The error is: GeneralError: Operation failed. Thermometer.value:1:Console undefined:ExecTo reproduce this, run the following code from the console (JavaScript Debugger): // Define the progress bar (thermometer) as a variable for easy reference var t = app.thermometer; // Start a progress bar t.begin(); // Now start another progress bar t.begin(); // Now end the top progress bar t.end(); // Now try to set the incremental value of the progress bar t.value = 1; // See the errorSince the 2021 update (21.001.20135), there is an error when using multiple (overlaying) instances of the progress bar with JavaScript. Code that used to work before now generates an error. The error is: GeneralError: Operation failed. Thermometer.value:1:Console undefined:ExecTo reproduce this, run the following code from the console (JavaScript Debugger): 
 …// Define the progress bar (thermometer) as a variable for easy reference var t = app.thermometer; // Start a progress bar t.begin(); // Now start another progress bar t.begin(); // Now end the top progress bar t.end(); // Now try to set the incremental value of the progress bar t.value1 vote
- 
functionality of sign document toolThe sign tool in Acrobat used to have helpful tools... the ability to write text, paste a checkmark, write the date, all the things needed to sign a document. Now it just gives me a ****** signature? Why has this functionality been removed? 2 votes
- 
Converting PDF to Word / Excel / Wordperfect / PowerpointWe are coming from a firm that used to have Kofax Power PDF. 
 We decided to switch applications and go to Adobe since it integrates well with iManage. There is one feature that user's loved in Kofax which is the way to convert files from a PDF to another application just by Right-Clicking on a PDF on your Desktop for instance and converting it in to Word. You have it for converting Word, Excel, and so on to PDF. Why not include converting PDF in to other applications by right clicking. This way users dont have to open up the PDF and click on Export.We are coming from a firm that used to have Kofax Power PDF. 
 We decided to switch applications and go to Adobe since it integrates well with iManage. There is one feature that user's loved in Kofax which is the way to convert files from a PDF to another application just by Right-Clicking on a PDF on your Desktop for instance and converting it in to Word. You have it for converting Word, Excel, and so on to PDF. Why not include converting PDF in to other applications by right clicking. This way users dont have to open up the…2 votes
- 
need to disable comments (tool) pane on right side of screen Acrobat pro 2020 for Macthe comments(tools) pane pops up constantly while marking up PDF's. This may be a great feature for big teams, however it is a time consuming extra step that is unnecessary (and extremely irritating) for solo users. There is a work around to turn it off for DC but apparently none for acrobat pro 2020 on a Mac, as Adobe tech support took over my screen and couldn't change the setting. Adobe please make a fix for this. Thank you. 2 votes
- 
When I unselect the Show Home Screen preference... actually STOP showing me the **** Home Screen.When I unselect the Show Home Screen preference... actually STOP showing me the **** Home Screen. 15 votes
- 
Set 'prepare form' properties to preferred defaults for all future formsWhen converting a .pdf into a fillable form ('Prepare Form') please create an option to set properties so that Acrobat will always apply my preferred properties as the default. It is inefficient to always convert the font and other properties to the settings I prefer for the forms I design. I am aware I can set defaults for fields once the form is prepared and then duplicate this in a given form. I am also aware that I can multiple-select fields and change the properties for a group. However, I'd like a more efficient default-setting option, please. EG: I use Arial for work forms. The 'Prepare Form' creates fields with 'Helvetica' as default. I want to set the 'Prepare Form' field defaults to always use Arial, irrespective of the .pdf document. When converting a .pdf into a fillable form ('Prepare Form') please create an option to set properties so that Acrobat will always apply my preferred properties as the default. It is inefficient to always convert the font and other properties to the settings I prefer for the forms I design. I am aware I can set defaults for fields once the form is prepared and then duplicate this in a given form. I am also aware that I can multiple-select fields and change the properties for a group. However, I'd like a more efficient default-setting option, please. EG: I use… 9 votes
- 
Combine Files bug on Acrobat Pro DC for Mac: Original files deleted forever!The function Combine Files from Acrobat Pro DC on Mac has a serious bug. When I've combined files and decided to close the PDF combined without saving it, the files used for it were deleted from my computer! And they didn't even go to my Trash on Mac. If I wouldn't have OneDrive they would be lost forever, but the OneDrive Trash folder saved them. I make this report just to let the development team know if they don't know that yet. 1 vote
- 
Upgradation of Icons.The icons in the Cloud Service Linking (Add an Account) Section is outdated. At least all the icons have got an icon update by the devs. For instance, Google Drive Icon is outdated as it has been already by Google. 1 vote
- 
Displaced text during PDF conversion from PowerPointText in vector graphic images (.svg/.emf) files get displaced and in some cases overlap with other objects in the image during PowerPoint to PDF conversion with Adobe. This issue wasn't present when using Adobe PDF Library 20.9.95 2 votesHi Can you please share some sample test file with us? Thanks 
 Tanvi
- 
when editing a test in hebrew the letters are coming out inverted [backwardsplease fix, so that hebrew should be able to be typed the right way 5 votes
- 
Audit report for each documentAudit report Request - to have the audit report download with each individual document that is signed by the client. If I send a client an envelope to sign 5 documents, then we only gain one audit report. If 2 of these documents need to go to a thrid party they will not accept them as the audit report and the document signed are downloaded in separate files, they sometimes require the document signed to have the audit report enclosed in the signed file. This causes an issue for our clients as the work around is to send them 5 different envelopes to achieve this. If i was a client i would find this very frustrating going through the same process 5 times. Audit report Request - to have the audit report download with each individual document that is signed by the client. If I send a client an envelope to sign 5 documents, then we only gain one audit report. If 2 of these documents need to go to a thrid party they will not accept them as the audit report and the document signed are downloaded in separate files, they sometimes require the document signed to have the audit report enclosed in the signed file. This causes an issue for our clients as the work around is to send them 5… 20 votes
- 
Printing environmentally friendlyFactsheets, whitepapers, etc. often have a lot of brand colours in them. In the case of the company I work for, we have a dark blue front and end page which results in the use of a lot of ink when printing which is environmentally unfriendly. Wouldn't it be a great idea to be able to overrule this branding for printing? I guess this can be done using AI searching pdfs for dark backgrounds and white letters. and making the letters dark and backgrounds white so you can print environmental friendly. The best option would be to enforce this as a designer so this aligns with your corporate social responsibility, but it would also be nice to have this option as the end-user. Factsheets, whitepapers, etc. often have a lot of brand colours in them. In the case of the company I work for, we have a dark blue front and end page which results in the use of a lot of ink when printing which is environmentally unfriendly. Wouldn't it be a great idea to be able to overrule this branding for printing? I guess this can be done using AI searching pdfs for dark backgrounds and white letters. and making the letters dark and backgrounds white so you can print environmental friendly. The best option would be to enforce this as… 1 vote
- 
OCR of standard font failedSince Adobe Customer care can't take care of this bug, she sent me here to write to the engineers. The scanned file attached was in Traditional Chinese called "標楷體". The OCR was somehow 100% failed. That's unbelievable since it's standard font. Even free software can recognize it. Please have a look at it. Many scanned file got this problem. This is only one of them. 1 vote
- 
translate pdf from Spanish to Englishtranslate pdf from Spanish to English 2 votes
- 
Repeated denial of functionI have fully paid twice in total for Adobe Acrobat DC both for personal use and for official City use, and get at both ends the same message that my trial has expired and or to pay or activate another one! 3 votes
- Don't see your idea?
 
        
