2011/1/31 John Georgiou <[email protected]>
>
>
> Hi all,
> I use the latest PDF2SWF version 2011-01-23-1815, and I've noticed that:
> when I use -s internallinkfunction=handleInternalLink -s
> externallinkfunction=handleExternalLink the functions work great, but
> when I use -s linknameurl -s internallinkfunction=handleInternalLink -s
> externallinkfunction=handleExternalLink I can not use the functions anymore
>
> is this a bug, or do I make something wrong?
Seems a bug to me.
If you are able to compile from source, just comment some code.
Around line 1877 of lib/devices/swf.c in drawlink function change:
if(i->config_linknameurl) {
actions1 = 0;
actions2 = 0;
}
to:
//if(i->config_linknameurl) {
// actions1 = 0;
// actions2 = 0;
//}
swftools-0.9.0 doesn't seems to have this, for me, bug.
Ricardo