Skip to content

Integration to the Angular 4 #220

@darsana

Description

@darsana

Tried the Ppt generation into the angular 4 project by installing through node js like below

npm install pptxgenjs
var pptx = require("pptxgenjs");

but call to the ppt generation function not giving any response
generatePPT() {
var pptx = new pptx();
var slide = pptx.addNewSlide();
var opts = { x: 1.0, y: 1.0, font_size: 42, color: '00FF00' };
slide.addText('Hello World!', opts);
pptx.save();
}

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions