XML Data Structure
The data specified inside the Create Jet Document command must follow a structure.
For a document creation it is needed create some layout containing the entities to be printed.
The layout contains all the entities related to the layout.
Sample:
<entity Type="Text" Name="1" Text="Date of Issuing" XPos="-6" YPos="7,2" Font="Arial" CharSize="20" Color="000000" />
<entity Type="Text" Name="2" Text="Date of Expiry" XPos="-6" YPos="0,9" Font="Arial" CharSize="20" Color="000000" />
<entity Type="Text" Name="3" Text="Name" XPos="-12" YPos="7,2" Font="Arial" CharSize="20" Color="000000" />
<entity Type="Text" Name="4" Text="Surname" XPos="-12" YPos="7,2" Font="Arial" CharSize="20" Color="000000" />
<entity Type="Text" Name="5" Text="Sex" XPos="6" YPos="7,2" Font="Arial" CharSize="20" Color="000000" />
<entity Type="Text" Name="6" Text="Date of Birth" XPos="6" YPos="7,2" Font="Arial" CharSize="20" Color="000000" />
<entity Type="Image" Name="Img1" Image="[CODE64]" XPos="-33" YPos="-5"/>
Created with the Personal Edition of HelpNDoc: Produce electronic books easily