CloudmersiveConvertClient.ConvertDocumentPdfToPptxAsync Method

Definition

Convert PDF to PowerPoint PPTX Presentation

public virtual System.Threading.Tasks.Task<byte[]> ConvertDocumentPdfToPptxAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertDocumentPdfToPptxAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.ConvertDocumentPdfToPptxAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Overridable Function ConvertDocumentPdfToPptxAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

Task<Byte[]>

The Convert PDF to PowerPoint PPTX Presentation response.

Remarks

Convert standard PDF to Office PowerPoint Presentation (pptx). Converts a PDF file at high fidelity into PowerPoint format, where it can be easily edited and processed.

Applies to