RE: fo:basic-link

2003-09-18 Thread Andreas L. Delmelle
-Original Message- From: Lucian Opris [mailto:[EMAIL PROTECTED] Ok, I did upgrade the FOP version links are fine (not offseted) but I get another error regarding fonts embedding. Cannot extract the embedded font 'Arial, BoldItalic' Some charachters may not display or print

Re: fo:basic-link

2003-09-18 Thread J.Pietschmann
Lucian Opris wrote: font metrics-file=/nas/web/fonts/arial.xml kerning=yes embed-file= ^^^ I don't think this is a good idea. J.Pietschmann - To

RE: fo:basic-link

2003-09-18 Thread Lucian Opris
[mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 5:33 PM To: [EMAIL PROTECTED] Subject: Re: fo:basic-link Lucian Opris wrote: font metrics-file=/nas/web/fonts/arial.xml kerning=yes embed-file= ^^^ I don't think

RE: fo:basic-link

2003-09-18 Thread Andreas L. Delmelle
-Original Message- From: Lucian Opris [mailto:[EMAIL PROTECTED] font metrics-file=/nas/web/fonts/arial.xml kerning=yes embed-file=/nas/web/fonts/arial.ttf This seems fine... font-triplet name=Arial style=[normal|italic] weight=[normal|bold]/ /font however, I believe

Re: fo:basic-link

2003-09-18 Thread J.Pietschmann
Lucian Opris wrote: Hi, I've regenerated the arial.xml using command line: java -cp build/fop.jar:lib/avalon-framework-cvs-20020806.jar:lib/xml-apis.jar:lib/xercesImpl-2.2.1.jar org.apache.fop.fonts.apps.TTFReader /nas/web/fonts/arial.ttf /nas/web/fonts/arial.xml and in config file I have font

Re: fo:basic-link

2003-09-17 Thread Chris Bowditch
From: Lucian Opris [EMAIL PROTECTED] Hi, I've tried to use fo:basic-link internal-destination= in region-start section but no result came out. It's fine if I'm using the same code in regin-body. Do you know a fix for that or is a bug? Thanks a lot Do you see any output in the console? Try

RE: fo:basic-link

2003-09-17 Thread Lucian Opris
:53 AM To: [EMAIL PROTECTED] Subject: Re: fo:basic-link From: Lucian Opris [EMAIL PROTECTED] Hi, I've tried to use fo:basic-link internal-destination= in region-start section but no result came out. It's fine if I'm using the same code in regin-body. Do you know a fix for that or is a bug

RE: fo:basic-link

2003-09-17 Thread Chris Bowditch
From: Lucian Opris [EMAIL PROTECTED] Hi, I do not see any output in console and no errors. I've run the example from command line and I got the same result. I know result is same, I just wanted to know what you saw on Console. So you dont see anything like; [INFO] Using

RE: fo:basic-link

2003-09-17 Thread Lucian Opris
-of select=./ /fo:basic-link /fo:block /xsl:template /xsl:stylesheet Lucian Opris Programmer Analyst -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 9:59 AM To: [EMAIL PROTECTED] Subject: RE: fo:basic-link From: Lucian Opris

RE: fo:basic-link

2003-09-17 Thread Lucian Opris
I've notice that the actual internal link is on the same line but starts on body region and the text remains on start region. Very strange. I'm using FOP 0.20.4. Thanks Lucian Opris - To unsubscribe, e-mail: [EMAIL

RE: fo:basic-link

2003-09-17 Thread Chris Bowditch
From: Lucian Opris [EMAIL PROTECTED] the snippet without attachment thanks, although you've sent XSLT not XSL-FO. big snip/ fo:static-content flow-name=start-first this might be the problem. IIRC FOP doesnt yet support referencing named regions, and only works with xsl-region-before. !-- THIS

RE: fo:basic-link

2003-09-17 Thread Chris Bowditch
From: Lucian Opris [EMAIL PROTECTED] I've notice that the actual internal link is on the same line but starts on body region and the text remains on start region. Very strange. I'm using FOP 0.20.4. Thanks This could be the famous Hotspot offset bug. This bug has been partly fixed in 0.20.5.

RE: fo:basic-link

2003-09-17 Thread Lucian Opris
Programmer Analyst [EMAIL PROTECTED] BlueMatrix 212 475 9330 -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 10:23 AM To: [EMAIL PROTECTED] Subject: RE: fo:basic-link From: Lucian Opris [EMAIL PROTECTED] I've notice that the actual internal

Re: Fo:basic link

2002-06-19 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: Is it possible to sepcify a destination page in basic-link external-destination. I am trying to link to an external pdf file and want to goto a specifi page. Try this way: fo:basic-link external-destination=http://www.foo.com/bar.pdf#page=5; -- Oleg Tkachenko Multiconn

Re: fo:basic-link on svg image

2002-03-23 Thread J.Pietschmann
Saif Khaja [EMAIL PROTECTED] wrote: Here it is what I was trying to achieve. Each rect in this svg image would point to a different bookmark in the same PDF document (as shown in comments in the svg code). The svg:a element links to URLs only. You can't adress positions in a PDF file easily

Re: fo:basic-link on svg image

2002-03-22 Thread Keiron Liddle
The second example is not valid. You cannot simply place some piece of svg inside fo. SVG can only be used in an instream-foreign-object and the xml inside that fo object must be valid for svg. As SVG cannot link internally in the fo document then you cannot do it with svg. On 2002.03.22

Re: fo:basic-link on svg image

2002-03-22 Thread Saif Khaja
, is there any way I can provide links (either external or internal) to an SVG image inside a pdf document. Thanks, Saif. From: Joerg Pietschmann [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: FOP User [EMAIL PROTECTED] Subject: Re: fo:basic-link on svg image Date: Fri, 22 Mar 2002 11:09:21 +0100 Saif