Adobe PDF Reader component (AcroPDF.dll) - is it possible to access table of contents and bookmarks from code?

StackOverflow https://stackoverflow.com/questions/3594366

Vra

I'm using the above DLL in my .NET project. It seems to make different functions accessible, but I can't find bookmarks and table of contents. Is it possible to access those? Also, any manuals/guides available for this component?

Was dit nuttig?

Oplossing

No, the automation interface of the free version is quite limited. You'll get more with the retail edition. The API manual is here. Beware that the document is quite confuzzling, it mixes the docs for the freeware and retail edition. Chapter 3 starts talking about COM specific stuff, the kind you could use from a .NET app.

Ander wenke

Also be aware the table may not exist in the PDF - PDf files do not generally preserve such structures unless you create them as Structured COntent.

Gelisensieer onder: CC-BY-SA met toeskrywing
Nie verbonde aan StackOverflow
scroll top