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

Regarding object representation in Acrobat PRO DC

New Here ,
Oct 31, 2018 Oct 31, 2018

Copy link to clipboard

Copied

Hi,

I have used Adobe Acrobat PRO DC software.

Tagging a PDF document is pretty much easier when compare to other software. If the document is tagged then we can view the tagged objects as (Paragraph/Table/Figure). So, my question is. Whether i can get those tagged objects(Paragraph/Table/Figure)  programmatically from a PDF.

So, here by using the Accessibility Tool we can view each and every object as Paragraph or Table. Can we extract those objects programmatically as JSON/XML? Guide me..

Thanks and regards,

AJAY

TOPICS
Acrobat SDK and JavaScript

Views

415

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 , Oct 31, 2018 Oct 31, 2018

Sure.

You can use Save as XML to get an XML representation that uses the structural elements.

Or you can write your own plugin that walks the structure and exports it any way you want.

Votes

Translate

Translate
Adobe Employee ,
Oct 31, 2018 Oct 31, 2018

Copy link to clipboard

Copied

LATEST

Sure.

You can use Save as XML to get an XML representation that uses the structural elements.

Or you can write your own plugin that walks the structure and exports it any way you want.

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