我正在使用 PHP 生成 Word 文档,如何进行分页符?

发布于 2024-11-06 09:38:37 字数 129 浏览 5 评论 0原文

我正在使用 PHP 生成 Word 文档(带有 ms-word 标题的 HTML),有没有办法进行分页?

现在我正在写很多

 

直到页面发生变化,但这还远远不能令人满意。

I'm generating a word document with PHP (HTML with ms-word header), is there a way make a page break ?

Right now I'm witing a lot of <p> </p> until the page changes, but that's far from satisfying.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

深海夜未眠 2024-11-13 09:38:37

我没有测试过它是否有效,但你可以尝试:

<div style="page-break-before:always" />

I've not tested to see if it works, but you could try:

<div style="page-break-before:always" />
全部不再 2024-11-13 09:38:37

分页符在 HTML 中没有任何意义。标记应该在下一页上的文本更优雅,比如

标题

. Then, in MS Word, create a style named "H2", and set it to "Page-break before" (Format/Paragraph/Line and Page Breaks).

A page-break has no meaning in HTML. It's more elegant to mark up the text which should be on the next page with, let's say

Header

. Then, in MS Word, create a style named "H2", and set it to "Page-break before" (Format/Paragraph/Line and Page Breaks).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文