Copy/Pasting from AI searches to Pages doesn't work.

Why when I search either google (Search Labs | AI Overview), or chatgpt for questions, and I want to save the information in a .pages document does all the text not appear? Here's a screenshot as reference. The only option I've had work is copy/pasting the information into a google doc. Is there anyway I can paste this information into .pages?


Mac Studio, macOS 15.4

Posted on May 3, 2025 3:30 PM

Reply
7 replies

May 4, 2025 5:43 AM in response to rskern

Copy the original Search Labs or ChatGPT content to the clipboard. Next, click on the Desktop and press shift+cmd+U to open the Utilities folder. Launch the Terminal application.


Now, you are going to take content from the clipboard, change its encoding, and put it back on the clipboard. Repeat each of the following command line solutions followed by pressing return. Before you perform the next one, launch Pages and try either of its paste operations to see if the respective encoding results in legible content.

pbpaste | iconv -t UTF8 | pbcopy
pbpaste | iconv -t ISO-8859-1 | pbcopy


If one of these works, then it can be automated in an Apple Shortcut to avoid dealing with the Terminal in the future.

Copy/Pasting from AI searches to Pages doesn't work.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.