patch EPSReader (BoundingBox)

2002-08-01 Thread Torsten Erler
Hi , I've a lot of (incorrect) ps-files produced from a foreign app. The files have BoundingBox values like: %%BoundingBox: 0.0 0.0 139.0 25.8239998 I know that it isn't conform with the spec, which requires %%HiResBoundingBox for floating point values, but I think it is a little bit to

RE: Could not compile

2002-07-01 Thread Torsten Erler
Hi just an idea: The error message suggests that there is a compiler switch [-classic] anywhere in the build process, but AFAIK jdk 1.4 doesn't deliver a classic compiler (JIT) anymore. cu Torsten > -Original Message- > From: RamanaJV [mailto:[EMAIL PROTECTED]] > Sent: Montag, 1. Juli

RE: eps preview - question

2002-05-24 Thread Torsten Erler
Ok thanks! :( cu Torsten P.S. Is there another known way to make eps visible in java? > -Original Message- > From: Jeremias Maerki [mailto:[EMAIL PROTECTED]] > Sent: Freitag, 24. Mai 2002 16:14 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: eps preview - question > > > Neit

eps preview - question

2002-05-24 Thread Torsten Erler
Hi all I've a little(?) problem on previewing eps graphics in an awt-rendered window. I know that acrobat reader doesn't preview emebedded postscript. But have I misunderstood, I thought fop does the preview on screen!? I'm using 'external-graphic' for that. My rendered page does preserve the sp

RE: Font Metrics AWT

2002-05-17 Thread Torsten Erler
Hi all Great work Ralph. The results looks very good and I hope the next release contains your fix. I've and additional wish for the AWTRenderer. Can anyone make the 'graphic' variable protected, to enable sublasses to draw on it? In my case I have to divide between final print and test print (c

RE: Environment problem (fixed)

2002-05-16 Thread Torsten Erler
Hi, just for information, for anyone, who gets in the same trouble! I've found the problem with the obsoleter SAX-2 implementation. In my classpath are 2 different xml-api's (I know about that, but I cannot avoid that, because of foreign parts in our app are delivered with this api contained in

FW: Environment problem

2002-05-16 Thread Torsten Erler
n the application every thing works fine)!? > -Original Message- > From: Torsten Erler [mailto:[EMAIL PROTECTED]] > Sent: Donnerstag, 16. Mai 2002 09:37 > To: Xalan-Dev (E-mail) > Subject: Environment problem > > > Hi all > > I've a incomprehensibly pr

RE: garbage collection on reset

2002-05-15 Thread Torsten Erler
ering > cannot independently start using a new image size. > > I think I am missing something. Can you describe this scenario in more > detail? It sounds like a good use case. > > Regards, > Arved Sandstrom > > > -Original Message- > > From: Torsten Erle

RE: dynamic table-column-width

2002-05-15 Thread Torsten Erler
Mistake discovered: xml datasource should look like this 10 15 30 >snip... - To unsubscribe, e-mail: [EMAIL PROTECT

RE: dynamic table-column-width

2002-05-15 Thread Torsten Erler
I think you have to calculate the column-width in your java code and then pass it to the xml or direct to the xslt transformer as parameter. possibility 1: create xml structure like this in your data source 10 15 30 in your xs

garbage collection on reset

2002-05-15 Thread Torsten Erler
Hi all! Can I (and if yes, how can I) configure the MEM_PROFILE_WITH_GC variable on StreamRenderer to run garbage collector every start and finish to save memory on batch printing? Additional, please take a look on FopImageFactory. This class holds strong references to every loaded image. No rel

RE: Font Metrics AWT

2002-05-13 Thread Torsten Erler
I'm using fop v0.20.3, on WINNT 4.0 SP6, java v1.3.1 (required for the project -> 1.4 not possible at this time) Here are the results from command line awt rendering for java 1.3.1 and java 1.4 (looks better) cu Torsten (ThanX for replies) -Original Message- From: Ralph LaChanc

RE: Font Metrics AWT

2002-05-10 Thread Torsten Erler
Hi all! Now I've downloaded the sdk version 1.3.1_03 from sun but the result is the same like before. I've attached a screenshot to this mail. My workflow: I go to the Driver, set the Logger and my Renderer(extended from AWTRenderer), and call render(XMLReader,InputSource) on the Driver, After th

RE: external-graphic size

2002-04-29 Thread Torsten Erler
ThanX fred After many hours of work for scaling the picture right (with attention for margins and static areas etc.), now I've accidental changed the layout master set "extend" attributes of the regions: before and after as well as the top/bottom margin unit of measures from "mm" to "px" for spac

RE: external-graphic size

2002-04-29 Thread Torsten Erler
position). ThanX Torsten -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: Montag, 29. April 2002 01:21 To: [EMAIL PROTECTED] Subject: Re: external-graphic size Torsten Erler wrote: > I've a problem with external graphics, which can be greater than the pag

external-graphic size

2002-04-26 Thread Torsten Erler
Hi all I've a problem with external graphics, which can be greater than the page size of the xsl-template. The properties max-height and max-width doesn't work (not implemented). The result is an infinite loop on rendering the (correctly) generated "fo"-file with the AWTRenderer to display the re

RE: Manipulating page-width / page-height

2002-04-24 Thread Torsten Erler
nting and print preview. ThanX also to Jeremias Maerki, but I'm not so familiar with XSLT so that I wasn't able to understand your suggestion correct. cu all Torsten Erler -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 24. April 2002 22:58 To: [

Manipulating page-width / page-height

2002-04-24 Thread Torsten Erler
Hi all Is there any way to invoke the width and height property of the PageMaster instance, to set this page properties from within the java code??? In my xsl template no width and height is set, but the rendered page comes with 576000x792000 mpixels. Can I manipulate the properties with my data

Printing Page Setup

2002-04-18 Thread Torsten Erler
Hi all I've a problem with setup the printed page sizes. In the Application the user (must have) has the possibility to change the papar format of the printed documents. I'm using AWTRenderer to preview some files on screen before printing. My xsl templates have an Page Master like this:

need help xalan-J images

2002-04-10 Thread Torsten Erler
I'm using XALAN Java 2 to translate "xsl" stylesheets to "fo" and the result to "pdf" I have to insert a graphic using URL from xml file This works fine, but all images are scaled to the specified height and width. If