RE: Building FOP (was: [PATCH] Fix DPI for PDF Transcoder.)

2003-11-06 Thread Chris Bowditch
From: Glen Mazza <[EMAIL PROTECTED]> Thanks very much, Chris, for checking this for us. Glen My pleasure. If there are any "small" jobs I can do to aid the development of 1.0 then feel free to ask. Chris _ Use MSN Messenger to se

RE: Building FOP (was: [PATCH] Fix DPI for PDF Transcoder.)

2003-11-06 Thread Glen Mazza
--- Chris Bowditch <[EMAIL PROTECTED]> wrote: > > I did an update just now on both Trunk and > maintenance branches. After doing > a "build clean" both built successfully. I assume > > Thanks very much, Chris, for checking this for us. Glen __ Do you Yahoo!? P

RE: Building FOP (was: [PATCH] Fix DPI for PDF Transcoder.)

2003-11-06 Thread Chris Bowditch
From: "OBRADOVIC,PETAR (HP-Vancouver,ex1)" <[EMAIL PROTECTED]> A polite request: please dont re-use existing threads to start a new thread I am sorry if I am missing something obvious but I am not able to build the latest code after this change. It seems that "batik.jar" which is checked in "xml-

RE: [PATCH] Fix DPI for PDF Transcoder.

2003-11-05 Thread OBRADOVIC,PETAR (HP-Vancouver,ex1)
n't have any luck finding this class there either. I am Ok for now by switching back to version 1.7 of "PDFTranscoder.java". Petar -Original Message- From: Glen Mazza [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 9:46 PM To: [EMAIL PROTECTED] Subject: Re: [P

Re: [PATCH] Fix DPI for PDF Transcoder.

2003-11-05 Thread Glen Mazza
--- Thomas DeWeese <[EMAIL PROTECTED]> wrote: > > BTW, an embarrassing Java 101 question: Why > wasn't it > > necessary to manually import the > > SVGAbstractTranscoderUserAgent class in the > > PDFTranscoder.java file? > >Because it is an innerclass of a baseclass. OK...I see it now, it's d

Re: [PATCH] Fix DPI for PDF Transcoder.

2003-11-05 Thread Thomas DeWeese
Hi Glen, Glen Mazza wrote: Just applied--thanks. Thanks! BTW, an embarrassing Java 101 question: Why wasn't it necessary to manually import the SVGAbstractTranscoderUserAgent class in the PDFTranscoder.java file? Because it is an innerclass of a baseclass. Glen --- Thomas DeWeese <[EMAIL

Re: [PATCH] Fix DPI for PDF Transcoder.

2003-11-04 Thread Glen Mazza
Thomas, Just applied--thanks. BTW, an embarrassing Java 101 question: Why wasn't it necessary to manually import the SVGAbstractTranscoderUserAgent class in the PDFTranscoder.java file? Glen --- Thomas DeWeese <[EMAIL PROTECTED]> wrote: > +protected org.apache.batik.bridge.UserAgent > crea

Re: [PATCH] Fix DPI for PDF Transcoder.

2003-11-04 Thread Glen Mazza
Thanks, Thomas--I'll get to this tonight or tomorrow night. Glen --- Thomas DeWeese <[EMAIL PROTECTED]> wrote: > Hi all, > > I've attached a patch to the PDF transcoder > which changes the > UserAgent to always report a pixel to millimeter > conversion > corresponding to 72dpi. This is requ

[PATCH] Fix DPI for PDF Transcoder.

2003-11-04 Thread Thomas DeWeese
Hi all, I've attached a patch to the PDF transcoder which changes the UserAgent to always report a pixel to millimeter conversion corresponding to 72dpi. This is required because this is the default userspace of the PDFGraphics2D. It also fixes a minor issue with how the PDF graphics is set

dpi

2001-12-13 Thread Marc Sumner
Hi all, I have a question about the dpi resolution in pdf documents generated via FOP. From previous mailings I was able to extract the following information (please correct me if I'm wrong): The resolution of text depends on the output device (monitor, printer, etc.), but the resolutio

Some changes to reflect DPI stored in images

2001-11-30 Thread "Buchtík, Michal"
Title: Some changes to reflect DPI stored in images Currently, I changed only JPEG class to reflect DPI. To add support to other image types, only change the corresponding analyzer. I compile this changes with FOP 0.20.2 without any errors

RE: DPI of images...

2001-10-29 Thread Joshua.Kuswadi
Christian wrote: > If I insert images in PDFs, what DPI is used? Is that defined? > Are the DPI used, that can be stored in JPG? According to the spec, for fo:external-graphic: http://www.w3.org/TR/xsl/slice6.html#fo_external-graphic "In the case when the graphics form

DPI of images...

2001-10-29 Thread Beer, Christian
Hi! If I insert images in PDFs, what DPI is used? Is that defined? Are the DPI used, that can be stored in JPG? Thanks in advance Christian DIRON Wirtschaftsinformatik GmbH & Co. KG Christian Beer ([EMAIL PROTE

RE: dpi

2001-10-15 Thread Jim Wright
o, no sweat! jw -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, October 15, 2001 5:50 PM To: [EMAIL PROTECTED] Subject: RE: dpi Thanks. What about background colours which do not use svg? So if you do Extensible Markup Language (XML

RE: dpi

2001-10-15 Thread panos
, 2001 3:39 PM To: [EMAIL PROTECTED] Subject: RE: dpi Change it with what? I assume you mean graphics... A pdf will display to the resolution of your printer. Gifs, pngs and the like often default to 72 dpi, but you can work around this by making the graphic bigger than it needs to be, then scaling it

RE: dpi

2001-10-15 Thread Jim Wright
Change it with what? I assume you mean graphics... A pdf will display to the resolution of your printer. Gifs, pngs and the like often default to 72 dpi, but you can work around this by making the graphic bigger than it needs to be, then scaling it down within the appropriate block (just make

dpi

2001-10-15 Thread panos
Is it possible to change the default dpi from 72 to 600 (say)? Thanks, --Panos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]