Click or drag to resize

PresentationAI UploadPresentation Method

Uploads powerpoint to the AI service.

Namespace: Spire.Presentation.AI
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public string UploadPresentation(
	Presentation presentation,
	string name
)

Parameters

presentation
Type: Spire.Presentation Presentation
presentation.
name
Type: System String
file name.

Return Value

Type: String
A result contains the file path on ai server as a string.
See Also