RE: External Graphic

2002-06-11 Thread Urban, Patrick
Thanks for the reply...It appears to be an issue with the URL referencing a
local machine within our network. It was probably some kind of proxy issue.
I have worked around it.
 
Thanks again

-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 11, 2002 4:13 PM
To: [EMAIL PROTECTED]
Subject: Re: External Graphic


Urban, Patrick wrote:
 Can anyone help me debug this. I am looking to simply pull a logo onto my
 report with this code...
 
 fo:external-graphic src=http://epndev0006/Logo_Plain.gif/
 
 this error is being output from FOP...
 
 [ERROR]: Error while creating area : Error with image URL:
 http://epndev0006/Logo_Plain.gif and no base directory is specified.
 
 The image is in the correct directory and everything is spelled correctly.
 The image resides in the root of my wwwroot folder and I can hit it with a
 browser by typing the above URL.

I experimented a bit and it seems the image cannot be loaded.
Check your IIS logs for the reason.
As for it showing up in a browser: Are the browser and FOP
running on the same machine? Are there proxies between your
machine and the server? Can you sucessfully retrieve the
image with a command line tool like wget?
And of course, there may lurk spelling problems, you should
cutpaste the URL into the browsers location field.

J.Pietschmann


External Graphic

2002-06-10 Thread Urban, Patrick
Can anyone help me debug this. I am looking to simply pull a logo onto my
report with this code...

fo:external-graphic src=http://epndev0006/Logo_Plain.gif/

this error is being output from FOP...

[ERROR]: Error while creating area : Error with image URL:
http://epndev0006/Logo_Plain.gif and no base directory is specified.

The image is in the correct directory and everything is spelled correctly.
The image resides in the root of my wwwroot folder and I can hit it with a
browser by typing the above URL.

Thanks ,
Patrick


Landscape Layout

2002-06-07 Thread Urban, Patrick
I am looking for a technique to generate a PDF report in a landscape layout.
Is this possible using FOP?

Patrick