Basic Link always opens in browser

2004-06-15 Thread Herman Fourie
Hi,   I am trying to add a link to a PDF file which opens an AVI file using an application like Media Player.   When I use the following code in the XSLT stylesheet, the resulting link in the PDF opens a browser which then opens the video using Media Player – still in the browser (i.e.

RE: basic-link

2003-10-27 Thread Andreas L. Delmelle
> -Original Message- > From: Chris Faulkner [mailto:[EMAIL PROTECTED] > > Yes - I am using encryption :-( I have some experience of iText > but I moved > away from it in favour of XSL:FO and FOP. I don't fancy doing > post-processing - I'll wait for the fix. > Right you are! Same here... A

RE: basic-link

2003-10-27 Thread Chris Faulkner
Yes - I am using encryption :-( I have some experience of iText but I moved away from it in favour of XSL:FO and FOP. I don't fancy doing post-processing - I'll wait for the fix. Thanks Chris > Are you using encryption? Afraid this is causing the garbage chars... > > > ? ARe there > > any alter

Re: basic-link

2003-10-27 Thread Glen Mazza
Chris, Take a look at the example here: http://marc.theaimsgroup.com/?l=fop-dev&m=106588921514459&w=2 Perhaps it should be: external-destination="http://www.yahoo.com"; instead of the url() function you used below for this attribute in the fo:basic-link. HTH, Glen --- Chris Faulkner <[EMAIL

RE: basic-link

2003-10-26 Thread Andreas L. Delmelle
> -Original Message- > From: Chris Faulkner [mailto:[EMAIL PROTECTED] > > I am having problems with I use it as shown > below. When you > hover over the link in the resulting PDF, the link includes a load of > garbage characters after the ".com". Am I doing something wrong Are you using e

basic-link

2003-10-26 Thread Chris Faulkner
Hello I am having problems with I use it as shown below. When you hover over the link in the resulting PDF, the link includes a load of garbage characters after the ".com". Am I doing something wrong ? ARe there any alternatives for embedding a link in my PDF ? Visit us here www.website.com

Re: Basic-link problem in JSPs

2002-05-07 Thread J.Pietschmann
Ralf Steppacher wrote: > If this comes directly from your original style sheet, you should > better use matching precise templates instead of piping everything > into a match-all and then use a choose in it. Is this just a matter of style or do exact templates perform better? A matter of robustn

Re: Basic-link problem in JSPs

2002-05-07 Thread Ralf Steppacher
First of all: Thank you very much for your help! >> >> >> > > This is the real problem. You probably noticed that the link area is > not the whole page number, in particular with multiple digit page > numbers. Yes, that is right. I will follow your advise and use the headline text as link area

Re: Basic-link problem in JSPs

2002-05-06 Thread J.Pietschmann
Ralf Steppacher wrote: ^^^ Well, mystery solved. Indenting the result should and usually does not alter the semantics of the document, but there is no guarantee, the spec explicitely warns that whitespace for intendation could result in a differe

Re: Basic-link problem in JSPs

2002-05-06 Thread Ralf Steppacher
Can you post a trimmed down version of your source XML and the style sheet which demonstrates the problem? I attached the XML source and the FO file as it is dumped for debugging purpose from my code. The stylesheet is still a bit lengthy (main style sheet is allInOne2FO_short). The link should b

Re: Basic-link problem in JSPs

2002-05-03 Thread J.Pietschmann
Ralf Steppacher wrote: OK, I got rid of all the d-o-e. But the basic-links still are not present in the pdf generated by the embedded FOP but are if the .fo document is dumped to a file and then rendered using FOP from commandline. Can you post a trimmed down version of your source XML and the st

Re: Basic-link problem in JSPs

2002-05-03 Thread Ralf Steppacher
>>> Are you, by any chance, using disable-output-escaping somewhere? >> >> Yes, [..]. > > XSLT doesn't del with tags, it uses a tree of nodes for input and > output.[..] > >> Behaviour does not change if I comment out the two lines (that do >> not work with embedded fop either). > > If you delete t

Re: Basic-link problem in JSPs

2002-05-02 Thread J.Pietschmann
Ralf Steppacher wrote: Are you, by any chance, using disable-output-escaping somewhere? Yes, but somewhere else in the stylesheet producing the fo document. It doesn't matter where. Do not use d-o-e if you expect your style sheet to work with short-circuit XSLT processor applications. XSLT doesn't

Re: Basic-link problem in JSPs

2002-05-02 Thread Ralf Steppacher
The problem: When I generate the PDF with the JSP my fo:basic-links don't make it into the PDF. If I dump the FO DOM tree to a file and use fop from the commandline the links are present in the PDF. Are you, by any chance, using disable-output-escaping somewhere? Yes, but somewhere else in the st

Re: Basic-link problem in JSPs

2002-04-30 Thread J.Pietschmann
Ralf Steppacher wrote: I transform a xml file and add FO vocabulary, generating a PDF with fop afterwards. Now that I got it work using xalan and fop from the command line I embedded both into a JSP and a bean following the example code from docs/examples/embedding. The problem: When I generate

Basic-link problem in JSPs

2002-04-30 Thread Ralf Steppacher
Hi all. I transform a xml file and add FO vocabulary, generating a PDF with fop afterwards. Now that I got it work using xalan and fop from the command line I embedded both into a JSP and a bean following the example code from docs/examples/embedding. The problem: When I generate the PDF with th

Re: basic-link

2002-04-10 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: We r generating PDF files using fo. We want to provide some security features to the PDF like non-printable, non-editable etc., when opened thru Adobe acrobat. Can somebody help in achieving this? Can this be done thru FOP itself or do we need to use Adobe's API? If

Re: basic-link

2002-04-10 Thread Rodolphe VAGNER
You should try http://forum.planetpdf.com - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 11:22 AM Subject: RE: basic-link Hi, We r generating PDF files using fo. We want to provide some security features to the

RE: basic-link

2002-04-10 Thread Vasantha . Nataraju
Hi, We r generating PDF files using fo. We want to provide some security features to the PDF like non-printable, non-editable etc., when opened thru Adobe acrobat. Can somebody help in achieving this? Can this be done thru FOP itself or do we need to use Adobe's API? If somebody could help

Basic-link

2002-03-06 Thread Meena
Hi, I've a problem using basic-links. When i give a fo:basic-link for some word, it leaves two spaces before and after the string.   Egs.   1. APPLE    p.10 2.    BAT    p.10 3. CAT p.12   Does anybody know why this empty space is created before and after the word with

Basic-link

2002-03-06 Thread Meena
Hi, I've a problem using basic-links. When i give a fo:basic-link for some word, it leaves two spaces before and after the string.   Egs.   1. APPLE    p.10 2.    BAT    p.10 3. CAT p.12   Does anybody know why this empty space is created before and after the word with

Basic-link in tables

2002-02-11 Thread Stefano Angelici
Hi, I', trying to do a toc using a table. The xsl code is