I’m new to the PDF API and Aspose.Pdf in particular, so I don’t know how to get to certain parts of a document, or if it is even available or possible.
I see the TextFragmentAbsorber class and the TextFragment within it, but this appears to just get raw text.
Can you tell me: is there a way for the document to be created so that a particular piece of text has a name associated with it? And then how/if I can access that name via Aspose.Pdf?
If this is possible, it will change the way my company does certain things, as people can create PDFs with specific pieces of parseable text that will make other processes easier to accomplish.
Thank you