When trying to add specific PowerPoint Template file to index an exception occurs: System.ArgumentException: MaxValue can’t be less than StartValue
at …ctor(Int32 , Int32 )
at …ctor(Presentation , Nullable1 ) at .e(Nullable
1 , TextOptions )
at GroupDocs.Parser.Parser.GetText(TextOptions options)
at .(Parser , Boolean , FileFormat )
at e.(String , Boolean )
at .(Document , , String )
That does not happen with each .potx file.
Here is an example file:
PowerPoint_Template.zip (50.0 KB)
@jamsharp
We successfully indexed the provided POTX file by placing it in the document folder and executing the indexing code without encountering any issues:
Index index = new Index(indexFolder);
// Indexing documents from the specified folder
index.Add(documentFolder);
Could you please provide the sample code, details about your development environment, and the version of the GroupDocs.Search for .NET API you are using?
We received the exception via the error event:
index.Events.ErrorOccurred += ...
@jamsharp
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): SEARCHNET-3405
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.