Exporting to PowerPoint Friendly Filetype
Hello!
The Situation
I currently update a large product catalogue monthly. My current process is to export pages to EPS, drag the EPS files into PowerPoint (which converts them to EMF) unzip the file, pull the EMF into a folder, and use Python to drop them into PowerPoint sequentially with a PNG overlay for applicable pages. This process keeps the file size as low as possible, and the quality as high as possible without allowing teams to edit text directly. It also allows teams to choose what pages are in the document, and add intro letters, etc.
The Problem
Microsoft has made importing EPS files into PPTX impossible for Windows machines. They may do the same for MacOS (which I use). Additionally, I want to eliminate the step of PowerPoint converting the EPS files in batches, and do a more direct approach. Converting the files in Illustrator to SVG or EMF has really low-quality results, as there's a lot of copy. I must use PowerPoint, as the sales team must be able to add/remove slides and create their own introduction pages.
What I've Tried
I've tried exporting HTML with In5, but it's not exporting whole pages as SVG files—just pieces. I've also tried creating an action for Illustrator, but it's unweildy and the output is too poor to use.
Is there any way to get InDesign to export entire pages in a high-quality, PPTX-friendly filetype (SVG, EMF, WMF)?