Accessing authenticated external graphic objects

2005-01-14 Thread Davide Bolcioni
Greetings, while using FOP embedded in a servlet, I need to include graphics using fo:external-graphic and said graphics are generated by the same servlet. However, if the servlet uses http authentication the graphic is not included. I think I could work around the problem by cloning the servlet

Re: Accessing authenticated external graphic objects

2005-01-14 Thread J.Pietschmann
Davide Bolcioni wrote: Greetings, while using FOP embedded in a servlet, I need to include graphics using fo:external-graphic and said graphics are generated by the same servlet. However, if the servlet uses http authentication the graphic is not included. I think I could work around the problem

RE: [work] Re: Problem with External-graphic and authentication

2004-09-11 Thread Frank Daly
Never mind. I've created a subdirectory of webapps named images with no authentication required. Frank -Original Message- From: Frank Daly [mailto:[EMAIL PROTECTED] Sent: 11 September 2004 12:05 To: [EMAIL PROTECTED] Subject: RE: [work] Re: Problem with External-graphic

Problem with External-graphic and authentication

2004-09-10 Thread Frank Daly
Hi I have switched to tomcat 5 and am using basic authentication. I was able to display an image using the external-graphic fo and tomcat 4.1 also with authentication. I can see the image when I type the url in directly and then login. Is there a way to include the authentication data

RE: external-graphic problem

2004-08-25 Thread Sun, Tiffany (Tong)
Title: RE: external-graphic problem I had the same problem before, I passed in image root as a parameter to XSLT page, and add that to the path of images. The limitation is: you have to assume all images are using same root path. Tiffany -Original Message- From: vivek gupta

RE: external-graphic src problem

2004-07-23 Thread Danny
? Danny Gallagher Senior Software Engineer The Gainer Group 6075 The Corners Parkway Suite 116 Norcross Ga, 30092 -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: Thursday, July 22, 2004 4:41 PM To: [EMAIL PROTECTED] Subject: Re: external-graphic src problem On Jul 22, 2004

Re: external-graphic src problem

2004-07-23 Thread Clay Leeds
On Jul 23, 2004, at 6:20 AM, Danny wrote: Clay, Thanks for the response. The xml is being streamed from the database in this instance, so there is no xml file that resides in a directory to serve as the base for the relative path. Is there no way to use to a classpath entry as the base for the

RE: external-graphic src problem

2004-07-23 Thread Danny
Suite 116 Norcross Ga, 30092 -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 9:36 AM To: [EMAIL PROTECTED] Subject: Re: external-graphic src problem On Jul 23, 2004, at 6:20 AM, Danny wrote: Clay, Thanks for the response. The xml is being

RE: external-graphic src problem

2004-07-23 Thread Zaleski, Matthew \(M.E.\)
This possibly becomes an XSLT problem. Use a global variable passed into the XSLT transform to provide the basedir for the images. -Original Message- From: Danny [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 9:56 AM To: [EMAIL PROTECTED] Subject: RE: external-graphic src problem

RE: external-graphic src problem

2004-07-23 Thread Danny
Group 6075 The Corners Parkway Suite 116 Norcross Ga, 30092 -Original Message- From: Zaleski, Matthew (M.E.) [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 10:01 AM To: [EMAIL PROTECTED] Subject: RE: external-graphic src problem This possibly becomes an XSLT problem. Use a global

Re: external-graphic src problem

2004-07-23 Thread Clay Leeds
- From: Zaleski, Matthew (M.E.) [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 10:01 AM To: [EMAIL PROTECTED] Subject: RE: external-graphic src problem This possibly becomes an XSLT problem. Use a global variable passed into the XSLT transform to provide the basedir for the images

RE: external-graphic src problem

2004-07-23 Thread Danny
To: [EMAIL PROTECTED] Subject: Re: external-graphic src problem I should've thought of this sooner... !-- At the top of my XSL-FO file or in an xsl:include -- !--varImagesDirectory | used to set PATH to images/ directory-- xsl:variable name=varImagesDirectory/path/to/images/xsl:variable

Re: external-graphic src problem

2004-07-23 Thread Clay Leeds
On Jul 23, 2004, at 10:40 AM, Danny wrote: Still not quite, I'm still missing something: Question, in your example: xsl:variable name=varImagesDirectory/path/to/images/xsl:variable /path/to/images is the path from a known root Correct? That is correct. Otherwise... Here are my snippets

RE: external-graphic src problem

2004-07-23 Thread Danny
Parkway Suite 116 Norcross Ga, 30092 -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 1:48 PM To: [EMAIL PROTECTED] Subject: Re: external-graphic src problem On Jul 23, 2004, at 10:40 AM, Danny wrote: Still not quite, I'm still missing something

RE: external-graphic src problem

2004-07-23 Thread Zaleski, Matthew \(M.E.\)
, I really don't understand your problem domain. -Original Message- From: Danny [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 2:38 PM To: [EMAIL PROTECTED] Subject: RE: external-graphic src problem So in my case, because the xml is streamed from the db and therefore doesn't reside

Re: external-graphic src problem

2004-07-23 Thread Clay Leeds
In addition, since it follows the URI concept, you can set up the variable's value to be a URL: xsl:variable name=varImagesDirectoryhttp://nonauthenticated.server.com/path/to/ images/xsl:variable fo:external-graphic src=url('{$varImagesDirectory}/pic.jpg') /fo:external-graphic ...would

Re: external-graphic src problem

2004-07-23 Thread J.Pietschmann
Danny wrote: Using baseDir I could reference the relative path to the image in the xsl, but I would have to specify an absolute path in the baseDir, so really that is the same as just hardcoding the path in the xsl. My problem is that I do not want to require the application be installed in a

external-graphic src problem

2004-07-22 Thread Danny
Problem - Cannot render - external-graphic src attribute Using Fop 0.20.5 - Standalone Swing application ** Application is a standalone Java Swing application. Cannot seem to get a jpg to render in my pdf unless I hardcode the complete path to the image in the external-graphic src

Re: external-graphic src problem

2004-07-22 Thread Clay Leeds
On Jul 22, 2004, at 1:20 PM, Danny wrote: ** Application is a standalone Java Swing application.  Cannot seem to get a jpg to render in my pdf unless I hardcode the complete path to the image in the external-graphic src attribute. The data in the pdf renders fine, just no image.  The image file

Rotating External-Graphic

2004-06-21 Thread Ralph Goebel
Hello World, I actually create a XSL:FO file an are now facing a little problem. Many thanks in advance, if you could help me with this. I have many EPS graphic files to include in the document. Because of the dimension of the pages, the EPS files need to be rotated. I see two possibilities to

Re: Rotating External-Graphic

2004-06-21 Thread Jeremias Maerki
Three ideas: 1. Create a small PostScript program that embeds an EPS file and rotates it as desired. Then run the PS program through GhostScript and use the EPS writer. This can easily be automated with script languages and a minimum of programming knowhow. 2. Requires some programming

problem external-graphic and background

2004-05-07 Thread Selber Jean-François
hello, I'm using fop 0.20.5 I want to display a border arround an image with 3d effect I try a simple sample with 2d effect but it doesn't work: fo:external-graphic src="" height="3.5cm" width="3cm" border-color="black" border-width="1pt" border-style="solid"/ there is no border arround

Fw: problem external-graphic and boder

2004-05-07 Thread Selber Jean-François
hello, I'm using fop 0.20.5 I want to display a border arround an image with 3d effect I try a simple sample with 2d effect but it doesn't work: fo:external-graphic src="" height="3.5cm" width="3cm" border-color="black" border-width="1pt" border-style="solid"/ there is no border arround

RE: problem external-graphic and background

2004-05-07 Thread Andreas L. Delmelle
can I obtain a shade effect for 3D effects, you might be better off embedding your JPEG in an SVG, and using that SVG as source for the external graphic. You then wouldn't need to draw borders in FO altogether (--or use these as complementary) HTH! Greetz, Andreas

Re: problem external-graphic and background

2004-05-07 Thread Chris Bowditch
iamge border properties have not been implemented yet. You could put the external-graphic inside a single column single row table with borders on the table cell. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: external-graphic and caption

2004-02-27 Thread J.Pietschmann
Wouter de Vaal wrote: On a related note: if I create a few fo:table withing 1 fo:block, each table will appears on the next line. So I was hoping for tabletabletable but I get table table table Table is a block level element. Starting a table creates a new block area, which closes any line you was

external-graphic and caption

2004-02-26 Thread Wouter de Vaal
Hi, Is it possible to add a caption to an external-graphic without putting it in a table? My goal is to have multiple graphics within a block so they will be put on one line untill there is no more space and then the next will be shown on the next line.. Regards, Wouter

Re: external-graphic and caption

2004-02-26 Thread J.Pietschmann
Wouter de Vaal wrote: Is it possible to add a caption to an external-graphic without putting it in a table? It depends on what you mean by add a caption to an external-graphic. My goal is to have multiple graphics within a block so they will be put on one line untill there is no more space

RE: external-graphic does not support SVG when src is an url

2003-11-13 Thread Andreas L. Delmelle
-Original Message- From: Unger, Joachim [mailto:[EMAIL PROTECTED] I found a problems when using urls instead of files for fo:external-graphic's src paramater. What kind of problems exactly? The image does not get picked up or what? snip/ It works in 95% of all cases with APACHE.

Re: external-graphic : twice request for the same element

2003-09-20 Thread Thomas Sondag
Le jeu 18/09/2003 à 23:38, J.Pietschmann a écrit : Thomas S wrote: I'm using FOP fop-0.20.5 with fop.sh script and for all external-graphic element, I can see 2 requests in my apache log. Well, this happens for a few image formats. FOP first opens a connection to check the image type

Re: external-graphic : twice request for the same element

2003-09-18 Thread J.Pietschmann
Thomas S wrote: I'm using FOP fop-0.20.5 with fop.sh script and for all external-graphic element, I can see 2 requests in my apache log. Well, this happens for a few image formats. FOP first opens a connection to check the image type (format), then may access the URL again to do the actual

external-graphic : twice request for the same element

2003-09-17 Thread Thomas S
Hello, I'm using FOP fop-0.20.5 with fop.sh script and for all external-graphic element, I can see 2 requests in my apache log. So I lose lot of time for dynamically generated images. Is that normal ? Can I change it ? my .fo file : ?xml version=1.0 encoding=utf-8? fo:root font-family=Times

Problem with external-graphic and https-url

2003-08-20 Thread Pasi Kallioniemi
Hello all, I'm using fop 0.20.4 to render pdf documents through servlets. In my xsl-fo file there is an external-graphic link to our servlet (run under tomcat). And when requested the servlet responses through servletstream with an dynamically created image (.png-format). I have also relative

Re: Problem with external-graphic and https-url

2003-08-20 Thread J.Pietschmann
Pasi Kallioniemi wrote: All goes well (the local and dynamic images are rendered correctly) as long as the dynamically created link is under http:// But now when we have set our server under SSL-certificate so the secure connection url starts with https://... the following error appears:

AW: external-graphic problem

2003-06-25 Thread markus . mueller
when i use the fo:external-graphic tag. $ I use FOP and i have this error when i try to parse the fo file: $ $ $ Unsupported element encountered: external-graphic (Namespace $ : Default) $ Source context: ... $ $ Expected XSL-FO (root,, page sequence,etc.), SVG (svg, rect, etc

External graphic referencing within a servlet

2003-05-21 Thread Jeremy Nix
Title: External graphic referencing within a servlet I'm using a serlvet to perform the XSLT transformation into my PDF document. Everything works fine EXCEPT the images. I've tried referencing my images many different ways, and none seem to work. Does anybody know how to get

Re: External graphic referencing within a servlet

2003-05-21 Thread William Gilbert
I'm using a serlvet to perform the XSLT transformation into my PDF document. Everything works fine EXCEPT the images. I've tried referencing my images many different ways, and none seem to work. Does anybody know how to get this functionality to work? Here's my graphic:

Re: External graphic referencing within a servlet

2003-05-21 Thread Jeremias Maerki
You may need to the the base directory/URL. See: http://xml.apache.org/fop/embedding.html#config-internal But I think your src attribute is wrong. It should be something like this: src=url(file:logo.gif). On 21.05.2003 18:02:20 Jeremy Nix wrote: I'm using a serlvet to perform the XSLT

Re: External graphic referencing within a servlet

2003-05-21 Thread Clay Leeds
On 5/21/2003 9:18 AM, Jeremias Maerki wrote: You may need to the the base directory/URL. See: http://xml.apache.org/fop/embedding.html#config-internal But I think your src attribute is wrong. It should be something like this: src=url(file:logo.gif). I was thinking it was this: fo:external-graphic

Re: External graphic referencing within a servlet

2003-05-21 Thread J.Pietschmann
William Gilbert wrote: src=file:url(logo.gif)/ That's not a meaningful value, it will be interpreted as a file ULR pointing to the file named url(logo.gif), and it's also violating URI syntax. Use src=url(logo.gif) instead and set the baseURL configuration value. J.Pietschmann

unable to get external-graphic to work

2003-05-14 Thread Tim Bachta
I am trying to use fo:external graphic and I am unable to get it working. I am using cocoon 2.0.4 that uses fop 0.20.4 and my code is below. Please help me I am losing my hair on this one. Thanks in advance. ?xml version=1.0? xsl:stylesheet version=1.0

RE: external-graphic image resolution

2003-04-22 Thread Cédric Augustin
The solution I use is to set the image size 3 time less than the real size. It works fine. -Message d'origine- De : Dan Check [mailto:[EMAIL PROTECTED] Envoyé : mardi 22 avril 2003 00:39 À : [EMAIL PROTECTED] Objet : fo:external-graphic image resolution Hi, I've been having some

RE: external-graphic image resolution

2003-04-22 Thread Michael F. Schnuerle
Dan, I've done a few projects with some high resolution images included in the final PDF that FOP generates with XML and XSL. Some of these have been 300 dpi or greater, and look great. FOP seemed to handle them fine as long as you specify the length of the image block and the image. You do

svg as external graphic does not get scaled?

2003-03-17 Thread phillip rhodes
Using fop-0.20.5rc2 I am using the external-graphic object to includes graphs. If I use a svg, it does not get scaled. My graphs scale fine if I use other image formats. The SVG does get displayed, but it appears very large. There is a height and width attribute in the svg

Re: External Graphic border

2003-03-14 Thread s-oualid
That's a well known bug which nobody yet bothered to track down. You are invited. Thanks for the invitation, I hopefully have a light week end (that's pretty rare), so I'll have some time to ruminate the code and try to understand it well ! ;o) Don't count too much on me (I'd hate to disapoint

External Graphic border

2003-03-13 Thread s-oualid
Hello, I am trying to put a 1pt black border around images. I first tried to use the border common attribute on the fo:external-graphic tag, but it doesn't work (on fop 0.20.5rc2). Here is the tag I used : fo:external-graphic border-style=solid border-width=1pt border-color=black Then, I

Re: External Graphic border

2003-03-13 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I am trying to put a 1pt black border around images. I first tried to use the border common attribute on the fo:external-graphic tag, but it doesn't work (on fop 0.20.5rc2). It's not implemented. Then, I decided to include my image in a block, but the block doesn't fit

Re: external-graphic problem

2003-02-05 Thread Oleg Tkachenko
Mihael Knezevic wrote: thanx for the response. correct me if i'm wrong, but i thought the base dir must only be set if i use this in a servlet? baseDir *may* be set if you need it. Environment doesn't matter, that's just a convenient way to resolve relative URI's. -- Oleg Tkachenko Multiconn

RE: external-graphic problem

2003-02-05 Thread Mihael Knezevic
thanx again. -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 11:25 AM To: [EMAIL PROTECTED] Subject: Re: external-graphic problem Mihael Knezevic wrote: thanx for the response. correct me if i'm wrong, but i thought the base dir

Re: How to include an external graphic using a relative path

2003-02-04 Thread Johan Åbrandt
You can define baseDir property (see faq howto) as getServletContext().getRealPath(/project/img) snip... Just a reminder that getRealPath( ... ) is allowed to return null if the application is deployed for example in a war file, according to the servlet spec. This advice is hence likely to

external-graphic problem

2003-02-04 Thread Mihael Knezevic
hi, i think i got a simple problem and probably everybody will point me to the fop faq but i need an example (hopefully a working one). i want to have one pic on one page. i got the following xml file: Bericht Bild source=wgr-50.jpg / Bild source=wgr-60.jpg / Bild

Re: external-graphic problem

2003-02-04 Thread Louis . Masters
): Configuration.put(baseDir, file: + imgSrcDir); -Lou Mihael Knezevic [EMAIL PROTECTED] on 02/04/2003 07:56:52 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: external-graphic problem hi, i think i got a simple problem and probably everybody will point me to the fop faq but i

RE: external-graphic problem

2003-02-04 Thread Mihael Knezevic
thanx for the response. correct me if i'm wrong, but i thought the base dir must only be set if i use this in a servlet? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 2:12 PM To: [EMAIL PROTECTED] Subject: Re: external-graphic

RE: external-graphic problem

2003-02-04 Thread Mihael Knezevic
: external-graphic problem Here is our working code: xsl:if test=@isrc!='' fo:external-graphic scaling=uniform height=auto width=auto content-width=auto content-height=auto src=[EMAIL PROTECTED]/ /xsl:if If I remember right, you also have to set the basedir (either in your userconfig.xml

How to include an external graphic using a relative path

2003-02-03 Thread Gustavo Lopez
Using FOP, I succesfully wrote a servlet to generate PDF's from in-memory DOM object's containing XSL-FO markup. I able to embed graphics files by specifying a physical path as in: fo:external-graphic src=url(/project/img/image.gif)/ However, since this is a web application, I need to be able

Re: How to include an external graphic using a relative path

2003-02-03 Thread Oleg Tkachenko
Gustavo Lopez wrote: Using FOP, I succesfully wrote a servlet to generate PDF's from in-memory DOM object's containing XSL-FO markup. I able to embed graphics files by specifying a physical path as in: fo:external-graphic src=url(/project/img/image.gif)/ However, since this is a web

svg as external graphic error

2003-01-22 Thread Josh Bosquez
When I try to use a svg file as an extenal graphic I get this error: [ERROR] Could not load external SVG: http://xml.org/sax/features/validation [ERROR] Error while creating area : No ImageReader for this type of image (file: C:/resin-2.1.4/webapps/df/svg/boxes.svg). I am using it

Re: svg as external graphic error

2003-01-22 Thread J.Pietschmann
Josh Bosquez wrote: [ERROR] Could not load external SVG: http://xml.org/sax/features/validation ... with jdk1-4. The error message indicates that Batik wants the XML parser for the SVG source to validate (odd, ask on the Batik list for further details). The parser used by default with JDK 1.4 is

Re: No handler defned for external graphic

2002-12-22 Thread Avik Sengupta
pointer. I'll probably take it to the cocoon/forrest/centipede lists. Regards - avik Joerg Pietschmann [EMAIL PROTECTED] wrote The second error is caused by the first. The real problem is here: Unknown formatting object ^external-graphic This means the external-graphic element is in the default

Re: No handler defned for external graphic

2002-12-22 Thread Joerg Pietschmann
On Sunday 22 December 2002 12:35, you wrote: Thanks. Actually i was using centipede to create the pdf which was using forrest, which was using cocoon. So it was xml-xslt-fo-pdf. Upgrade Xalan to the lates version, and you should see an error message. J.Pietschmann

Re: No handler defned for external graphic

2002-12-22 Thread Avik Sengupta
Do you mean the latest CVS? I tried with 2.4.1, same result (ie, correct result from command line, same error message via cocoon) Joerg Pietschmann wrote: On Sunday 22 December 2002 12:35, you wrote: Thanks. Actually i was using centipede to create the pdf which was using forrest, which was

Re: No handler defned for external graphic

2002-12-22 Thread Joerg Pietschmann
On Sunday 22 December 2002 14:04, you wrote: Do you mean the latest CVS? I tried with 2.4.1, same result (ie, correct result from command line, same error message via cocoon) 2.4.1 should be ok. Are you running on JDK 1.4? Check if you really use your Xalan version with Cocoon. JDK 1.4 comes

No handler defned for external graphic

2002-12-21 Thread Avik Sengupta
/FOTreeBuilder: Unknown formatting object ^external-graphic INFO(2002-12-21) 16:32.40:457 [sitemap] (Unknown-URI) Unknown-thread/PageSequence: [1] ERROR (2002-12-21) 16:32.40:477 [sitemap] (Unknown-URI) Unknown-thread/UnknownXMLObj: no handler defined for :external-graphic foreign xml Any

Re: No handler defned for external graphic

2002-12-21 Thread Joerg Pietschmann
:433 [sitemap] (Unknown-URI) Unknown-thread/FOTreeBuilder: Unknown formatting object ^external-graphic INFO(2002-12-21) 16:32.40:457 [sitemap] (Unknown-URI) Unknown-thread/PageSequence: [1] ERROR (2002-12-21) 16:32.40:477 [sitemap] (Unknown-URI) Unknown-thread/UnknownXMLObj: no handler

Fop 0.20.5rc and external-graphic SVG problem

2002-12-19 Thread Eric Prevost
I am trying to integrate an SVG file with embedded text and when i try to use it in FOP SVG and XML-fo included in this mail. I am working on W2K SP1, JDK 1.3 With FOP 0.20.5rc the result is : [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] FOP 0.20.5rc [INFO] Using

Re: Fop 0.20.5rc and external-graphic SVG problem

2002-12-19 Thread Oleg Tkachenko
Eric Prevost wrote: I am trying to integrate an SVG file with embedded text and when i try to use it in FOP SVG and XML-fo included in this mail. Please, don't include 100K+ files into mail body, attach they to the mail message instead. I am working on W2K SP1, JDK 1.3 With FOP 0.20.5rc the

Re: Fop 0.20.5rc and external-graphic SVG problem

2002-12-18 Thread Oleg Tkachenko
Eric Prevost wrote: I am trying to integrate an SVG file with embedded text and when i try to use it in FOP I am working on W2K SP1, JDK 1.3 With FOP 0.20.5rc the result is : [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] FOP 0.20.5rc [INFO] Using

Fop and external-graphic SVG problem

2002-12-17 Thread Eric Prevost
I am trying to integrate an SVG file with embedded text and when i try to use it in FOP I am working on W2K SP1, JDK 1.3, FOP 0.20.4rc ,Batik 1.1.1 or Batik 1.5 fop produce This result : [INFO] FOP 0.20.4rc [INFO] building formatting object tree [INFO] [1] Exception in thread main

Re: Fop and external-graphic SVG problem

2002-12-17 Thread Keiron Liddle
On Tue, 2002-12-17 at 10:46, Eric Prevost wrote: I am trying to integrate an SVG file with embedded text and when i try to use it in FOP I am working on W2K SP1, JDK 1.3, FOP 0.20.4rc ,Batik 1.1.1 or Batik 1.5 fop produce This result : You must use the batik that comes with fop.

Fop 0.20.5rc and external-graphic SVG problem

2002-12-17 Thread Eric Prevost
I am trying to integrate an SVG file with embedded text and when i try to use it in FOP I am working on W2K SP1, JDK 1.3 With FOP 0.20.5rc the result is : [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser [INFO] FOP 0.20.5rc [INFO] Using org.apache.xerces.parsers.SAXParser as SAX2

external-graphic and ratio

2002-06-28 Thread Rodolphe VAGNER
Hello, Is it possible to apply a ratio on an image trhought an external-graphic fo element ? I mean I want to display a graphic at 1/3 its size for example. Can anyone help ? Thanks - Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 25

Re: external-graphic and ratio

2002-06-28 Thread J.Pietschmann
Rodolphe VAGNER wrote: Is it possible to apply a ratio on an image trhought an external-graphic fo element ? I mean I want to display a graphic at 1/3 its size for example. Can anyone help ? Thanks You can't scale a graphicto 1/3 or the original size. One problem is actually: what is the original

Error using servlet for external-graphic

2002-06-27 Thread Joel Stevenson
Hi all, I'm trying to use a servlet to generate a dynamic image and am seeing the following error: 6/26/02 3:16 PM -- http://localhost:8080/client/DoGetImage?w=200h=100leftmargin=1.5 6/26/02 3:16 PM -- Could not load external SVG: The current document is unable to create an element of the

Re: Error using servlet for external-graphic

2002-06-27 Thread J.Pietschmann
Please don't crosspost to both dev and user. Joel Stevenson wrote: I'm trying to use a servlet to generate a dynamic image and am seeing the following error: 6/26/02 3:16 PM -- http://localhost:8080/client/DoGetImage?w=200h=100leftmargin=1.5 6/26/02 3:16 PM -- Could not load external SVG: The

Re: SVG External Graphic ...

2002-06-13 Thread J.Pietschmann
Jose Hernandez wrote: I'm using the JDK 1.4.0 with FOP 0.20.3 and I created a SVG file that I'm trying to put into a PDF file ... but FOP sent this error message: [ERROR]: svg graphic could not be built: file:e:/test.svg:-1 An I/O error occured while processing the URI 'file:e:/test.svg#clipPath1'

SVG External Graphic ...

2002-06-12 Thread Jose Hernandez
Hello ... I'm using the JDK 1.4.0 with FOP 0.20.3 and I created a SVG file that I'm trying to put into a PDF file ... but FOP sent this error message: [ERROR]: svg graphic could not be built: file:e:/test.svg:-1 An I/O error occured while processing the URI 'file:e:/test.svg#clipPath1'

Re: External Graphic

2002-06-11 Thread J.Pietschmann
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:

RE: External Graphic

2002-06-11 Thread Urban, Patrick
: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

Re: External Graphic

2002-06-11 Thread Jeff_Mitchell
: [EMAIL PROTECTED] Subject: External Graphic

Re: External Graphic

2002-06-11 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: If you're running FOP on a different machine than IIS, perhaps the FOP box can't resolve the name epndev006. This would give [ERROR]: Error while creating area : Error with image URL: epndev0006 and no base directory is specified. (small, but importsnt diffference)

Re: External Graphic

2002-06-11 Thread Jeff_Mitchell
: oo.de Subject: Re: External Graphic

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

Re: external-graphic width height

2002-06-05 Thread florence deforge
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 9:41 PM Subject: Re: external-graphic width height Florence Deforge wrote: Hi I need to resize some gif images which are to be displayed in a pdf doc. I tried to insert the following code inside a block or a table

external-graphic width height

2002-06-04 Thread Florence Deforge
Hi I need to resize some gif images which are to be displayed in a pdf doc. I tried to insert the following code inside a block or a table-cell : fo:external-graphic width=75% height=75% text-align=center xsl:attribute name=src xsl:textfile:/xsl:text xsl:value-of

Re: external-graphic width height

2002-06-04 Thread J.Pietschmann
Florence Deforge wrote: Hi I need to resize some gif images which are to be displayed in a pdf doc. I tried to insert the following code inside a block or a table-cell : fo:external-graphic width=75% height=75% text-align=center xsl:attribute name=src xsl:textfile:/xsl:text

How to prevent external-graphic resize itself.

2002-04-24 Thread David Calles
Hi, When I try to put an image in a cell of a table, and I don't specify any dimensions (width= and height=), because I don't know them, the image gets the maximum space it can in the cell. Is it exists any parameter to use with external-graphic to format images with the original size? Thank

external-graphic

2002-04-23 Thread Harald Meyer
Hello, I have a problem with external graphics. FOP seems to ignore any settings of content-height and content-width. It always puts out the graphic at the same size. Harald

Re: external-graphic

2002-04-23 Thread J.Pietschmann
Harald Meyer wrote: I have a problem with external graphics. FOP seems to ignore any settings of content-height and content-width. It always puts out the graphic at the same size. Both content-height and content-width are not mentioned in docs/html-docs/implemented.html and seem to be commented

Re: external-graphic SVG problem ...

2002-04-13 Thread J.Pietschmann
RAYMOND Romain wrote: Is there a problem to fix a SVG heigth in an external-graphic I cannot dot it. Can you post a shoret, self contained sample which demonstrates the problem? J.Pietschmann

external-graphic SVG problem ...

2002-04-11 Thread RAYMOND Romain
Is there a problem to fix a SVG heigth in an external-graphic I cannot dot it. thanks.

Re: external-graphic within a war file

2002-04-09 Thread Tomasz Pik
Orford, Jeffrey wrote: Hi- I'm attempting to use a gif image using the fo:external-graphic tag. Both the gif file and the xsl file are located in a war file. The gif is located in a directory /images (from the war file's root) and the xsl file is located in a directory named web-inf. So far

RE: external-graphic within a war file

2002-04-09 Thread Orford, Jeffrey
/fo:table-cell Thanks. Jeff Orford -Original Message- From: Tomasz Pik [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 2:15 AM To: [EMAIL PROTECTED] Subject: Re: external-graphic within a war file Orford, Jeffrey wrote: Hi- I'm attempting to use a gif image using

Re: external-graphic within a war file

2002-04-09 Thread Tomasz Pik
PROTECTED] Sent: Tuesday, April 09, 2002 2:15 AM To: [EMAIL PROTECTED] Subject: Re: external-graphic within a war file Orford, Jeffrey wrote: Hi- I'm attempting to use a gif image using the fo:external-graphic tag. Both the gif file and the xsl file are located in a war file. The gif is located

RE: external-graphic within a war file

2002-04-09 Thread Orford, Jeffrey
The servlet is running within Weblogic 5.1 (my firm's standard for the time being) I'll try this one, Thanks again. Jeff -Original Message- From: Tomasz Pik [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 09, 2002 9:43 AM To: [EMAIL PROTECTED] Subject: Re: external-graphic within a war

clipping external-graphic

2002-04-08 Thread Lauren Commons
into the space). For instance, one graphic is a series of dots; rather than compress the dots, the right side of the graphic should be trimmed off. According to the spec, if the external-graphic tag's overflow=hidden (or NOT visible), and clip=auto, the image should be clipped to the parent block's size

Re: clipping external-graphic

2002-04-08 Thread J.Pietschmann
Lauren Commons wrote: Howdy. According to the spec, if the external-graphic tag's overflow=hidden (or NOT visible), and clip=auto, the image should be clipped to the parent block's size (if it is specified). I think clipping (overflow=hidden) is not implemented. You can try to work around

Re: clipping external-graphic

2002-04-08 Thread Lauren Commons
--- J.Pietschmann [EMAIL PROTECTED] wrote: ... I think clipping (overflow=hidden) is not implemented. Heck. Should this be mentioned in the Limitations section of the FOP website? You can try to work around this by using an SVG, which can be clipped at the SVG viewport. SVGs can refer to

external-graphic within a war file

2002-04-08 Thread Orford, Jeffrey
Hi- I'm attempting to use a gif image using the fo:external-graphic tag. Both the gif file and the xsl file are located in a war file. The gif is located in a directory /images (from the war file's root) and the xsl file is located in a directory named web-inf. So far I've tried using the

SVG external graphic doesn't show in FopServlet?

2002-04-04 Thread Carter, Will
Hi, I am having problems with external svg files in my fo file when generating PDFs using FopServlet. I am using fop-0.20.3 specifically, I have these refs to external graphics in my fo file. This works: fo:block fo:external-graphic src=

RE: JPEG external graphic works, but SVG external graphic doesn't.

2002-04-04 Thread Bill Lunnon
. fo:external-graphic src=http://mymachine/folder/generatedjpg.jpg/ This should then work with the graphic. Hope this helps Bill -Original Message- From: Carter, Will [mailto:[EMAIL PROTECTED] Sent: Thursday, 4 April 2002 9:17 AM To: '[EMAIL PROTECTED]' Subject: JPEG external graphic works, but SVG

  1   2   >