On Sep 8, 5:09 pm, Boris Zbarsky <[email protected]> wrote: > krithika wrote: > > ANCHOR 11 and ANCHOR 22 is fine in the PDF generated. > > > ANCHOR 33 appears as a link but points tohttp://yahoo.comand not to > >http://www.google.com > > > ANCHOR 44 Doesn't even appear as link. > > That's presumably because we don't generate any semantics in PDF when > _printing_. Printing is purely a paint operation, with PDF as the > output device in your case. > > Whatever is doing the linkification is outside our code. > > > My questions are > > > 1. Has this been addressed in later versions of xulrunner.? > > 2. If not , can someone point out the gfx source of firefox which can > > be modified to make this work. > > There isn't any, really; you'd have to pass down semantic information, > not just graphics information all the way down to the pdf-creation > layer. That presumably involves changes to cairo, not just gfx. > > -Boris
Yes I understand.Will it possible to give me some guidance on where (exact cpp source code ) links get created so that I try to pass this semantic info and create a link?. Thanks for your quick and detailed response, Krithi. _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

