Because of the constant attack by the wiki spam bots, accounts that are created and not used will be deleted. If you are a legitimate user, and your IP was blocked, please contact any active administrator - look at Special:RecentChanges and see who is busy fighting spam.
How do I define link targets?
From SWFTools
How do I define link targets?
pdf2swf -s linksopennewwindow=0 file.pdf -o file.swf
0 - open in same window
1 - open in new window
Original Question
Is there a way to define the target of links using pdf2swf? Now all links open in a new window but I need them to open in the same window (link target="_self" in HTML). So far I haven't found an option to accomplish this, but as there are other options which I found hard to find in the documentation, I suppose I might have looked in the wrong places.