Forum


Replies: 1   Views: 221
One single html or n html files for n slides ?
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phppptx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phppptx version and check the Documentation available.

Posted by admin  · 28-07-2025 - 06:51

Hello,

Please note that the current stable version of phppptx supports a set of contents and styles detailed on addHtml (https://www.phppptx.com/documentation/api-documentation/contents/add-html-pptx).

Your HTML includes unsupported tags and styles, such as images or slides. In these cases, you need to call PHP API methods, such as addSlide (https://www.phppptx.com/documentation/api-documentation/contents/add-slide-pptx) to add slides.

New releases of phppptx add support for new tags and styles when transforming HTML to PPTX. We are also developing HTML Extended and CSS Extended to be included in phppptx Premium licenses, which will support calling phppptx methods from HTML tags. It's a work-in-progress task that will be added in a future release of phppptx.

Regards.