C# Font Kerning when Copy and Paste from Excel to Word

  • Thread starter Thread starter MartLew
  • Start date Start date
M

MartLew

Guest
Hi

I have a C# Applicaiton which is copying a chart from Excel and pasting into Word.

When pasting into Word, the font spacing\kerning becomes incorrect and some characters are noticeably out of position.

I am using the Excel Chart.CopyPicture() and Word Range.Paste() methods from Interop versions 14.0 for both.

Many thanks

Martin

Continue reading...
 
Back
Top