Skip to main content
narasimhamr72195871
Participant
August 8, 2019
Answered

Adobe Tabbed interface for multiple PDFs viewing

  • August 8, 2019
  • 2 replies
  • 684 views

Hello,

This is regarding the new tabbed interface in acrobat reader.

I need some help in getting reference count of the multi tabs opened in the window .

ex:

AVDoc avdoc1 = AVAppGetActiveDoc ();

This gives me the current active document tab. However I would like to know if other tabs are opened in same window.

Can anyone help me pls?

Thanks,

Narasimham

    This topic has been closed for replies.
    Correct answer Test Screen Name

    Enumerate open documents, compare their AVWindow.

    2 replies

    Legend
    August 8, 2019

    By the way, it's not that new...

    Also a note: there is no API related to tabs, so we have to work by discovery.

    Some things (e.g. move a document between tabbed windows) are just impossible.

    Test Screen NameCorrect answer
    Legend
    August 8, 2019

    Enumerate open documents, compare their AVWindow.

    narasimhamr72195871
    Participant
    August 8, 2019

    Thanks for this. Could you pls let me know which call to use for enumeration?

    Any sample code if possible.