Skip to main content
Participant
February 15, 2017
Question

How can I index a pdf using javascript?

  • February 15, 2017
  • 1 reply
  • 637 views

Hi,

    We are generating pdfs that usually have a minimum of 10k pages. To make our searching faster, we are trying to write a javascript that can create a full index of the document. I could see in the Acrobat DC SDk tutorial that it can done through Catalog API. But I want to know how it can be done?

Thank you1

Regards,

Hariharan

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
February 15, 2017

To reiterate my reply from elsewhere: I don't think that's possible. You can use JS to get an existing index from a catalog, but not create it.

Participant
February 15, 2017

Is it possible to create index using C++ or C#?

try67
Community Expert
Community Expert
February 15, 2017

Don't know. Try asking here: Acrobat SDK