vote up 2 vote down star

I have a pdf that has been created using the Foxit form designer. On my design system, I have the barcode font installed. The barcode font is used in one of the AcroFields. It appears that foxit does not embed the font in the document.

I also have customers that do not have the barcode font installed in their computers, and thus I would like to embed the font into the PDF. Is there a way for me to embed a font that is used in the AcroFields into the PDF using iText?

EDIT: The font seems to be included in the text, but not the fields, Therefore the font(barcode) will not print.

flag

63% accept rate

1 Answer

vote up 1 vote down

Yes, there is such parameter in font creation: api link

You can see example here:

http://itext.ugent.be/library/com/lowagie/examples/fonts/FontEncoding.java

link|flag
This shows how to add a font to the text, I am looking for adding a font to the acrofields. – Milhous Mar 9 at 16:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.