Click or drag to resize

PdfAI UploadDocument Method

Uploads document to the AI service.

Namespace: Spire.Pdf.AI
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string UploadDocument(
	string filePath,
	string password = null
)

Parameters

filePath
Type: System String
The file path.
password (Optional)
Type: System String

Return Value

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