The company I work for is currently looking to evaluate your product. It is currently going through our procurement process to get a trial license, but I had a few questions if your product can accommodate our needs.
We are looking to modify pdf documents to do a couple of things.
1. Replace existing text with a hyperlink to an external glossary.
Example:
Unless the context otherwise specifies or requires, capitalized terms
Replace “capitalized” with an external link to an external glossary like http://myglossary.com#capitalized
2. Append an existing PDF to embed this definition in a tooltip.
I think this would require finding the text and placing a hidden button over it and setting the tooltip information to the definition.
Are there any limits to the length of a tooltip?
3. Append an existing PDF to create a separate text block that is hidden until a given word is rolled over.
I think this involves find the correct word and adding a hidden button with AcroScript/Javascript for the mouse over event to show and hide the block of text.
Can Aspose handle all of these scenarios? Do you have any links to your documentation that would demonstrate this?