|
|
@@ -5,7 +5,9 @@ menu-title: Page break
|
|
|
|
|
|
# Page break
|
|
|
|
|
|
-The {@link module:page-break/pagebreak~PageBreak} plugin provides a possibility to insert a page break into the rich-text editor.
|
|
|
+The {@link module:page-break/pagebreak~PageBreak} plugin provides a possibility to insert a page break into the rich-text editor. This is useful in paged editing scenarios where you want to have more control over the final structure of the document that is printed, {@link features/export-pdf exported to PDF} or {@link features/export-word to Word}.
|
|
|
+
|
|
|
+The page break feature is further complemented by the {@link features/pagination pagination feature} that allows you to see where page breaks would be after the document is exported to PDF or to Word.
|
|
|
|
|
|
## Demo
|
|
|
|
|
|
@@ -39,6 +41,14 @@ ClassicEditor
|
|
|
Read more about {@link builds/guides/integration/installing-plugins installing plugins}.
|
|
|
</info-box>
|
|
|
|
|
|
+## Related features
|
|
|
+
|
|
|
+Here are some useful CKEditor 5 features that you can use together with the page break plugin for an all-around paged editing experience:
|
|
|
+
|
|
|
+* The {@link features/pagination pagination feature} allows you to see where page breaks would be after the document is {@link features/export-pdf exported to PDF} or {@link features/export-word to Word}.
|
|
|
+* The {@link features/export-word export to Word} feature will allow you to generate editable, paged `.docx` files out of your editor-created content.
|
|
|
+* The {@link features/export-pdf export to PDF} feature will allow you to generate portable, paged PDF files out of your editor-created content.
|
|
|
+
|
|
|
## Common API
|
|
|
|
|
|
The {@link module:page-break/pagebreak~PageBreak} plugin registers:
|