• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Adobe Embed PDF API Menu option controls, Accessibility and Future enhancements timelines

Explorer ,
Jul 06, 2021 Jul 06, 2021

Copy link to clipboard

Copied

Hi,

 

We are using Embed PDF API. But we came across so many Accessibility issues lately. 

 

I would like to clarify the below queries.

 

1. Is there any way to decouple the "Download PDF" and "Print PDF" options from Menu options and put on the Page controls or else where ?

 

2. Is there any way to disable / hide the "Search" option ?

 

3. When can we expect the Embed PDF viewer to be fully Accessibility compliant ? any rough timelines like  few months ?

4. When is the next release planned for enhancements  and any link to the release notes ?

 

 

 

Thanks,

Bhargav.

TOPICS
PDF Embed API

Views

625

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Jul 12, 2021 Jul 12, 2021

Hi Bhargav,

 

Answers to your queries:

 

1. Is there any way to decouple the "Download PDF" and "Print PDF" options from Menu options and put on the Page controls or else where ?

Ans: You can hide the download and print options from the menu (showPrintPDF: false and showDownloadPDF: false) but currently there is no support for placing these options somewhere else.

 

2. Is there any way to disable / hide the "Search" option ?

Ans. As rightly mentioned by @Alon5FCD, you can use the configuration e

...

Votes

Translate

Translate
Explorer ,
Jul 07, 2021 Jul 07, 2021

Copy link to clipboard

Copied

just set enableSearchAPIs: true in the preview file function feature flags. This will make the search disappear and also let you use the API to search within the PDF file

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 07, 2021 Jul 07, 2021

Copy link to clipboard

Copied

@Alon5FCD  Thanks for this. Its working. But its not mentioned in Official Menu options documentation. I just want to double check if this part of Embed API free version ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Jul 07, 2021 Jul 07, 2021

Copy link to clipboard

Copied

Yep, it is. When you want to implement the search yourself, you must set the flag to true, and then you can use the API for searching. You don't must use it but setting this flag to true, will eliminate the search magnifying glass

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 12, 2021 Jul 12, 2021

Copy link to clipboard

Copied

LATEST

Hi Bhargav,

 

Answers to your queries:

 

1. Is there any way to decouple the "Download PDF" and "Print PDF" options from Menu options and put on the Page controls or else where ?

Ans: You can hide the download and print options from the menu (showPrintPDF: false and showDownloadPDF: false) but currently there is no support for placing these options somewhere else.

 

2. Is there any way to disable / hide the "Search" option ?

Ans. As rightly mentioned by @Alon5FCD, you can use the configuration enableSearchAPIs: true. This hides the search option in the UI and you can perform search functionality through APIs. Please have a look at the section, UI customization -> Viewer API -> Search APIs, in the official documentation.

 

3. When can we expect the Embed PDF viewer to be fully Accessibility compliant ? any rough timelines like  few months ?
Ans. This is already in our product roadmap and we'll share more updates in the future.


4. When is the next release planned for enhancements  and any link to the release notes ?

Ans. Please keep checking the Release Notes section in the official documentation for the updates.

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources