Were you able to get just ONE image to work?
By the way, if you want to use my SERVICE , you will find my e-mail in my PROFILE.
YOUR WISHED FUNCTION IS AVAILABLE !
I will need your → TEMPLATE, because i do not want to reconstruct all the PDF-File by my own.
You can either send me your template-source-code, which will look something like this…
{
"name": "Template 2",
"tags": null,
"isDraft": false,
"layout": {
"format": "A4",
"unit": "cm",
"orientation": "portrait",
"rotation": 0,
"margins": {
"top": 0.5,
"left": 0.5,
"right": 0.5,
"bottom": 0.5
},
"emptyLabels": 0,
"width": 21,
"height": 29.7,
"repeatLayout": null
},
"pages": [{
"width": 21,
"height": 29.7,
"conditionalFormats": [],
"backgroundImage": null,
"layout": [],
"components": [{
"width": 4.85,
"height": 5.51,
"id": "",
"top": 1.72,
"left": 7.28,
"zindex": 1001,
"phpClassName": "Reports_Component_CustomImage",
"className": "CustomImage",
"preview": null,
"value": "{CompanyInfo::Image1}",
"defaultValue": null,
"dataIndex": null,
"borderStatus": {
"top": true,
"right": true,
"bottom": true,
"left": true
},
"borderWidth": 0,
"borderColor": "#000000",
"borderStyle": "none",
"backgroundColor": "",
"useFlexHeight": true,
"isEditable": false,
"isPlainHTML": false,
"padding": {
"top": 0,
"right": 0,
"bottom": 0,
"left": 0
},
"conditionalFormats": [],
"fontFamily": "opensans",
"fontAlign": "left",
"fontSize": 12,
"fontType": [],
"fontColor": "#000000",
"lineHeight": 1.15,
"textDirection": "ltr",
"textColumns": 1,
"dynamicFontSize": false,
"autoScale": true,
"align": "left",
"cls": "imageComponent",
"fontValign": "top"
}, {
"width": 3.97,
"height": 1.06,
"id": "",
"top": 0.5,
"left": 0.5,
"zindex": 1002,
"phpClassName": "Reports_Component_CustomText",
"className": "CustomText",
"preview": null,
"value": "",
"dataIndex": "",
"borderStatus": {
"top": true,
"right": true,
"bottom": true,
"left": true
},
"borderWidth": 0,
"borderColor": "#000000",
"borderStyle": "none",
"backgroundColor": "",
"useFlexHeight": true,
"isEditable": false,
"isPlainHTML": false,
"padding": {
"top": 0,
"right": 0.2,
"bottom": 0,
"left": 0
},
"conditionalFormats": [],
"fontFamily": "opensans",
"fontAlign": "left",
"fontSize": 12,
"fontType": [],
"fontColor": "#000000",
"lineHeight": 1.15,
"textDirection": "ltr",
"textColumns": 1,
"dynamicFontSize": false,
"cls": "labelComponent",
"fontValign": "top"
}, {
"width": 3.97,
"height": 1.06,
"id": "",
"top": 0.5,
"left": 0.5,
"zindex": 1003,
"phpClassName": "Reports_Component_CustomText",
"className": "CustomText",
"preview": null,
"value": "{CompanyInfo::CompanyName}",
"dataIndex": "",
"borderStatus": {
"top": true,
"right": true,
"bottom": true,
"left": true
},
"borderWidth": 0,
"borderColor": "#000000",
"borderStyle": "none",
"backgroundColor": "",
"useFlexHeight": true,
"isEditable": false,
"isPlainHTML": false,
"padding": {
"top": 0,
"right": 0.2,
"bottom": 0,
"left": 0
},
"conditionalFormats": [],
"fontFamily": "opensans",
"fontAlign": "left",
"fontSize": 12,
"fontType": [],
"fontColor": "#000000",
"lineHeight": 1.15,
"textDirection": "ltr",
"textColumns": 1,
"dynamicFontSize": false,
"cls": "labelComponent",
"fontValign": "top"
}, {
"width": 3.97,
"height": 1.06,
"id": "",
"top": 2.01,
"left": 0.47,
"zindex": 1004,
"phpClassName": "Reports_Component_CustomText",
"className": "CustomText",
"preview": null,
"value": "{CompanyInfo::LegalName}",
"dataIndex": "",
"borderStatus": {
"top": true,
"right": true,
"bottom": true,
"left": true
},
"borderWidth": 0,
"borderColor": "#000000",
"borderStyle": "none",
"backgroundColor": "",
"useFlexHeight": true,
"isEditable": false,
"isPlainHTML": false,
"padding": {
"top": 0,
"right": 0.2,
"bottom": 0,
"left": 0
},
"conditionalFormats": [],
"fontFamily": "opensans",
"fontAlign": "left",
"fontSize": 12,
"fontType": [],
"fontColor": "#000000",
"lineHeight": 1.15,
"textDirection": "ltr",
"textColumns": 1,
"dynamicFontSize": false,
"cls": "labelComponent",
"fontValign": "top"
}],
"margins": {
"right": 0.5,
"bottom": 0.5
},
"border": false
}, {
"width": 21,
"height": 29.7,
"conditionalFormats": [],
"backgroundImage": null,
"layout": [],
"components": [],
"margins": {
"right": 0.5,
"bottom": 0.5
},
"border": false
}],
"dataSettings": {
"sortBy": [],
"filterBy": []
},
"editor": {
"heightMultiplier": 1
},
"fontSubsetting": false,
"barcodeAsImage": false
}
…or you send me a link where i can download it, or you send it via e-mail.
How to export Template-Data???
-Open your Template in → PDF-Generator (Editor)

-Navigate to → EXPORT and create an export-json-file on your desktop, or where ever you want.

-Copy & Paste the data of the file into a CODE-BLOCK here into this post…