HTML to powerpoint example #1098
Strawberry0215
started this conversation in
General
Replies: 1 comment
-
Thanks for asking about this problem @Strawberry0215 Issue #1103 has been completed to resolve this error message. let pptx = new PptxGenJS();
objOpts.addImage = { image: { data: CHECKMARK_GRN }, options: { x: 12.67, y: 0.0, w: 0.67, h: 0.67 } };
pptx.tableToSlides("tabAutoPaging", objOpts); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This function is not working for me, can you please help me here
pptx.tableToSlides("TableKanban", {
addImage: { path: "https://upload.wikimedia.org/wikipedia/en/a/a9/Example.jpg", x: 10, y: 0.5, w: 1.2, h: 0.75 }
});
The error says:
the error says: pptxgen.min.js:2 ERROR: addImage() requires either 'data' or 'path' parameter!
Beta Was this translation helpful? Give feedback.
All reactions