From Arved_37@chebucto.ns.ca Fri Mar 3 10:52:27 2000 Return-Path: Mailing-List: contact general-help@xml.apache.org; run by ezmlm Delivered-To: mailing list general@xml.apache.org Received: (qmail 32041 invoked from network); 3 Mar 2000 10:52:27 -0000 Received: from chebucto.ns.ca (HELO halifax.chebucto.ns.ca) (192.75.95.75) by locus.apache.org with SMTP; 3 Mar 2000 10:52:27 -0000 Received: from Dyip-48.chebucto.ns.Ca ([192.75.95.48]:1053 "HELO i1e5u3") by halifax.chebucto.ns.ca with SMTP id ; Fri, 3 Mar 2000 06:52:17 -0400 Message-Id: <3.0.6.32.20000303065422.007ba200@chebucto.ns.ca> X-Sender: Arved_37@chebucto.ns.ca X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Fri, 03 Mar 2000 06:54:22 -0400 To: general@xml.apache.org From: Arved Sandstrom Subject: Re: Link and FOP Cc: general@xml.apache.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Not yet, unless you're me. :-) Seriously, the code to do this has been kicking around for about 3 months or so. Most of it (about 95%) is actually already present in the latest FOP, as you can see if you look at the FOP sources. What is missing at the moment (due to a mixup) is the bridge code to use the existing PDFAnnotList class to write an /Annots key for /Page objects that have links. In fact, if you use tags right now, the PDF will contain all the link objects, it just won't have the /Annots tag for the /Page, nor the /Annots object itself. I've spent 100% of my FOP development time over the past 4 weeks trying to successfully become a CVS committer, and hopefully this weekend I'll work out the last bugs in that and succeed. In which case I have the final fixes, and some update code to better handle links in aligned text, ready to commit. Arved At 09:23 AM 3/3/00 +0100, jeannoel.viltard@eurodoc-sofilog.com wrote: > >Is-it possible to generate pdf file with link to another document with FOP >?