Skip to content

Commit

Permalink
Merge stable into master
Browse files Browse the repository at this point in the history
  • Loading branch information
CKTravisBot authored Apr 25, 2023
2 parents 40533f7 + 770ffa4 commit 4fd91e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/installation/getting-started/predefined-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ The table below presents the list of all plugins included in various builds. <!-
<td style="text-align:center; width:70px">✅</td>
</tr>
<tr>
<td><a href="https://ckeditor.com/docs/ckeditor5/latest/features/export-pdf.html">ExportPdf</a></td>
<td><a href="https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-pdf.html">ExportPdf</a></td>
<td style="text-align:center; width:70px">❌</td>
<td style="text-align:center; width:70px">❌</td>
<td style="text-align:center; width:70px">❌</td>
Expand All @@ -896,7 +896,7 @@ The table below presents the list of all plugins included in various builds. <!-
<td style="text-align:center; width:70px">✅</td>
</tr>
<tr>
<td><a href="https://ckeditor.com/docs/ckeditor5/latest/features/export-word.html">ExportWord</a></td>
<td><a href="https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-word.html">ExportWord</a></td>
<td style="text-align:center; width:70px">❌</td>
<td style="text-align:center; width:70px">❌</td>
<td style="text-align:center; width:70px">❌</td>
Expand Down Expand Up @@ -1065,7 +1065,7 @@ The table below presents the list of all plugins included in various builds. <!-
<td style="text-align:center; width:70px">✅</td>
</tr>
<tr>
<td><a href="https://ckeditor.com/docs/ckeditor5/latest/features/import-word/import-word.html">ImportWord</a></td>
<td><a href="https://ckeditor.com/docs/ckeditor5/latest/features/converters/import-word/import-word.html">ImportWord</a></td>
<td style="text-align:center; width:70px">❌</td>
<td style="text-align:center; width:70px">❌</td>
<td style="text-align:center; width:70px">❌</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/updating/ckeditor4-configuration-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Note: In CKEditor 5, the number of options was reduced on purpose. Configuring C
<a href="/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-exportPdf_fileName">exportPdf_fileName</a> <br><a href="/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-exportPdf_options">exportPdf_options</a> <br> <a href="/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-exportPdf_service">exportPdf_service</a> <br> <a href="/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-exportPdf_stylesheets">exportPdf_stylesheets</a> <br> <a href="/docs/ckeditor4/latest/api/CKEDITOR_config.html#cfg-exportPdf_tokenUrl">exportPdf_tokenUrl</a> <br>
</td>
<td>
Refer to the <a href="https://ckeditor.com/docs/ckeditor5/latest/features/export-pdf.html">Export to PDF feature</a> guide to learn more about about configuring the HTML to PDF converter in CKEditor 5.
Refer to the <a href="https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-pdf.html">Export to PDF feature</a> guide to learn more about about configuring the HTML to PDF converter in CKEditor 5.
</td>
</tr>
<tr>
Expand Down
8 changes: 4 additions & 4 deletions packages/ckeditor5-page-break/docs/features/page-break.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ menu-title: Page break

# Page break

The page break feature lets you insert page breaks into your content. This gives you more control over the final structure of a document that is printed or [exported to PDF](https://ckeditor.com/docs/ckeditor5/latest/features/export-pdf.html) or [Word](https://ckeditor.com/docs/ckeditor5/latest/features/export-word.html).
The page break feature lets you insert page breaks into your content. This gives you more control over the final structure of a document that is printed or [exported to PDF](https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-pdf.html) or [Word](https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-word.html).

## Demo

Expand Down Expand Up @@ -51,9 +51,9 @@ ClassicEditor

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 [exported to PDF](https://ckeditor.com/docs/ckeditor5/latest/features/export-pdf.html) or [to Word](https://ckeditor.com/docs/ckeditor5/latest/features/export-word.html).
* The [export to Word](https://ckeditor.com/docs/ckeditor5/latest/features/export-word.html) feature will allow you to generate editable, paged `.docx` files out of your editor-created content.
* The [export to PDF](https://ckeditor.com/docs/ckeditor5/latest/features/export-pdf.html) feature will allow you to generate portable, paged PDF files out of your editor-created content.
* The {@link features/pagination pagination feature} allows you to see where page breaks would be after the document is [exported to PDF](https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-pdf.html) or [to Word](https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-word.html).
* The [export to Word](https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-word.html) feature will allow you to generate editable, paged `.docx` files out of your editor-created content.
* The [export to PDF](https://ckeditor.com/docs/ckeditor5/latest/features/converters/export-pdf.html) feature will allow you to generate portable, paged PDF files out of your editor-created content.

## Common API

Expand Down

0 comments on commit 4fd91e5

Please sign in to comment.