RE: Antwort: Re: Antwort: Which TIFF format is used in batik? How can I get TI FF Type 1?

2002-12-18 Thread Francis, Ronald
Afraid not :( A higher scale factor creates a bigger BufferedImage.The end result is a larger 72 dpi tiff. Ronald PS (Sorry , I replied to the wrong email earlier) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 18, 2002 8:59 AM To: [EMAIL

RE: Antwort: Re: Antwort: Re: Antwort: Which TIFF format is used in batik? How can I get TIFF Type 1?

2002-12-18 Thread Francis, Ronald
Afraid not :( A higher scale factor creates a bigger BufferedImage.The end result is a larger 72 dpi tiff. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 18, 2002 11:50 AM To: [EMAIL PROTECTED] Subject: Antwort: Re: Antwort: Re: Antwort: Wh

RE: Error while loading a local image

2002-12-18 Thread Calero, Roberto
Title: RE: Error while loading a local image Run FOP with the debug option on. I had this problem before and it was because some settings in my webserver not allowing anonymous access. when I set it to allow anonymous access the problem went away. (BTW my web server is IIS) -Original M

Re: Error while loading a local image

2002-12-18 Thread Eric Prevost
Return Receipt Your Re: Error while loading a local image document :

Multithreading with FOP

2002-12-18 Thread Ryan . Asleson
I'm trying to use FOP 0.20.4 in a multi-threaded environment to produce PDFs. As I increase the number of threads from one or two to three or four, the average rendering time per PDF increases significantly. I realize that the host environment (available memory, number of processors, etc etc) ca

fixed-width fonts are not fixed-width in FOP print

2002-12-18 Thread Jim Ross
Greetings, I am trying to use FOP (v0.20.4) from within a Java application to create a printed report that contains very precise spacing. For example, I might have a column of numbers such as: 9.5 17.23 1492.1 that I need to line up on the decimal point. I have attempted to do this using

Antwort: Re: Antwort: Re: Antwort: Which TIFF format is used in batik? How can I get TIFF Type 1?

2002-12-18 Thread reto . blunschi
> > Is there any plan to add this feature in near future? > Sure. As I'm now FOP committer it should be one more FOP output format (we > thought about more bitmap formats, supported by JAI/jimi, but I believe the > only tiff makes sense as it supports multi-page images). That's is definitely goo

Re: Background-image

2002-12-18 Thread Miguel Angel Medina Lopez
Hi Oleg: Thank you for your response, set the region-body background-image works, but I want that the image was in the full page. For example, if I define my page as a A4 I want the background fill the 210x279 mm, although I have a region-before defined. Is it possible? Thank you ---

PDF landscape rendering

2002-12-18 Thread Yugandhar_Kodali
Hi All, I am able to get PDF documents generated using FOP of Apache Software.The default for page rendering is Portrait. When I want to get document in landscape format,I used different options available to get the PDF page. reference-orientation="90" page-height="29.7cm" page-width="24cm" ma

RE: Error while loading a local image

2002-12-18 Thread Ciot, Thierry
> Or can somebody say "I have had no problems with that. I have no problem including jpeg or gif files from a Tomcat server (Both Tomcat 3.x and 4.x). And my Tomcat server is running on a different port (48080). I use something like this because my images are dynamically generated and the url is

Antwort: Re: Antwort: Which TIFF format is used in batik? How can I get TI FF Type 1?

2002-12-18 Thread reto . blunschi
Hi Oleg, Francis, I was just now looking though the code of AWTRenderer and found the method AWTRenderer.setScaleFactor(). Invoking setScaleFactor(200) on the TIFFRenderer before rendering gives me a TIFF with higher (probably double) resolution. This is all I need. Were you guys aware of this m

Grouping by position - Out Of Memory

2002-12-18 Thread Renzo Callant
Hi all, i've been looking in the archive for an example of grouping by position, but i can not seem to find a working example. I have a large xml-file, that i have to transform to a .pdf report. It's about 200 pages (but it can get larger !). It's done with a for-each for every record. And i need

Re: Background-image

2002-12-18 Thread Oleg Tkachenko
Miguel Angel Medina Lopez wrote: I want to put an image as a background in all my pages of the document. In some documentation says that the property background-image can be used to do it in the simple-page-master element but it seems that FOP isn't implement this property because I try to use it a

Re: hyphen umlaut

2002-12-18 Thread Oleg Tkachenko
Kurt Spescha wrote: have a problem with hyphenation on german umlaut on 0.20.4. If the last syllable in the line is ending with ö or ä or ü (o dieresis, a dieresis, u dieresis) and should therefore be hyphenated, is goes totally wrong. Your example looks ok to me in 0.20.5rc, verify it, please. H

Re: Changing Headers -Reply

2002-12-18 Thread Oleg Tkachenko
JEFF HARMAN wrote: Can you point me to a good source of information about the use of markers? I haven't used them yet. Take a look at Dave's book: http://www.dpawson.co.uk/xsl/sect3/bk/ch11.html#d0e8626. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel --

Re: Align tables

2002-12-18 Thread Oleg Tkachenko
Clay Leeds wrote: Unfortunately, the horizontal alignment is a bit misleading. According to the book, if you want it aligned horizontally, you need to use 'text-align="right"' (since you want to right-align the contents). I think that's misleading, because it's not just text you're trying to al

Re: Antwort: Which TIFF format is used in batik? How can I get TI FF Type 1?

2002-12-18 Thread Oleg Tkachenko
Francis, Ronald wrote: I've looked at the code in the AWTRenderer where a BufferedImage is created to paint the "page" on(defaults to 72 dpi) That is addressed by the redesign under way. Out of curiosity, how can we create a high res image / graphics context ? I would be happy to tinker with the c

Re: Background-image full page

2002-12-18 Thread Miguel Angel Medina Lopez
Hi: I'm going to response myself. My problem was that the FOP version I used was 0.20.3. I've upgraded to version 0.20.4 and now I can include background images. However I can't include in the simple-page-master to include the background in all the page, including region-after, region-before and t

Re: Antwort: Re: Antwort: Which TIFF format is used in batik? How can I get TIFF Type 1?

2002-12-18 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: Is the assumption correct, that this restriction is in the AWTRenderer of FOP? - I'm not sure actually. TIFFRenderer creates temporary BufferedImage when encoding with fax compression, is that your case, I mean GROPU3 and GROUP4 compression schemas? For the rest compressi

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 org.apache.xerces.parsers.S

Re: Different borders in PDF

2002-12-18 Thread Oleg Tkachenko
[EMAIL PROTECTED] wrote: On result PDF is clearly visible, that bottom border line is much thicker ( 2 or 3 times) than top border line. Why ? That's Acrobat's rounding effect, try to print pdf or change zoom value. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel ---

Re: Align tables

2002-12-18 Thread Oleg Tkachenko
Miguel Angel Medina Lopez wrote: That you see I render a table with the same width of the page, but this code doesn't work. What is the blid aproach to align the table right, with an absolute position? I thought about that, but I'd like to build the PDF in a structurated form. Can you show me an ex

Background-image

2002-12-18 Thread Miguel Angel Medina Lopez
Hi all: I want to put an image as a background in all my pages of the document. In some documentation says that the property background-image can be used to do it in the simple-page-master element but it seems that FOP isn't implement this property because I try to use it and doesn't work. Any sug

Re: Error while loading a local image

2002-12-18 Thread Marcus Kalthoff
Hi, just tried with fop-0.20.5rc, but same result: no picture is shown which has a "http://localhost/..."; url. Does somebody have the same problem? Or can somebody say "I have had no problems with that. I can include images with http://localhost/ !!". Regards Marcus Kalthoff Marcus Kalthoff sch