On Mon, Nov 26, 2007 at 09:55:18AM +0100, Josselin Mouette wrote: > It would be good to ask someone who knows the PDF format, but it looks > to me that these borders are requested in the document: > <</Type/Annot > /Rect [196.623 647.15 220.623 659.25] > /Border [0 0 1] > /A<</URI(http://wikipedia.org/wiki/1960) > /S/URI>>
As an experiment, I did
sed -i '\|/Border \[0 0 1\]|c/Border [0 0 0]' evince.pdf
and sure enough, the borders are gone (at least when viewed with
evince).
It occurs to me that another explanation is possible -- the conversion
from html2ps' PostScript to evince's PDF is done by ps2pdf, from
ghostscript. Perhaps a recent upgrade of ghostscript added this
"feature".
signature.asc
Description: Digital signature
_______________________________________________ pkg-gnome-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers

