Skip to main content
Participant
February 15, 2017
Question

Creating index for pdfs

  • February 15, 2017
  • 1 reply
  • 571 views

Is it possible to create index for pdfs using C or C#? If yes, kindly share the sample code..

This topic has been closed for replies.

1 reply

Bernd Alheit
Community Expert
Community Expert
February 15, 2017

You can create a .pdx file and build the index with Acrobat Javascript.

Participant
February 15, 2017

Using JavaScript I am not able to retrieve the catalog object..Do you have the sample code how it can be done?

Thanks in advance!

Bernd Alheit
Community Expert
Community Expert
February 15, 2017

Use the getIndex method of the catalog object.