On Mon, Sep 29, 2008 at 12:57:30PM -0400, Boo <[EMAIL PROTECTED]> wrote:
> However in the resulting swf for each page, this still creates the links.
> They can still be clicked on, and even though no function is executed, it
> has the additional side effect of removing keyboard focus from the stage.
> Therefore is there a way to completely disable the linking feature?
If you're willing to modify the source code and recompile, there is:
In pdf.cc, line 125, remove the following line:
pi->doc->processLinks((OutputDev*)pi->outputDev, page->nr);
Greetings
Matthias