Re: Help: how to make an external link to a specific position in an external PDF file

2003-11-27 Thread Chris Bowditch
J.Pietschmann wrote:
snip/
See
 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19693
I don't think the patch made it into the code yet.
You have the power to change that :-)
Chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


How to reply on a message ?

2003-11-27 Thread Gergely Hajdu
I sent a message which I have received a reply on.
My problem is, how can I reply on it ?? I havent
found any answer/reply etc. etc. button/link which
I can use.

I have also tried to reply on the mail I receive when
someone is answering my question, but that did not
work either.

Please help me, thanks in advance !
/Gergely



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How to reply on a message ?

2003-11-27 Thread Richard Sweeney
You should see that the from: address is [EMAIL PROTECTED], you reply
to this address and it gets distributed to everyone on the list. To ask a
question you send a message to the list at the same address, but you already
knew that :)

-Original Message-
From: Gergely Hajdu [mailto:[EMAIL PROTECTED]
Sent: 27 November 2003 09:25
To: [EMAIL PROTECTED]
Subject: How to reply on a message ?


I sent a message which I have received a reply on.
My problem is, how can I reply on it ?? I havent
found any answer/reply etc. etc. button/link which
I can use.

I have also tried to reply on the mail I receive when
someone is answering my question, but that did not
work either.

Please help me, thanks in advance !
/Gergely



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Shrink size of images.

2003-11-27 Thread Gergely Hajdu
Sorry,I don't really understand this. I get the image
after I've ran FOP, i.e I don't have the image before
and can therefore not manipulate it. My input to FOP
is just a XSL-FO formatted template.

Thanks for taking time helping me.

/Gergely

-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 1:46 PM
To: [EMAIL PROTECTED]
Subject: Re: Shrink size of images.


The only way to reduce the image size is to do it manually using image
manipulation programs before running FOP. FOP embeds all images as is.
FOP might provide functions like that in the future but there are
currently no plans.

On 25.11.2003 09:55:26 Gergely Hajdu wrote:
 I am using the org.apache.fop.apps.Driver class and a renderer
 to render TIFF-images. My problem is that the images are to big (in
 bytesize).
 I am using maximum compression when rendering the images.

 I wonder, is there any classes in org.apache.fop where I can define
 color-depth,
 number of colours etc. etc. for the rendered image, so the size will be
 smaller ?

 I am not so familiar with graphics, there are maybe other settings I can
do
 to
 reduce the image-size ?


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Shrink size of images.

2003-11-27 Thread Jeremias Maerki
You have to get the images from somewhere. That means that you get
dynamic images from a servlet, for example, right? You may want to
check whether there are some options that can be sent to that
image-delivering servlet that makes the images smaller. You could also
implement some kind of a proxy-servlet with scales down the images it
fetches from another source (pretty inefficient, though).

On 27.11.2003 11:24:03 Gergely Hajdu wrote:
 Sorry,I don't really understand this. I get the image
 after I've ran FOP, i.e I don't have the image before
 and can therefore not manipulate it. My input to FOP
 is just a XSL-FO formatted template.


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Shrink size of images.

2003-11-27 Thread Chris Bowditch
Jeremias Maerki wrote:
You have to get the images from somewhere. That means that you get
dynamic images from a servlet, for example, right? You may want to
check whether there are some options that can be sent to that
image-delivering servlet that makes the images smaller. You could also
implement some kind of a proxy-servlet with scales down the images it
fetches from another source (pretty inefficient, though).
Jeremias - apologies for interrupting, but the original poster stated 
that they are using the Tiff Generator, and that the size of Tiff images 
generated is too large.

The question is: are there parameters that can be set on the 
TiffGenerator to reduce image size (other than compression - as max is 
already being used)

I refrained from answering because Im not familiar with the Tiff Generator.
Chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Shrink size of images.

2003-11-27 Thread Chris Adams
I think these has been some confusion, but from what I gather you are
using FOP to generate a TIFF file.

How are you using FOP to generate the TIFF, as I do not see it as one of
the output options on the website?

In either case, you may have to do some post-processing on the image to
reduce the image size.

-Original Message-
From: Gergely Hajdu [mailto:[EMAIL PROTECTED] 
Sent: 27 November, 2003 10:24
To: [EMAIL PROTECTED]
Subject: RE: Shrink size of images.


Sorry,I don't really understand this. I get the image
after I've ran FOP, i.e I don't have the image before
and can therefore not manipulate it. My input to FOP
is just a XSL-FO formatted template.

Thanks for taking time helping me.

/Gergely

-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 1:46 PM
To: [EMAIL PROTECTED]
Subject: Re: Shrink size of images.


The only way to reduce the image size is to do it manually using image
manipulation programs before running FOP. FOP embeds all images as is.
FOP might provide functions like that in the future but there are
currently no plans.

On 25.11.2003 09:55:26 Gergely Hajdu wrote:
 I am using the org.apache.fop.apps.Driver class and a renderer to 
 render TIFF-images. My problem is that the images are to big (in 
 bytesize). I am using maximum compression when rendering the images.

 I wonder, is there any classes in org.apache.fop where I can define 
 color-depth, number of colours etc. etc. for the rendered image, so 
 the size will be smaller ?

 I am not so familiar with graphics, there are maybe other settings I 
 can
do
 to
 reduce the image-size ?


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--- -
Visit our Internet site at http://www.reuters.com

Get closer to the financial markets with Reuters Messaging - for more
information and to register, visit http://www.reuters.com/messaging

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be
the views of Reuters Ltd.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Shrink size of images.

2003-11-27 Thread Gergely Hajdu
Actually I have a html-file. I am using Freemarker
to fill this html-file with values from a Java bean.
So after this step I still have a html-file.

This html-file is then ran through a program that
generates XSL-FO files. It is this XSL-FO file I
am running through FOP, which in turn renders the 
images ( by Driver.setRenderer( Driver.RENDER_TIF )

So the answer on your question You have to get the images from somewhere,
is that I get the images when running FOP.

Maybe I am unclear, but I hope you understand what
I mean.

Regards
/Gergely

Ps.Since with the Driver class it's possible to generate PDF/PS-files,
maybe anybody knows a FREE Java-library/Batch-script that converts
PDF/PS to TIFF-file format ? Ds.

-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 27, 2003 11:39 AM
To: [EMAIL PROTECTED]
Subject: Re: Shrink size of images.


You have to get the images from somewhere. That means that you get
dynamic images from a servlet, for example, right? You may want to
check whether there are some options that can be sent to that
image-delivering servlet that makes the images smaller. You could also
implement some kind of a proxy-servlet with scales down the images it
fetches from another source (pretty inefficient, though).

On 27.11.2003 11:24:03 Gergely Hajdu wrote:
 Sorry,I don't really understand this. I get the image
 after I've ran FOP, i.e I don't have the image before
 and can therefore not manipulate it. My input to FOP
 is just a XSL-FO formatted template.


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Shrink size of images.

2003-11-27 Thread Gergely Hajdu
Sorry for causing confusion,but you are right.
I am using the com.multiconn.fop package to
generate the TIFF-images, and NOT 

Driver.SetRenderer(Driver_RENDER_TIF) as I wrote
previously...

Again, sorry for causing confusion.

Regards
/Gergely

-Original Message-
From: Chris Adams [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 27, 2003 11:29 AM
To: [EMAIL PROTECTED]
Subject: RE: Shrink size of images.


I think these has been some confusion, but from what I gather you are
using FOP to generate a TIFF file.

How are you using FOP to generate the TIFF, as I do not see it as one of
the output options on the website?

In either case, you may have to do some post-processing on the image to
reduce the image size.

-Original Message-
From: Gergely Hajdu [mailto:[EMAIL PROTECTED] 
Sent: 27 November, 2003 10:24
To: [EMAIL PROTECTED]
Subject: RE: Shrink size of images.


Sorry,I don't really understand this. I get the image
after I've ran FOP, i.e I don't have the image before
and can therefore not manipulate it. My input to FOP
is just a XSL-FO formatted template.

Thanks for taking time helping me.

/Gergely

-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 1:46 PM
To: [EMAIL PROTECTED]
Subject: Re: Shrink size of images.


The only way to reduce the image size is to do it manually using image
manipulation programs before running FOP. FOP embeds all images as is.
FOP might provide functions like that in the future but there are
currently no plans.

On 25.11.2003 09:55:26 Gergely Hajdu wrote:
 I am using the org.apache.fop.apps.Driver class and a renderer to 
 render TIFF-images. My problem is that the images are to big (in 
 bytesize). I am using maximum compression when rendering the images.

 I wonder, is there any classes in org.apache.fop where I can define 
 color-depth, number of colours etc. etc. for the rendered image, so 
 the size will be smaller ?

 I am not so familiar with graphics, there are maybe other settings I 
 can
do
 to
 reduce the image-size ?


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--- -
Visit our Internet site at http://www.reuters.com

Get closer to the financial markets with Reuters Messaging - for more
information and to register, visit http://www.reuters.com/messaging

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be
the views of Reuters Ltd.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

attachment: winmail.dat-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Shrink size of images.

2003-11-27 Thread Jeremias Maerki
No, I'm sorry. I didn't read your mail correctly. Shame on me.

On 27.11.2003 12:04:46 Gergely Hajdu wrote:
 Sorry for causing confusion

Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Shrink size of images.

2003-11-27 Thread Gergely Hajdu
Well I think that happened to everybody sometimes :=)

Anyway, the solution I will use is to render svg-format
with FOP and then use Batik to generate the TIFF-image.

Regards
/Gergely

-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 27, 2003 2:54 PM
To: [EMAIL PROTECTED]
Subject: Re: Shrink size of images.


No, I'm sorry. I didn't read your mail correctly. Shame on me.

On 27.11.2003 12:04:46 Gergely Hajdu wrote:
 Sorry for causing confusion

Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Shrink size of images.

2003-11-27 Thread Chris Adams
I've not used this before at all, but a brief search on google found the
class documentation.  Looks like you can specify params for the encoding
of the TIFF.

http://www.tkachenko.com/fop/tiffrenderer-doc/com/multiconn/fop/codec/TI
FFEncodeParam.html



-Original Message-
From: Gergely Hajdu [mailto:[EMAIL PROTECTED] 
Sent: 27 November, 2003 11:05
To: [EMAIL PROTECTED]
Subject: RE: Shrink size of images.


Sorry for causing confusion,but you are right.
I am using the com.multiconn.fop package to
generate the TIFF-images, and NOT 

Driver.SetRenderer(Driver_RENDER_TIF) as I wrote
previously...

Again, sorry for causing confusion.

Regards
/Gergely

-Original Message-
From: Chris Adams [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 27, 2003 11:29 AM
To: [EMAIL PROTECTED]
Subject: RE: Shrink size of images.


I think these has been some confusion, but from what I gather you are
using FOP to generate a TIFF file.

How are you using FOP to generate the TIFF, as I do not see it as one of
the output options on the website?

In either case, you may have to do some post-processing on the image to
reduce the image size.

-Original Message-
From: Gergely Hajdu [mailto:[EMAIL PROTECTED] 
Sent: 27 November, 2003 10:24
To: [EMAIL PROTECTED]
Subject: RE: Shrink size of images.


Sorry,I don't really understand this. I get the image
after I've ran FOP, i.e I don't have the image before
and can therefore not manipulate it. My input to FOP
is just a XSL-FO formatted template.

Thanks for taking time helping me.

/Gergely

-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 1:46 PM
To: [EMAIL PROTECTED]
Subject: Re: Shrink size of images.


The only way to reduce the image size is to do it manually using image
manipulation programs before running FOP. FOP embeds all images as is.
FOP might provide functions like that in the future but there are
currently no plans.

On 25.11.2003 09:55:26 Gergely Hajdu wrote:
 I am using the org.apache.fop.apps.Driver class and a renderer to
 render TIFF-images. My problem is that the images are to big (in 
 bytesize). I am using maximum compression when rendering the images.

 I wonder, is there any classes in org.apache.fop where I can define
 color-depth, number of colours etc. etc. for the rendered image, so 
 the size will be smaller ?

 I am not so familiar with graphics, there are maybe other settings I
 can
do
 to
 reduce the image-size ?


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--- -
Visit our Internet site at http://www.reuters.com

Get closer to the financial markets with Reuters Messaging - for more
information and to register, visit http://www.reuters.com/messaging

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be the
views of Reuters Ltd.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--- -
Visit our Internet site at http://www.reuters.com

Get closer to the financial markets with Reuters Messaging - for more
information and to register, visit http://www.reuters.com/messaging

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be
the views of Reuters Ltd.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Shrink size of images.

2003-11-27 Thread Gergely Hajdu
Thanks Chris, but I have tested ALL parameters without getting
the image smaller...I came to the conclusion, I have to do
adjustments on the colours used. But I could not find where to
change this.

And I've sent 4 mails to the author of the package, without getting
any response. So therefore I will try to solve this by using Batik.

Thanks for taking time helping me !
/Gergely

-Original Message-
From: Chris Adams [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 27, 2003 3:26 PM
To: [EMAIL PROTECTED]
Subject: RE: Shrink size of images.


I've not used this before at all, but a brief search on google found the
class documentation.  Looks like you can specify params for the encoding
of the TIFF.

http://www.tkachenko.com/fop/tiffrenderer-doc/com/multiconn/fop/codec/TI
FFEncodeParam.html



-Original Message-
From: Gergely Hajdu [mailto:[EMAIL PROTECTED] 
Sent: 27 November, 2003 11:05
To: [EMAIL PROTECTED]
Subject: RE: Shrink size of images.


Sorry for causing confusion,but you are right.
I am using the com.multiconn.fop package to
generate the TIFF-images, and NOT 

Driver.SetRenderer(Driver_RENDER_TIF) as I wrote
previously...

Again, sorry for causing confusion.

Regards
/Gergely

-Original Message-
From: Chris Adams [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 27, 2003 11:29 AM
To: [EMAIL PROTECTED]
Subject: RE: Shrink size of images.


I think these has been some confusion, but from what I gather you are
using FOP to generate a TIFF file.

How are you using FOP to generate the TIFF, as I do not see it as one of
the output options on the website?

In either case, you may have to do some post-processing on the image to
reduce the image size.

-Original Message-
From: Gergely Hajdu [mailto:[EMAIL PROTECTED] 
Sent: 27 November, 2003 10:24
To: [EMAIL PROTECTED]
Subject: RE: Shrink size of images.


Sorry,I don't really understand this. I get the image
after I've ran FOP, i.e I don't have the image before
and can therefore not manipulate it. My input to FOP
is just a XSL-FO formatted template.

Thanks for taking time helping me.

/Gergely

-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 1:46 PM
To: [EMAIL PROTECTED]
Subject: Re: Shrink size of images.


The only way to reduce the image size is to do it manually using image
manipulation programs before running FOP. FOP embeds all images as is.
FOP might provide functions like that in the future but there are
currently no plans.

On 25.11.2003 09:55:26 Gergely Hajdu wrote:
 I am using the org.apache.fop.apps.Driver class and a renderer to
 render TIFF-images. My problem is that the images are to big (in 
 bytesize). I am using maximum compression when rendering the images.

 I wonder, is there any classes in org.apache.fop where I can define
 color-depth, number of colours etc. etc. for the rendered image, so 
 the size will be smaller ?

 I am not so familiar with graphics, there are maybe other settings I
 can
do
 to
 reduce the image-size ?


Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--- -
Visit our Internet site at http://www.reuters.com

Get closer to the financial markets with Reuters Messaging - for more
information and to register, visit http://www.reuters.com/messaging

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be the
views of Reuters Ltd.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--- -
Visit our Internet site at http://www.reuters.com

Get closer to the financial markets with Reuters Messaging - for more
information and to register, visit http://www.reuters.com/messaging

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be
the views of Reuters Ltd.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

attachment: winmail.dat-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Login problems in the bug database

2003-11-27 Thread Simon Pepping
Hi,

When I am logged in in the bug database, I must continually renew my
login. I use Mozilla Firebird 0.6 and Mozilla 1.4 on Linux. Cookies
are enabled. I have a cookie from nagoya, called BUGLIST.

When I use IE on Windows98 all goes well.

What do I do wrong? Is there a more specific email address for
questions about bugzilla?

Regards, Simon

-- 
Simon Pepping
email: [EMAIL PROTECTED]
home page: http://www.leverkruid.nl


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]