Hello, Coming back for the WMF integration issue ...
Did you try to modify your code to integrate correctly the mode MM_ANISOTROPIC as Microsoft suggests ? Is it possible for you to make this change easily or is it too complex ? Thanks Valerie --- valerie marc <[EMAIL PROTECTED]> a écrit : > Hello, > > I tried the new variable Document.wmfFontCorrection, > > but sometimes I need to set it to 0.98 and sometimes > > to 1 ... > By changing the value of the constant, the text that > I > have put in bold or italics is sometimes too close > to > the rest of the text, and sometimes there is too > much > space ... > So this option makes things better but still, it's > not > good enough for our needs. > > Now that I use the MM_ANISOTROPIC, can you use this > setting in your code, and not recalculate the > positions of words , as Microsoft suggests ? > > > Sincerely , > > Valerie > > > Microsoft wrote: > > "Hi All, > > > > This reply may be due to the fact that > > Earlier you were using MM_ISOTROPIC. > > > > > > > > See: > > > > > > > > Http://wvware.sourceforge.net/caolan/mapmode.html > > > > > > > > Now you are using MM_ANISOTROPIC means that > > Parameters passed to SetViewportExt and > SetWindowExt > > > Are taken literally. > > > > Windows makes no adjustment. They should be able > to > > Map the co-ordinates passed in the records to the > WMF > > PDF co-ordinate system. > > > > > > > > Ask them why they canâ t? > > > > > > > > Also I note from the links below that they have > added > > A parameter to adjust font spacing. Can you use > this > > > To work around the problem? > > > > > > > > Kind regards, > " > > > > > > > > > > > > > --- Paulo Soares <[EMAIL PROTECTED]> a écrit : > > > Did you try: > > > > Document.wmfFontCorrection = 1; > > > > Paulo > > > > > -----Original Message----- > > > From: > > [EMAIL PROTECTED] > > > > > > [mailto:[EMAIL PROTECTED] > > On > > > Behalf Of valerie marc > > > Sent: Monday, November 12, 2007 10:29 AM > > > To: [email protected] > > > Subject: [iText-questions] Microsoft : WMF > > integration in iTextSharp > > > > > > Hello Paulo, > > > > > > Coming back for the WMF integration issue ... > > > > > > Guillaume, my colleague has contacted Microsoft > > about > > > this, ant it appears that we didn't use the > > correct > > > mode in our generation of WMF file. > > > > > > Find below the threads concerning this problem : > > > What do you think about that ? > > > Can this helps ? > > > > > > Thanks. > > > Valerie > > > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------- > > > ------------------ > > > De : Peter Wheat > > [mailto:[EMAIL PROTECTED] > > > Envoyé : lundi 12 novembre 2007 10:57 > > > à : Guillaume Chassigneux > > > Cc : 'THOLLOT Samuel' > > > Objet : RE: SRQ071106600648 > > > > > > > > > Hi All, > > > > > > This reply may be due to the fact that > > > earlier you were using MM_ISOTROPIC. > > > > > > > > > > > > See: > > > > > > > > > > > > > http://wvware.sourceforge.net/caolan/mapmode.html > > > > > > > > > > > > Now you are using MM_ANISOTROPIC means that > > > parameters passed to SetViewportExt and > > SetWindowExt > > > are taken literally. > > > > > > Windows makes no adjustment. They should be > able > > to > > > map the co-ordinates passed in the WMF records > to > > the > > > PDF co-ordinate system. > > > > > > > > > > > > Ask them why they canât? > > > > > > > > > > > > Also I note from the links below that they have > > added > > > a parameter to adjust font spacing. Can you use > > this > > > to work around the problem? > > > > > > > > > > > > Kind regards, > > > > > > > > > > > > Pete. > > > > > > > > > > > > From: Guillaume Chassigneux > > > [mailto:[EMAIL PROTECTED] > > > Sent: 12 November 2007 09:31 > > > To: Peter Wheat > > > Cc: 'THOLLOT Samuel' > > > Subject: RE: SRQ071106600648 > > > > > > > > > > > > Hi Peter, > === message truncated === _____________________________________________________________________________ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
