You are on page 1of 3

pdfDocument = {

{BEGIN backgroundImage}
background: {
image: {$backgroundImage},
{BEGIN bgWidth}
imgWidth: {$bgWidth},
imgHeight: {$bgHeight},
{END bgWidth}
},
{END backgroundImage}
styles: {
bodycell: {
fontSize:12,
},
headcell: {
fontSize:12,
bold: true
},

},
defaultStyle: {
fontSize: 14,
},
"content": [

{
table: {

location: 'top',

widths: [
"*",
],

body: [

[
{
cellId: 'c1',
col:0,
row:0,
style: 'cell',

// static colspan/rowspan

"text": [

{"text":"{$jspagetitlelabel usuarios
export}","hidden":"{$item_hide_export_header}","fontSize":30},
],
"border": [ false, false, false, false ],
"alignment": 'left',
},

],
]
}
}
,

{
table: {

location: 'grid',

widths: [
"%",
],

heights: [

"%",

],

body: [

[
{
cellId: 'c1',
col:0,
row:0,
style: 'cell',

// static colspan/rowspan

"text": [

{"hidden":"{$item_hide_export_field}","text":
{$idusuarios_pdfvalue}},

{"hidden":"{$item_hide_export_field1}","text":
{$identificacion_pdfvalue}},

{"hidden":"{$item_hide_export_field2}","text":
{$nombresusr_pdfvalue}},
{"hidden":"{$item_hide_export_field3}","text":
{$apellidosusr_pdfvalue}},

{"hidden":"{$item_hide_export_field4}","text":
{$contrasena_pdfvalue}},

{"hidden":"{$item_hide_export_field5}","text":
{$nivelusr_pdfvalue}},

],
"border": [ false, false, false, false ],
"alignment": 'left',
},

],
]
}
}
,

]
}

You might also like