adobe / adobe.github.com

Adobe central hub for open source
https://opensource.adobe.com
MIT License
1.42k stars 340 forks source link

Screen reader is not reading all content present in the pdf after exporting to pdf. #143

Open msftedad opened 4 months ago

msftedad commented 4 months ago

Expected Behaviour

Screen reader should read all content present in the pdf after exporting to pdf.

Actual Behaviour

Screen reader is not reading all content present in the pdf after exporting to pdf.

Steps to Reproduce

  1. Open any saved PDF file in Adobe, Turn on the screen reader.
  2. Navigate through the PDF file in the Adobe reader.
  3. Observe the issue.

Platform and Version

OS: Windows 11 Version 24H2 (OS Build 26100.1) Tool Used: Adobe Acrobat 24.002.20687

Project Planning (1) (2).pdf Narrator (1) NVDA (1)

lesha0 commented 1 month ago

Hey @msftedad,

Seems like it might be an accessibility issue in your PDF. In Adobe Acrobat, try activating "Read Out Loud" from the View menu.

If that doesn't work, check how you're making the PDF. Real text, proper ALT tags for images, and structured tables can help screen readers work better.

Review the accessibility of your output PDF using the Accessibility Checker in Adobe Acrobat. This can spot any problems.

Make sure to check whether your PDF generator supports creating accessible PDFs.

Hope this helps! Let me know how it goes.

msftedad commented 1 month ago

@lesha0 , Thanks for sharing the information. We will check this with our internal team and if any further queries we will get back to you.