Hello,

in one of my programs, I assign a TTF barcode font to an AcroForm.

How can I assign it to a particular field (the one containing the barcode)?

Many thanks.

Philippe


final PDResources res = new PDResources();
res.addFont(font0);
finalDocAcroForm.setDefaultResources(res);


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to