pages_append
Append text to the end of a Pages document and save it. The existing content remains untouched, and the new text matches the last paragraph's style.
Instructions
Append text at the end of an existing Pages document, and save it.
The added text inherits the last paragraph's style. The rest of the document is not touched.
Args:
path: the .pages file to modify.
text: the text to append; line breaks become new paragraphs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |