Displaying 1 result from an estimated 1 matches for "presentationml".
Did you mean:
presentational
2009 Feb 03
1
PowerPoint 2007 filter
Hi,
I'm trying to write the PowerPoint2007 filter in the same manner that I
did for *.docx and *.xlsx but I'm getting the following error when I tru
an index.
The document is called:
Indexing "/Frisk in Power Point.pptx" as
application/vnd.openxmlformats-officedocument.presentationml.presentation ... caution: filename not matched: ppt/notesSlides/notesSlide*.xml
caution: filename not matched: ppt/comments/comment*.xml
The problem is that not all pptx files contain notes and comments.
Do you think just including the slide text is enough, if not how can I
test to see if the f...