DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25467>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25467 basic-link external-destination to http://site/document.pdf broken ------- Additional Comments From [EMAIL PROTECTED] 2003-12-22 11:45 ------- Hello community, Not knowing if this is a bug or a feature I solved this for me patching the file org.apache.fop.pdf.PDFDocument.java with the following 1080a1081 > if (!destination.startsWith("http://")) { 1103a1105,1108 > } else { // URI > PDFUri uri = new PDFUri(destination); > link.setAction(uri); > } HTH someone with the same problems. Regards, Claus
