问题标签 [phpoffice]
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.
phpword - PHPWord addTOC is not displaying page numbers
I'm using https://github.com/PHPOffice/PHPWord to generate a word document. The function addTOC generates an index of pages with titles, but for some reason the page numbers do not display.
Results in:
If I echo the page numbers on the pages where the titles exist, they display fine. But they don't display in the TOC. I checked to confirm the text isn't white.
php - PHPOffice PHPPresentation 在保存 pptx 时失去原始样式
我有简单的代码:
- 加载模板 pptx (*)
- 复制几张幻灯片
- 用值水合这些幻灯片(只是替换占位符文本)
- 将结果保存到新文件
不幸的是,PHPOffice 的 PHPPresentation 无法保留模板中存在的幻灯片样式。
在步骤 4 中保存的幻灯片都是白色的(默认样式)。
有没有办法明确复制该样式?是 PHPPresentation 限制,因为它无法读取样式或其他东西吗?
(*) 所描述的问题对于 ppt/odp 也存在。不保留任何样式。
regex - 使用 PHPWord 填写 docx 文档时转义 '&'
我正在构建一个必须填写 docx 文档的 Web 应用程序。我正在使用 PHPWord 提供的 TemplateProcessor,它采用文档上呈现的特定钩子并将其替换为给定的字符串。我遇到的问题是当字符串中出现“&”时 - 文档由于缺少“;”而损坏。
我用来清除字符串的函数是
有谁知道我如何逃避与号的符号,这样文件就不会被损坏?
php - PhpWord:如何创建带有边框和背景颜色的新段落?
我正在尝试使用PhpWord 库创建一个整洁的 Word 文档。不幸的是,文档似乎不完整。我想要有边框和背景颜色的段落,跨越整个页面宽度。我做了一些研究,发现 addText 方法没有记录的属性borderSize 和borderColor。还有一个可以在文本上设置的 bgColor 属性。下面的示例创建一个用边框包围的段落。文本也有一些背景颜色,但它只是文本,而不是边框包围的整个区域。不幸的是,属性 bgColor 对段落级别没有任何影响。
有谁知道如何实现这一目标?
tcpdf - 无法使用 PHPWord 从 .docx 生成 PDF
我正在使用 PDFWord 生成动态文档。.docx 和 .html 生成完美,但我无法生成 .pdf (我已尝试过 DomPDF 和 TCPDF)。
这是我的代码示例:
php - 使用 PHPWord 阅读 *.docx
我在学校项目中使用 Laravel,最近发现了 PHPOffice 库。我在文档中找到了一些示例,但我仍然无法理解如何使用 Laravel 来处理它。用 composer 安装它,现在我想阅读一些 *.docx 文件。有人知道如何实现吗?我用这个
但我明白了
php - 使用 PHPExcel 读取 xls 和 xlsx 文件中的所有工作表
嗨,我正在开发一个使用 php 显示 excel 文件内容的项目,到目前为止,这是我正在处理的代码
我的问题是如何显示其他工作表,因为只有一张工作表正在显示任何想法?提前非常感谢