Re: external-graphic

2002-05-30 Thread J.Pietschmann
Kelvin Zheng wrote: Has anyone successfully displayed image at page header as the following: fo:static-content flow-name=xsl-region-before fo:block fo:external-graphic src=http://xml.apache.org/fop/resources/logo.gif;

Re: External-graphic

2002-05-10 Thread claes . bergsten
I have some questions regarding the external-graphic tag. What part of the fop implementation is it that decides which image formats that is supported? The build process looks which image libraries are in the classpath and compiles adapter classes accordingly. Is it the Jimi lib or is it

Re: External-graphic

2002-05-10 Thread Jeremias Maerki
Strange, I've never had any problems yet. Some random thoughts: - Did you try GhostScript/GhostView? - Are your EPS files PostScript Level 1? CorelDraw, for example, tells me some strange stuff when I choose anything else that Level 1 when exporting EPS. True embedded EPS files doesnt show

Re: External-graphic

2002-05-10 Thread claes . bergsten
Strange, I've never had any problems yet. Some random thoughts: What exactly have you worked with/printed with? My target machine is a big Xerox monster that uses a RIP engine to process the PDFs and send PS to the printer. Gives following err message: RIP: PostScript Error:

Re: External-graphic

2002-05-10 Thread Jeremias Maerki
Strange, I've never had any problems yet. Some random thoughts: What exactly have you worked with/printed with? My target machine is a big Xerox monster that uses a RIP engine to process the PDFs and send PS to the printer. I've used Acrobat Reader 4.05 on Linux to convert the PDF to

RE: external-graphic size

2002-04-29 Thread Torsten Erler
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: Montag, 29. April 2002 01:21 To: [EMAIL PROTECTED] Subject: Re: external-graphic size Torsten Erler wrote: I've a problem with external graphics, which can be greater than the page size of the xsl-template

RE: external-graphic size

2002-04-29 Thread fred redf
occures before on formatting the area tree (I'll debug this step by step, to find the precise position). ThanX Torsten -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: Montag, 29. April 2002 01:21 To: [EMAIL PROTECTED] Subject: Re: external-graphic size

RE: external-graphic size

2002-04-29 Thread Torsten Erler
[mailto:[EMAIL PROTECTED]] Sent: Montag, 29. April 2002 10:23 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: external-graphic size Hi all, I had the same prob in my project. I made a little java class (based on some code i found on the internet) that calculate the actual width of my image

Re: external graphic [Usage notes]

2001-10-31 Thread Corinna Hischke
work for me. Instead the block-container remained blank. Thanks again, Corinna - Original Message - From: Branham, Paul [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 30, 2001 11:09 PM Subject: RE: external graphic Try putting it inside of a table. I did this and I

Re: external graphic

2001-10-30 Thread Corinna Hischke
Hi All I'm facing the same problem like Kenneth's No. 1. My gif-Image is quite big (3000x2000 pixels) and should be scaled down to about 2x1 cm. I already tried the trick using a block-container of suitable size, but still there is no error and no image coming up. Any suggestions? - Corinna

RE: external graphic

2001-10-30 Thread Branham, Paul
] Subject: Re: external graphic Hi All I'm facing the same problem like Kenneth's No. 1. My gif-Image is quite big (3000x2000 pixels) and should be scaled down to about 2x1 cm. I already tried the trick using a block-container of suitable size, but still there is no error and no image coming up

Re: external graphic

2001-10-25 Thread Rajagopal. V
Hi, 1) I am unable to get a image to show up in the pdf file. fo:static-content flow-name=xsl-region-before fo:block fo:external-graphic src=images/logoTDHS.gif/Image Here /fo:block fo:block text-align=center font-size=24ptMEMORANDUM

RE: external-graphic - problem using relative path

2001-07-18 Thread Ronald Jaramillo
try fo:external-graphic src=file:VincentSite/img/chkbxgif-y.gif/ mvh Ronald -Original Message- From: Micheál Healy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 12:16 PM To: [EMAIL PROTECTED] Subject: external-graphic - problem using relative path Hi all, I posted a

Re: external-graphic - problem using relative path

2001-07-18 Thread Micheál Healy
] Sent: Wednesday, July 18, 2001 12:38 PM Subject: RE: external-graphic - problem using relative path try fo:external-graphic src=file:VincentSite/img/chkbxgif-y.gif/ mvh Ronald -Original Message- From: Micheál Healy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 12:16

RE: external-graphic - problem using relative path

2001-07-18 Thread Ronald Jaramillo
for me, not necesary the best way to do it ) MVH Ronald -Original Message- From: Micheál Healy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 2:44 PM To: [EMAIL PROTECTED] Subject: Re: external-graphic - problem using relative path Ronald, Thanks for the suggestion