swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] bug in link border


From: Pablo Rodríguez
Subject: [Swftools-common] bug in link border
Date: Mon, 01 Nov 2010 20:36:00 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Thunderbird/3.1.4

Hi Matthias,

using pdf2swf form latest stable version, I get a colored box around links, either these are disabled or not.

Annotation link border properties is explained on page label 384 or page number 392 from the PDF specification (http://www.adobe.com/content/dam/Adobe/en/devnet/pdf/pdfs/PDF32000_2008.pdf).

The PDF code for a zero-width border is (where border is specified):

<< /Subtype /Link /Rect [331.272 431.158 419.163 455.655] /A << /Type /Action /S /URI /URI (http://www.youtube.com/watch?v=CW0DUg63lqU)>> /C [0 1 1] /Border [0 /,0,0]>>

And the default being 1 unit wide link border (so no border specified):

<< /Subtype /Link /Rect [331.272 431.158 419.163 455.655] /A << /Type /Action /S /URI /URI (http://www.youtube.com/watch?v=CW0DUg63lqU)>> /C [0 1 1]>>

poppler-0.12.4 honours both settings and I guess xpdf would do it to.

Could this be fixed in pdf2swf?

Thanks for your help,


Pablo
--
http://www.ousia.tk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]