Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions бяки
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// Get AppKey and AppSID from https://dashboard.groupdocs.cloud string MyAppKey = ""; string MyAppSid = ""; var configuration = new Configuration(MyAppSid, MyAppKey); var apiInstance = new MetadataApi(configuration); var fileInfo = new FileInfo { FilePath = "sample.docx" }; var options = new ExtractOptions { FileInfo = fileInfo }; var request = new ExtractRequest(options); var response = apiInstance.Extract(request);