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

RE: Manipulating page-width / page-height

2002-04-25 Thread Torsten Erler
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: [EMAIL PROTECTED

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: external-graphic size

2002-04-29 Thread Torsten Erler
-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 page size of the xsl-template

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 space

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

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

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

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 table1 columns width10/width width15/width

RE: dynamic table-column-width

2002-05-15 Thread Torsten Erler
Mistake discovered: xml datasource should look like this table1 columns width10/width /columns columns width15/width /columns columns width30/width /columns /table1 snip...

RE: garbage collection on reset

2002-05-15 Thread Torsten Erler
describe this scenario in more detail? It sounds like a good use case. Regards, Arved Sandstrom -Original Message- From: Torsten Erler [mailto:[EMAIL PROTECTED]] Sent: May 15, 2002 6:23 AM To: Fop-Dev (E-mail) Subject: garbage collection on reset Can I (and if yes, how can I

FW: Environment problem

2002-05-16 Thread Torsten Erler
(in 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 problem with the SAX environment. If I start my

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

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

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

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 Neither

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