I have a program that allows people to brand PDF files that have been
constructed in a specifc way.
I have been using Serif's PagePlus software to write documents.
This allows me to highlight text on a page, and then use a menu to enter a
hyperlink as:
"{Enter your link|The required URL}"
The result is that the text appears underlined, and the PDF source code shows
as:
/S/URI
/URI({Enter your link|The required URL})
However, I have tried various arrangements in the program, but all I can create
is:
/S/URI/(chosen url)
Before I modify my site to say OpenOffice will not create the brndable PDF
files correctly,
is there a work around users could add / method that will allow the above
string to be generated?
Thanks for your advice.
Chris Brown