How to export each page of a document as a separate file in Apple Pages?

I want to save each page of a multi-page document into separate files, specifically pdfs. Is there an automation for this? I was using the "mail-merge" function, and it worked but then created one single file with over 100 pages that I would need individual pdfs for.

Posted on Dec 13, 2022 09:43 AM

Reply
4 replies

Dec 20, 2022 08:02 AM in response to eli52

With more investigation, the only content that you can gain access to on a given page in an open Pages document is just body text when using AppleScript. And then you cannot export it using the Pages export feature. A separate handler must be made to send that body text to a print to PDF file solution. So if you have other content than just text, it will not qualify as body text and would be lost in the preceding activity.


It would be better to export the Pages document to PDF, and then write each Page of the PDF to a separate page numbered PDF. I have AppleScript code that can split an exported PDF into numbered PDF pages. At the moment, it writes these to the Desktop, but I can add a output folder selection, where the PDF, and its split pages can be written to that folder selection. This approach preserves the visual content of the exported PDF.

Dec 13, 2022 10:07 PM in response to eli52

eli52 Said:

"How to export each page of a document as a separate file in Apple Pages?: I want to save each page of a multi-page document into separate files, specifically pdfs. Is there an automation for this? I was using the 'mail-merge' function, and it worked but then created one single file with over 100 pages that I would need individual pdfs for."

-------


Have an All-In-One Device?:

If you have an All-In-On deice (printer/scanner/copier/fax), then print all of these out, and then scan with that. Seems like it may be a waste of paper, but at least you'll have a printout copy you may need.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to export each page of a document as a separate file in Apple Pages?

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