0

I created an application that my company use to print PDF. i used itextsharp library to create it. when i try to view the printed pdf in Windows or MACos, the font is displayed correctly. When i try to print it with printer connected to Windows pc it works correctly. But when i try to print it with printer connected to MACos pc it doesn't works correctly. In the same pdf there are fonts created with excel and with my application. the font created with excel works correctly but the font created with my application doesn't print correctly. For adobe, the fonts are the same

I used vb.net to create application and this is code:

Dim NewFont As iTextSharp.text.Font = FontFactory.GetFont(Environment.GetFolderPath(System.Environment.SpecialFolder.Fonts) + "\Gilroy-Light.otf", 12, FontStyle.Regular)

Why the font doesn't print correctly? Maybe vb.net application can not intefce with MAC? or is itextsharp bug? Could be some type of permiss?

Spack09
  • 212
  • 1
  • 9

0 Answers0