问题标签 [phppresentation]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
322 浏览

php - 在 PHPPresentation 中添加下划线

如何在 PHPPresentation 中添加下划线。我只是想为我的一些文字加下划线。

你们中的任何人都可以让我知道吗

0 投票
1 回答
595 浏览

php - 使用带有纯 php 代码的 php (PHPOffice/PHPPresentation) 的 Ppt 到图像

我想从 ppt/pptx 制作图像。我可以使用 PHPOffice/PHPPresentation 阅读 ppt,但无法将其转换为图像。

0 投票
1 回答
185 浏览

php - 在 phppresentation 中使特定单词或一堆单词加粗

如何使用 phppresentation 将段落中的特定单词或行加粗。

在上面的文字中,我想将“活动宣传”改为粗体和其他文字。我如何在 phppresentation 库中做到这一点。

提前致谢。

0 投票
0 回答
368 浏览

laravel - 使用 PhpPresentation 读取和替换文本

我想使用 php 演示文稿从 laravel 中的 pptx 文件中访问 Word 我试过了,但它不起作用。请提供任何输入。

0 投票
1 回答
401 浏览

php - 如何安装 PhpPresentation

我已经在 Windows server 2008 (IIS 7) 上从 GitHub 手动安装了 PhpPresentation 但是当我从这个安装运行示例时 - 它不起作用并显示不同的错误。我设法修复了一些错误。但现在它显示我在互联网上找不到的错误:

在 ......\Color.php 中找不到 PhpOffice\PhpPresentation\ComparableInterface

我怎样才能弄清楚安装有什么问题并修复它?

谢谢

0 投票
0 回答
289 浏览

php - 当我们从特定路径复制并保存新的 pptx 时,PHPPresentation 会丢失样式

我在谷歌上搜索了有关 PHPPresentation 的信息,但没有找到。我知道已经问过这类问题(PHPOffice PHPPresentation 在保存 pptx 时失去原始样式)并且我已经检查了这个特定问题的答案(https://github.com/PHPOffice/PHPPresentation/issues/161

我已经按照上面的答案做了,但它根本不起作用。这是我的以下代码:-

我的 sample.pptx 如下所示:-

在此处输入图像描述

输出如下: - 在此处输入图像描述

谁能帮我解决这个问题。

0 投票
0 回答
462 浏览

php - PhpPresentation 不显示图表(在 PHP 5.6 上使用 CodeIgniter)

使用我的 Laravel 应用程序,我拥有的 PHPPresentation 库可以生成完全没有错误的精美图表。现在,当我在 CodeIgniter 应用程序上应用它时,我只是复制粘贴代码并安装了一个作曲家,图表不再工作了

我尝试手动安装PHPPresentation并阅读文档,但无济于事,没有一个成功

回到我的 Laravel 应用程序中,这个 PHPPresentation 示例工作得很好,但是当我把它放在我的 CodeIgniter 应用程序中时,它显示一个空白图像

这是一个示例输出:

截屏

0 投票
1 回答
87 浏览

php - PHPPresentation 中的重复幻灯片

在 github repo 或 stackoverflow 上找不到有关此功能的任何信息。

有谁知道您是否可以使用 PHPPresentation 复制具有各种形状(图表、表格、文本框等)的幻灯片?

如果这是可能的,有什么限制吗?例如不复制颜色/主题?

0 投票
2 回答
433 浏览

php - 有没有办法用 PHPPresentation 下载 pptx 文件?

我第一次使用 PHPPresentation,一切正常,但我不想将文件保存到某个目的地,我想通过网络浏览器下载该文件。怎么做?

请帮忙。

这是将文件保存在某个目的地的代码

0 投票
1 回答
187 浏览

php - How to add two images per slide from mysql (PHP Presentation)?

I am trying to make simple presentation with two images per slide but I don't know how to put 2 images per slide. All images goes to one slide.

This is how it looks enter image description here

This is what I want enter image description here

Could you please help me with this. This is my code: (THIS CODE IS NOW FIXED)

You can see full code ON THIS LINK