Re: [afp-renderer-users] Line Spacing and Medium Map
Brought to you by:
towny,
tumbarumba
From: Pete T. <pet...@gm...> - 2006-04-03 21:56:07
|
Prakash, You must have AFP fonts available for line spacing to work correctly, this means that you need to have AFP font files that match the font metrics you are using for PDF. Regarding your second point, the form def should be handle by the software wishing to print the AFP, the AFP Renderer is not intened as a full print solution, any additional print information such as print tray, paper etc should be handled by the software embedding the AFP Renderer. How would each page having an IMM command assist in specifying teh print tray? Rgds, Pete Prakash Ramnandanlal wrote: > Hi All, > > I have tested the AFP renderer. Not competely successfully. May be I'm > doing something wrong. May be the renderer. I hope someone can answer > that. > > The line spacing in the AFP is different than the PDF generated from > the same fo. It looks like the line spacing in the AFP is too large. > The partial fo source: > > <fo:block-container border-width="0.1mm" border-style="solid" > width="49.9mm" height="16mm" left="140.1mm" top="91.5mm" > position="absolute" font-size="8pt"> > <fo:block padding-top="1mm" text-indent="1.5mm">Line 1</fo:block> > <fo:block text-indent="1.5mm">Line 2</fo:block> > <fo:block text-indent="1.5mm">Line 3</fo:block> > <fo:block text-indent="1.5mm">Line 4</fo:block> > </fo:block-container> > Can someone tell me how the line spacing is determined. > > Secondly. Shouldn't each AFP page start with a IMM (Invoke Mediup > Map) command? The name of which should be the same name as specified > in the fo master-reference. If that name is the name of the Copy Group > in the Formdef one can specify the print tray. This is now not possible. > > Looking forward hearing from you all. > > Prakash. > |