I made the change to fo:wrapper and the problem does persist. >>> "Andreas Delmelle" <[EMAIL PROTECTED]> 6/13/2008 11:02 AM >>>
>----- Oorspronkelijk bericht ----- >Van: David Gerdt [mailto:[EMAIL PROTECTED] >Verzonden: vrijdag, juni 13, 2008 04:43 PM > Hi > I'm using FOP to generate PCL on an AIX box. I'm running into some > weird spacing surrounding several inline areas that I have. > The attached PDFs (generated as PCL and then converted to PDFs > --they accurately represent the actual printed copies) show the > differences when the same fragment is rendered on my local Windows > machine and on the AIX machine. I have tried trunk and 95beta on both > systems with the same results. > I knew that the font metrics would be slightly different between systems, > but I don't understand the random spacing. Is this a JVM thing? I'm not sure I understand what's causing this issue either... Can you do us a favor and try replacing fo:inline with fo:wrapper, try again, and report back on whether this effect persists? (Side-note: using fo:wrapper in cases where you don't really need an fo:inline, is much better for the memory footprint. In a large document containing lots of inlines, I once noticed a drop of +64MB in memory usage for the FO-tree. The reason is that the wrapper's properties are not stored as members of the corresponding Java object, which makes the instance size a lot smaller than that of blocks or inlines.) TIA! Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
