Lets say I want to create a PPTX with 10 slides - all the content I have is in HTML+CSS.
Do I create 10 HTML documents and feed them into phppptx or do I create one HTML document with slide separatoin and feed them into phppptx ?
Asking for a potential client who wants to create PPTX via PHP from HTML+CSS.