CloudmersiveConvertClient.EditDocumentBeginEditingAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Begin editing a document
public virtual System.Threading.Tasks.Task<string> EditDocumentBeginEditingAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member EditDocumentBeginEditingAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.EditDocumentBeginEditingAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function EditDocumentBeginEditingAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Begin editing a document response.
Remarks
Uploads a document to Cloudmersive to begin a series of one or more editing operations. To edit a document, first call Begin Editing on the document. Then perform operations on the document using the secure URL returned from BeginEditing, such as Word DOCX Delete Pages and Insert Table. Finally, perform finish editing on the URL to return the resulting edited document. The editing URL is temporary and only stored in-memory cache, and will automatically expire from the cache after 30 minutes, and cannot be directly accessed.