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

How to get Link tittle in a page using acrobat sdk.

Explorer ,
Sep 14, 2022 Sep 14, 2022

Copy link to clipboard

Copied

Hi,

I need to get Link names in a page.

I reffered plugins guide document also.

I'm using this below functionality to get tittle. It's displaying empty tittle.

PDAnnot annot;

annot = PDPageGetAnnot(page, indexpage);

char* buffer;
ASInt32 bufSize = PDAnnotGetTitle(annot, NULL, 0) + 1;
buffer = (char*)ASmalloc((os_size_t)bufSize);
PDAnnotGetTitle(annot, buffer, bufSize);

AVAlertNote(buffer);

Note: Please suggest how to fix this issue., I'm using above functonality still not working

TOPICS
How to

Views

221

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
Community Expert ,
Sep 14, 2022 Sep 14, 2022

Copy link to clipboard

Copied

Try the forum for Acrobat SDK.

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 ,
Sep 14, 2022 Sep 14, 2022

Copy link to clipboard

Copied

Hi, Already i tried nothing related to PDAnnotGetTittle

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
LEGEND ,
Sep 14, 2022 Sep 14, 2022

Copy link to clipboard

Copied

LATEST

Now, try POSTING in the correct forum. 

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