Dear fop fans,

The xsl fo below renders fine to pdf and the link works when processed
without encryption options
e.g. using the command line

  fop -fo file.fo -pdf file.pdf

But with encryption options the link is garbled

  fop -noprint -nocopy  -fo  test.fo  -pdf test.pdf

When opening in Acrobat reader 8 it pops up a dialog stating

The document is trying to connect to 
file:///private/var/tmp/%1CH%3E%C2%A7%C3%AE%C2%B6%0C%C2%AAcA%C2%91%C2%8En%C2%A7y%C2%90%C3%9F%C2%AAI%C3%A3+%C2%81%C2%AA%3Euk%C3%98%05%C2%B6%C2%91


I am using fop 0.95 and jdk 1.5


Any guidance would indeed be greatly appreciated!

Peter

<?xml version="1.0" encoding="iso-8859-1"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>2
    <fo:layout-master-set>
        <fo:simple-page-master master-name="my-page">
            <fo:region-body margin="1in"/>
        </fo:simple-page-master>
    </fo:layout-master-set>
    
    <fo:page-sequence master-reference="my-page">
        <fo:flow flow-name="xsl-region-body">
            <fo:block>
                <fo:basic-link
external-destination="url('http://xmlgraphics.apache.org/')"
                    text-decoration="underline"
                    color="blue">Fop is here</fo:basic-link>
            </fo:block>
        </fo:flow>
    </fo:page-sequence>
</fo:root>

-- 
View this message in context: 
http://www.nabble.com/Encryption-garbles-external-link-tp20746538p20746538.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to