Change full PDF font
Posted by Penyo on Jul 04, 2012; 12:30pm
URL: https://support.nabble.com/Change-full-PDF-font-tp7580598.html
Hello.
I have PDF template and I create a finished form from this template.
I want to change font for all pdf, but I can't. I add "AddSubstitutionFont" in PdfStamper, but in pdf is default font. I tried with
AcroFields.SetFieldProperty(....); and AcroFields.SetField(...);
but labels is again with default font.
Can you help me?
Thanks!