Thank you very much for your input. Fr�d�ric -----Message d'origine----- De: Jeremias Maerki [mailto:[EMAIL PROTECTED] Date: lundi 17 f�vrier 2003 11:53 �: [EMAIL PROTECTED] Objet: Re: Different page layout using pdf renderer or awt renderer
This happens because the two renderer use a different font source which results in slightly different font metrics for the same fonts. This in turn has consequences on the layout. There's currently nothing you can do to get the same output other than by switching renderers. PDF and PostScript, for example, should produce almost exactly the same output because they can use the same font source. That's not possible with AWT. It is even possible that different JDK version lead to different results with the AWT renderer. Please be aware that the AWT renderer doesn't directly support font embedding. Font embedding is done by the printer driver of your operating system if it is enabled there. On 17.02.2003 10:18:19 frederic.kieffer wrote: > Rendering a document through the awtrenderer (sent directly to the printer) > doesn't give me the same result than rendering the samep document throught > the PDF renderer (PDF is generated in a servlet, then open in a browser > window). > Both modules share the embedded fonts and xslt file. > Any hints? 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]
