<div dir="ltr">Ken,<div><br></div><div>When you say the config file, do you mean the printer config file. (FPML.prt)?</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 4, 2015 at 11:46 AM, Kenneth Brody <span dir="ltr"><<a href="mailto:kenbrody@spamcop.net" target="_blank">kenbrody@spamcop.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 4/4/2015 7:38 AM, Rami Mantoura wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I do have a bar code and it works when I print it direct to the Printer but<br>
does not on the PDF form through FPML.<br>
</blockquote>
<br></span>
Then you need to set an appropriate PFFONT_xxx variable, preferably in the filePro config file. For example, assuming the font is in "code39.ttf" (and there are no bold/italic versions, and the license allows it to be embedded):<br>
<br>
Windows:<br>
PFFONT_barcode=1;code39.ttf<br>
*nix:<br>
PFFONT_barcode=1:code39.ttf<br>
<br>
(Don't forget to set PFFONTDIR as well, if needed.)<br>
<br>
Then surround the code with the appropriate <FONT> tags. For example:<br>
<br>
<font name="barcode">*xx <font name="Courier"><br>
<br>
[...]<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Kenneth Brody<br>
</font></span></blockquote></div><br></div>