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
)
Public Function UploadDocument (
filePath As String,
Optional password As String = Nothing
) As String
public:
String^ UploadDocument(
String^ filePath,
String^ password = nullptr
)
member UploadDocument :
filePath : string *
?password : string
(* Defaults:
let _password = defaultArg password null
*)
-> string
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