The DocumentApp
library allows you to create and edit Google Docs programmatically.
-
Create a New Document:
Generate a new Google Doc with basic content. -
Insert a Table:
Add a table to a Google Doc with predefined data. -
Add an Image:
Insert an image into an existing Google Doc. -
Add a Hyperlink:
Add a clickable hyperlink to a Google Doc. -
Find and Replace Text:
Search for specific text in a Google Doc and replace it. -
Format Text:
Apply formatting such as bold, italics, or colors to specific text. -
Append a List:
Add a bulleted or numbered list to a Google Doc. -
Delete Content:
Remove all content from a Google Doc. -
Insert Headers and Footers:
Add headers and footers with custom content. -
Save Document as PDF:
Export a Google Doc as a PDF and save it to Google Drive.