Hi,
I'm using the PrivateFontCollection, to generate a PDF with text that has been entered into the textboxes. The Font name and file path that is used is taken from the database.
Public privateFonts As New System.Drawing.Text.PrivateFontCollection()
Public addedFonts As New Collection
This has been working well for a number of years. Now all of a sudden some of the text that is entered into the textboxes doesn't appear on the PDF when the 'create pdf' button is clicked.
It's hard to detect a pattern, but I've noticed any words beginning with 'K', don't appear to output to the PDF.
Anyone any ideas or advice?
thank you
Go to the complete details ...