ERROR: Bad Value: 'f3 of the use attribute of font element'


hi, designed static pdf form few text fields arial font.. when opening in reader, whenever set focus field, following popup window:

bad value: 'f3 of use attribute of font element'. default used instead

would happen know caused by? not happen on other similar forms it's hard find out reason

thank in advance

go 'xml source' tab.  somewhere in there (near top) may see font prototypes <br />defined, follows:<br /><br />       <proto><br />          <font id="f0" size="7pt" typeface="arial-mt" weight="bold"/><br />          <font id="f1" size="5.9pt" typeface="arial-mt" weight="bold"/><br />          <font id="f2" size="8.7pt" typeface="arial-mt" weight="bold"/><br />          <font id="f3" size="5.2pt" typeface="arial-mt" weight="bold"/><br />        ....<br />        ....<br /><br />these prototypes referred various form elements simplify things.  so, rather <br />storing entire set of font information each text field, field need refer <br />font prototype.  example:<br /><br />             <draw name="t119" x="11.5873mm" y="91.4778mm"><br />                <value><br />                   <text>equipment</text><br />                </value><br />                <ui><br />                   <textedit><br />                   </textedit><br />                </ui><br />                <font use="#f1"/><br />             </draw><br /><br />in case, have field <font use="#f3"/>, prototype definition <br />'f3' no longer exists reason.  search through xml 'f3' , clean up.<br /><br />-- <br />justin klei<br />cardinal solutions group<br />www.cardinalsolutions.com


More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments