Change word folder to a pages folders
How do I change a Word folder with all the documents in to a pages folder with all those Words documents at one time?
iMac 27″, macOS 15.1
How do I change a Word folder with all the documents in to a pages folder with all those Words documents at one time?
iMac 27″, macOS 15.1
I have the AppleScript code written that allows you to select a folder containing Word documents and convert them into Pages documents in the same folder. You would need to copy/paste the code into Apple's Script Editor and run it. Interested?
The AppleScript solution that I have does automatically on a folder of Word documents what you are doing manually. You just select the folder name and it systematically opens and saves the Word documents in that folder as Pages documents.
Pages will open Microsoft Word .doc/.docx/RTF format documents with a progress bar while it converts them into Pages documents. The Word documents are then closed and remain unchanged. You right-click on the Word document and choose Open With > Pages in that secondary Finder menu.
What Pages will not open:
MS Word documents use internal styling attributes not used by Pages and so unless copying the Word content onto the clipboard results in a format that Pages can accept (RTF) from the clipboard, it may or may not handle the Word styling properly on a paste.
It would require AppleScript coding and a decision on whether you want the resulting Pages documents in the same folder as the Word documents (simpler) or in a different recipient folder.
The storage consequences of using my script to convert Word .docx documents to Pages documents… or no script at all, and just opening the Word document in Pages and saving it as a Pages document are as follows:
I have a one-page Word document with three paragraphs of text in it. It is 20K on disk. When opened in Pages v14.2 and saved as a Pages document, it sees a 4300% enlargement to 880K. That same Word document, if opened in LibreOffice and saved as an OpenDocument ( ISO26300 standard) .odt document expands to 37K.
If I take the resulting 880K Pages document from above, and because it is just text content, open it in LibreOffice 24.8.3, it will be an 8K Word document when saved in that format. That is a 10,900% decrease in file size.
Pages has nothing to do with web-based HTML/CSS/JavaScript coding or functionality. It is a word processing application.
The ability to script Pages to deal with Word documents requires Apple's AppleScript code running on macOS.
Maybe I did not frame my question in a way that is completely understood for you. I can't open my Microsoft documents in Pages or copy all my Microsoft documents in the folder at one time. Pages will only allow me to open pages documents. Therefore, I've been opening my Microsoft documents and copying what is on the Microsoft document. Then pasting it in a new page in Pages and saving. It's been working but i thought there might be a more advantageous way. Thanks for your reply.
Thanks for the answer.
I don't have the knowledge to understand how to use HTML code. I am using Wix website. That's for the answer thought.
I am not knowable how to use AppleScript or any other code. Thanks for the reply.
Change word folder to a pages folders