|
|
@@ -470,7 +470,7 @@ file_put_contents('document.pdf', $document);
|
|
|
The only difference is the naming convention of the text field. Whereas, a text
|
|
|
field for textual information can have (almost) any identifier, a text field for
|
|
|
an image must start with <emphasis>image:</emphasis>. For example, in the case of our badge
|
|
|
- application, we would have the following fields 3 fields:
|
|
|
+ application, we would have the following 3 fields:
|
|
|
</para>
|
|
|
|
|
|
<para>
|
|
|
@@ -491,7 +491,7 @@ file_put_contents('document.pdf', $document);
|
|
|
LiveDocx server. This can be achieved using the <emphasis>uploadImage($filename)</emphasis> method.
|
|
|
</para>
|
|
|
|
|
|
- <para>The following code snipped illustrates the flow:</para>
|
|
|
+ <para>The following code snippet illustrates the flow:</para>
|
|
|
|
|
|
<programlisting language="php"><![CDATA[
|
|
|
$phpLiveDocx = new Zend_Service_LiveDocx_MailMerge();
|