You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Jayakrishna <fd...@gmail.com> on 2010/06/08 17:55:35 UTC

Question regd basic-link

Hello,

I have the following FOP snippet. If I open the generated PDF in IE, and
then click on the url "www.ibm.com", it loads the website in the existing
tab/window, navigating away from the loaded PDF document. Is there a way, I
can force the website to be loaded in another tab or window, so that the PDF
document is still available ?

<fo:basic-link external-destination="url('www.ibm.com')"
text-decoration="underline" color="blue">www.ibm.com</fo:basic-link>

Thank you

[ANN]VTD-XML 2.9

Posted by Jimmy Zhang <cr...@comcast.net>.
VTD-XML 2.9, the next generation XML Processing API for SOA and Cloud computing, has been released. Please visit  https://sourceforge.net/projects/vtd-xml/files/ to download the latest version.
  a.. Strict Conformance 
    a.. VTD-XML now fully conforms to XML namespace 1.0 spec 
  b.. Performance Improvement
    a.. Significantly improved parsing performance for small XML files 
  c.. Expand Core VTD-XML API  
    a.. Adds getPrefixString(), and toNormalizedString2() 
  d.. Cutting/Splitting 
    a.. Adds getSiblingElementFragment()  
  e.. A number of bug fixes and code enhancement including: 
    a.. Fixes a bug for reading very large XML documents on some platforms 
    b.. Fixes a bug in parsing processing instruction 
    c.. Fixes a bug in outputAndReparse() 

Re: Question regd basic-link

Posted by Jayakrishna <fd...@gmail.com>.
Venkat Reddy <vanukuri.venkat <at> googlemail.com> writes:

> 
> 
> Hi,
> You are basically looking for the implementation of 'show-destination'
> property on fo:basic-link. There is only a partial implemetation
> available regarding this property.
> Please check the below link for more
details:http://xmlgraphics.apache.org/fop/compliance.html#fo-property-show-destination
> Thanks,
> Venkat.
> Jayakrishna wrote:
> Hello,
> I have the following FOP snippet. If I open the generated PDF in IE,
> and then click on the url "www.ibm.com", it loads the website in
> the existing tab/window, navigating away from the loaded PDF document.
> Is there a way, I can force the website to be loaded in another tab or
> window, so that the PDF document is still available ? 
> <fo:basic-link external-destination="url('www.ibm.com')" 
> text-decoration="underline" color="blue">www.ibm.com</fo:basic-link> 
> Thank you 
> 
> 
> 

Thank you Venkat. I looked at the property, and it appears it is not yet
available. Any other suggestions on how I might be able to achieve similar
functionality.

Thank you



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org


Re: Question regd basic-link

Posted by Venkat Reddy <va...@googlemail.com>.
Hi,

You are basically looking for the implementation of 'show-destination' 
property on fo:basic-link. There is only a partial implemetation 
available regarding this property.
Please check the below link for more details:

http://xmlgraphics.apache.org/fop/compliance.html#fo-property-show-destination

Thanks,
Venkat.

Jayakrishna wrote:
> Hello,
>
> I have the following FOP snippet. If I open the generated PDF in IE, 
> and then click on the url "www.ibm.com <http://www.ibm.com>", it loads 
> the website in the existing tab/window, navigating away from the 
> loaded PDF document. Is there a way, I can force the website to be 
> loaded in another tab or window, so that the PDF document is still 
> available ?
>
> <fo:basic-link external-destination="url('www.ibm.com 
> <http://www.ibm.com>')"  text-decoration="underline" 
> color="blue">www.ibm.com <http://www.ibm.com></fo:basic-link>
>
> Thank you