DO NOT REPLY [Bug 31580] New: - fo:external-graphic does not work when src is an image URL which is in a jar-file

2004-10-07 Thread bugzilla
gzilla/show_bug.cgi?id=31580 fo:external-graphic does not work when src is an image URL which is in a jar-file Summary: fo:external-graphic does not work when src is an image URL which is in a jar-file Product: Fop Version: 0.20.5 Platform:

DO NOT REPLY [Bug 24658] New: - fo:external-graphic does not support SVG when src is an url

2003-11-12 Thread bugzilla
gzilla/show_bug.cgi?id=24658 fo:external-graphic does not support SVG when src is an url Summary: fo:external-graphic does not support SVG when src is an url Product: Fop Version: 0.20.5 Platform: All OS/Version: Other

DO NOT REPLY [Bug 24527] - [PATCH] RTF: added support for fo:external-graphic

2003-11-08 Thread bugzilla
gzilla/show_bug.cgi?id=24527 [PATCH] RTF: added support for fo:external-graphic [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 24527] - [PATCH] RTF: added support for fo:external-graphic

2003-11-08 Thread bugzilla
gzilla/show_bug.cgi?id=24527 [PATCH] RTF: added support for fo:external-graphic --- Additional Comments From [EMAIL PROTECTED] 2003-11-08 13:05 --- Created an attachment (id=8997) patch file

DO NOT REPLY [Bug 24527] New: - [PATCH] RTF: added support for fo:external-graphic

2003-11-08 Thread bugzilla
gzilla/show_bug.cgi?id=24527 [PATCH] RTF: added support for fo:external-graphic Summary: [PATCH] RTF: added support for fo:external-graphic Product: Fop Version: all Platform: All OS/Version: All Status: NEW Severity:

DO NOT REPLY [Bug 15119] New: - fo:external-graphic and border properties

2002-12-05 Thread bugzilla
gzilla/show_bug.cgi?id=15119 fo:external-graphic and border properties Summary: fo:external-graphic and border properties Product: Fop Version: 0.20.4 Platform: PC OS/Version: Other Status: NEW Severity: Normal Priority:

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-10 Thread Oleg Tkachenko
J.Pietschmann wrote: > I think so. But nevertheless that would be a cool feature. Consider > such a real use case: one have image stored in an application jar > file. At the moment I think FOP cannot handle such case, I didn't try myself, but a jar URI should work. Something like jar:file://

AW: [RT] Proprietary extension to fo:external-graphic

2002-11-08 Thread J.U. Anderegg
Considering PDF only, I see prefabricated image XObjects as a very powerful feature. Extracting image XObjects from PDF files and storing them for use by the renderer brings two advantages: a) saves CPU and memory at a maximum b) the user controls image representation/handling in PDFs. Writing

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-07 Thread J.Pietschmann
Oleg Tkachenko wrote: I think so. But nevertheless that would be a cool feature. Consider such a real use case: one have image stored in an application jar file. At the moment I think FOP cannot handle such case, I didn't try myself, but a jar URI should work. Something like jar:file:///foo/

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-07 Thread J.Pietschmann
Oleg Tkachenko wrote: - Fine tuning: A single large image will block a lot of memory during rendering. A possibility is a fox:cache="no" control property. In order to preserve semantics, a null image is cached for this URL, and an error is generated in case it is attempted to render the ima

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-07 Thread J.Pietschmann
Jeremias Maerki wrote: - Caching images across renderings But the SourceResolver approach will only let you cache the binary representation of an image, quite often it still has to be decoded each time it is used, which costs CPU power. Right? Right. Next try: provide a layered set of interface

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-07 Thread Oleg Tkachenko
Jeremias Maerki wrote: But the SourceResolver approach will only let you cache the binary representation of an image, quite often it still has to be decoded each time it is used, which costs CPU power. Right? I think so. But nevertheless that would be a cool feature. Consider such a real use c

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-07 Thread Jeremias Maerki
On Wed, 06 Nov 2002 23:06:53 +0100 J.Pietschmann wrote: > Conclusions and ideas so far: > - FOP should cache external graphics during a rendering and by default >clear the cache afterwards. ok. > - Caching images across renderings definitely is an issue too (think of >the company logo

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-07 Thread Oleg Tkachenko
J.Pietschmann wrote: I think it would be prudent to follow the same for fo:external-graphics and fo:color-profile, on the ground that FOs may be rendered out of order and, even more important, it is not clear whether multiple renderings of an external graphic in a static content, table header/foo

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-06 Thread J.Pietschmann
even mention this issue. Mind you, there was already a complaint where someone used a fo:external-graphic in a page footer for images representing page numbers and of course didn't get what he expected. In XSLT, for document(), it can be argued that it should be easy to arrange for an additi

fo:external-graphic in PDF

2002-11-06 Thread J.U. Anderegg
This is how it used to work: o anywhere in FOP formatting - load image, if same URL was not loaded before and find out the space needed for the image. - keep list of processed files. o PDF Renderer: - generate XObject, if XObject of same URL was not generated before. Delete image buffer: partia

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-06 Thread Bertrand Delacretaz
On Wednesday 06 November 2002 12:31, Keiron Liddle wrote: >. . . > What sort of jfor extensions are there, what do they do? We have jfor:style to define RTF styles (similar to CSS classes in concept) on the generated RTF elements. A concept that does not exist in XSL-FO as it doesn't make sense

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-06 Thread Keiron Liddle
On Wed, 2002-11-06 at 12:01, Bertrand Delacretaz wrote: > On Wednesday 06 November 2002 09:55, Jeremias Maerki wrote: > >. . . > > http://localhost/mydynamicimage)" > > xmlns:fop="http://xml.apache.org/fop"; fop:disable-caching="true"/> > >. . . > > There are some fox: extensions already IIRC (nev

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-06 Thread Keiron Liddle
er uses of the image should only insert the reference to the image. > Which brings me to my idea. I don't know if we had that before. Wouldn't > it solve this problem if we defined a proprietary extension for > fo:external-graphic to specify if a given url is not to be cached? T

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-06 Thread Oleg Tkachenko
Jeremias Maerki wrote: Thanks for answering. Do you have a pointer to some documentation describing that side-effect free policy? Unfortunately not. xsl requirements and xsl proposal states intensions for xsl to be side-effect free language, like its dad dsssl, but as side-effect free xslt is

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-06 Thread Bertrand Delacretaz
On Wednesday 06 November 2002 09:55, Jeremias Maerki wrote: >. . . > http://localhost/mydynamicimage)" > xmlns:fop="http://xml.apache.org/fop"; fop:disable-caching="true"/> >. . . There are some fox: extensions already IIRC (never used them though, but http://xml.apache.org/fop/extensions.html sa

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-06 Thread Jeremias Maerki
Thanks for answering. Do you have a pointer to some documentation describing that side-effect free policy? So, do I get you right that the close() calls can safely be removed because the semantic change I described is irrelevant? That would be nice because it's easy to fix. On Wed, 06 Nov 2002 12

Re: [RT] Proprietary extension to fo:external-graphic

2002-11-06 Thread Oleg Tkachenko
Jeremias Maerki wrote: Currently, in the context of the PDF renderer, every FopImage is closed as soon as it's written to the target file. The next time the same image/url is used it has to be reloaded. This is not true for the other renderers, where the images are really being cached. The calls

[RT] Proprietary extension to fo:external-graphic

2002-11-06 Thread Jeremias Maerki
liver different content over multiple invocations. Which brings me to my idea. I don't know if we had that before. Wouldn't it solve this problem if we defined a proprietary extension for fo:external-graphic to specify if a given url is not to be cached? The content-type attribute can obviously

DO NOT REPLY [Bug 8202] - fo:basic-link does not work for fo:external-graphic

2002-09-26 Thread bugzilla
gzilla/show_bug.cgi?id=8202 fo:basic-link does not work for fo:external-graphic [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

Re: fo:external-graphic

2002-05-13 Thread Jeremias Maerki
Looks like I'm too lazy sometimes. :-) Thanks, Jörg, for posting the link. And Holger, implementing such a protocol handler was actually what I wanted to propose. It's easy to do and very flexible. Sometimes I don't express myself too well. I'm working on it. > > Holger Prause wrote: > > > So i m

Re: fo:external-graphic

2002-05-13 Thread Holger Prause
> Holger Prause wrote: > > So i must customize the processing of the src attribute.Whats the > fastest > > way to do so ? > Hello > Depending on the JVM, introducing a custom protocol and > an associated URL handler. Sounds very good, that could be a solution as far as i can see. >There is a

Re: fo:external-graphic

2002-05-13 Thread J.Pietschmann
Holger Prause wrote: > So i must customize the processing of the src attribute.Whats the fastest > way to do so ? Depending on the JVM, introducing a custom protocol and an associated URL handler. There is a tutorial, usually Jeremias posts the URL: http://developer.java.sun.com/developer/onlin

Re: fo:external-graphic

2002-05-13 Thread Holger Prause
Hi > I have to make a FOP customization for processing the fo:external-graphic > statement.(Because the imges are stored in a strange way which i dont want > to explain in details) Are you sure that this is really necessary? It would be interesting to know what exactly makes you be

Re: fo:external-graphic

2002-05-13 Thread Jeremias Maerki
> I have to make a FOP customization for processing the fo:external-graphic > statement.(Because the imges are stored in a strange way which i dont want > to explain in details) Are you sure that this is really necessary? It would be interesting to know what exactly makes you believe yo

fo:external-graphic

2002-05-13 Thread Holger Prause
Hello, I have to make a FOP customization for processing the fo:external-graphic statement.(Because the imges are stored in a strange way which i dont want to explain in details) What classes should i take a look at ? Whats the best entry point for that ? Thank you very much , Holger Prause

DO NOT REPLY [Bug 1474] - fo:external-graphic rendered as block level object

2002-05-05 Thread bugzilla
gzilla/show_bug.cgi?id=1474 fo:external-graphic rendered as block level object [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 4262] - Infinite loop when using fo:external-graphic (Fop 0.20.1)

2002-04-22 Thread bugzilla
gzilla/show_bug.cgi?id=4262 Infinite loop when using fo:external-graphic (Fop 0.20.1) [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

SV: problems with fo:external-graphic

2002-03-13 Thread Klosa Uwe
]Ämne: Re: problems with fo:external-graphic Hello Michael,   Do you still have the same problem ? (SVGDocument class not found ?) I've got the same problem. It heavily depends on your tomcat version you are using. A quick hack for me was to move batik.jar from my WEB-IN

Re: problems with fo:external-graphic

2002-03-12 Thread Guillaume Laforge
r" <[EMAIL PROTECTED]> wrote Hello all,I have a problem with fo:external-graphic.I use a Servlet to do PDF generation together with a test style sheet whichproduces FO-code in which the following fo:external-graphic is contained:...height="0.58cm" width="2

RE: fo:external-graphic question

2001-12-05 Thread Todd McGrath
esday, December 05, 2001 1:09 AM To: [EMAIL PROTECTED] Subject: Re: fo:external-graphic question Ours is an SSL site. Like I wrote I just sue the absolute file path below. It works for all the Unix boxes. PDF imbeds the image anyway, rather than just linking to it and letting the browser server

Re: fo:external-graphic question

2001-12-04 Thread Matt Savino
e using FOP in SSL enabled sites with external-graphic that are not > static filebased? > > Todd > > -Original Message- > From: Max Froumentin [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 03, 2001 10:26 AM > To: [EMAIL PROTECTED] > Subject: Re: fo:external-gr

RE: fo:external-graphic question

2001-12-03 Thread Todd McGrath
hat are not static filebased? Todd -Original Message- From: Max Froumentin [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 10:26 AM To: [EMAIL PROTECTED] Subject: Re: fo:external-graphic question You wrote: > If you want a relative URI, why not just use a relative URI? I.e., > sr

Re: fo:external-graphic question

2001-12-03 Thread Max Froumentin
You wrote: > If you want a relative URI, why not just use a relative URI? I.e., > src="config/isappdev/applications/RVWebApp1/WEB-INF/lib/ClinTrialLogoGreenBig.gif"? > Then the current protocol, host, and directory will be used as the base URI > and the relative URI interpreted relative to th

Re: fo:external-graphic question

2001-11-30 Thread Christopher R. Maden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 10:28 30-11-2001, Savino, Matt C wrote: >But every time I try to use something like this: >src="file://./config/isappdev/applications/RVWebApp1/WEB-INF/lib/ClinTrialLo >goGreenBig.gif" /> I wouldn't expect that to work; that says make a file conn

fo:external-graphic question

2001-11-30 Thread Savino, Matt C
Has anyone figured out a way to use a relative path with the "file:..." protocol in fo:external-graphic? The path below works on my Unix boxes. The probem is I develop in an NT box and I'm getting tired of changing my stylesheets every time I upload to the staging or porduction ser

DO NOT REPLY [Bug 4262] - Infinite loop when using fo:external-graphic (Fop 0.20.1)

2001-10-31 Thread bugzilla
gzilla/show_bug.cgi?id=4262 Infinite loop when using fo:external-graphic (Fop 0.20.1) --- Additional Comments From [EMAIL PROTECTED] 2001-10-31 06:23 --- I ran into this problem when using a graphic which could not be scaled to fit on the page: - The image is scaled to fit the page-width

DO NOT REPLY [Bug 2300] - "ERROR: null" with fo:external-graphic

2001-10-31 Thread bugzilla
gzilla/show_bug.cgi?id=2300 "ERROR: null" with fo:external-graphic [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 4262] New: - Infinite loop when using fo:external-graphic (Fop 0.20.1)

2001-10-18 Thread bugzilla
gzilla/show_bug.cgi?id=4262 Infinite loop when using fo:external-graphic (Fop 0.20.1) Summary: Infinite loop when using fo:external-graphic (Fop 0.20.1) Product: Fop Version: all Platform: PC OS/Version: Linux Statu

FW: FOP - Optimising the image caching mechanism for fo:external- graphic

2001-10-17 Thread Joshua.Kuswadi
October 2001 17:17 > To: '[EMAIL PROTECTED]' > Subject: FOP - Optimising the image caching mechanism for > fo:external-graphic > > > Hi, > > We're using FOP version 0.20.1 here, and we were encountering > a wierd little problem with fo:external-graph

Can fo:external-graphic refer to image URLs?

2001-09-12 Thread Jocelyn Paine
I notice that in all the examples I've seen, the src attribute of fo:external-graphic points at a file. Can it refer to a URL? I wish to generate PDF pages which contain lots of graphs. These graphs are dynamically generated by a servlet which takes a URL containing the data points in its

RE: Can fo:external-graphic refer to image URLs? (fwd)

2001-09-12 Thread Jocelyn Paine
On Wed, 12 Sep 2001, Alistair Hopkins wrote: Thanks! That works. So FOP can handle fo:external-graphic images at the end of an HTTP URL. > Try replacing & with & > & is a reserved character and the XML parser is interpreting as the start of > an entity befor

RE: Can fo:external-graphic refer to image URLs? (fwd)

2001-09-12 Thread Alistair Hopkins
M To: [EMAIL PROTECTED] Subject: Can fo:external-graphic refer to image URLs? (fwd) I notice that in all the examples I've seen, the src attribute of fo:external-graphic points at a file. Can it refer to a URL? I wish to generate PDF pages which contain lots of graphs. These graphs are dynamical

Can fo:external-graphic refer to image URLs? (fwd)

2001-09-12 Thread Jocelyn Paine
I notice that in all the examples I've seen, the src attribute of fo:external-graphic points at a file. Can it refer to a URL? I wish to generate PDF pages which contain lots of graphs. These graphs are dynamically generated by a servlet which takes a URL containing the data points in its

[DO NOT REPLY: Bug 2300] "ERROR: null" with fo:external-graphic

2001-09-04 Thread bugzilla
=2300 *** shadow/2300 Sun Jun 24 02:59:09 2001 --- shadow/2300.tmp.29372 Tue Sep 4 14:51:09 2001 *** *** 2,8 | "ERROR: null" with fo:extern

Re: confusion with content-height and height properties on fo:external=graphic

2001-07-23 Thread Arved Sandstrom
At 12:14 PM 7/23/01 +0200, Petr Andrs wrote: >when I want to include external image using fo:external-graphic and I >want it to be scaled to specified dimension I have to use content- >height and content-width properties. This is how I understand XSL FO >spec and how it works in XEP

confusion with content-height and height properties on fo:external=graphic

2001-07-23 Thread Petr Andrs
Hi, when I want to include external image using fo:external-graphic and I want it to be scaled to specified dimension I have to use content- height and content-width properties. This is how I understand XSL FO spec and how it works in XEP and Antenna. In FOP this doesn't work. In FOP

[Bug 2300] New: - "ERROR: null" with fo:external-graphic

2001-06-24 Thread bugzilla
null" with fo:external-graphic | + ++ + |Bug #: 2300Product: Fop | + | Status: NEW