<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-CA link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='mso-fareast-language:EN-CA'>I have a print problem that I can’t seem to solve. Dave sent me much of the code of this about a year or more ago and it seems to me it was working at one point but not now. The certificate prints OK, it just won’t print the users name or the date on it. The user types in their name which is updated on the ‘namevalue’ page using ‘.setText’, so the name displays on the certificate as well as the date – unless I use the ‘EmbedFonts’ property set to 1 in which case they don’t appear on the certificate.  When I print the ‘textpage’ I’m expecting the name and date as well to print as they are attached to that page, but they don’t. What am I doing wrong?<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-CA'><o:p> </o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-CA'>Thanks <o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-CA'>RonM2<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-CA'><o:p> </o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:EN-CA'><img width=152 height=191 id="Picture_x0020_5" src="cid:image001.jpg@01CF319B.28614930"></span><o:p></o:p></p><p class=MsoNormal>The user types in their name below (it won’t show if embedFont = 1)<o:p></o:p></p><p class=MsoNormal><span style='mso-fareast-language:EN-CA'><img width=309 height=198 id="Picture_x0020_1" src="cid:image002.jpg@01CF319B.28614930"></span><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The cert prints, but not the users name or the date:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>pj = new PrintJob();<o:p></o:p></p><p class=MsoNormal>if (pj.start()){<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    pj.addPage(textpageid,{xMin:-20,xMax:730,yMin:-30,yMax:570});<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>  pj.send(); <o:p></o:p></p><p class=MsoNormal>};<o:p></o:p></p></div></body></html>