Yunus Mohammed
Yunus Mohammed

Reputation: 1

How to read string in the selected region in pdf viewer of .NET language

I am coding using VB 2010. I have inserted the pdf viewer object box which works fine. But I currently want to read the string(Mostly picture numbers) which the user clicks/selects in the PDF viewer of VB.

Upvotes: 0

Views: 47

Answers (1)

Joris Schellekens
Joris Schellekens

Reputation: 9012

If you are generating the pdf at some point, you can simply insert external links (for instance to other documents). You could also create a pdf that contains all the plans, and use internal links (same concept).

For more details, check out the pdf specification (page 622) http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_reference_1-7.pdf

Upvotes: 2

Related Questions