CloudmersiveConvertClient.ConvertDocumentPdfToDocxRasterizeAsync 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.
Convert PDF to Word DOCX Document based on rasterized version of the PDF
public virtual System.Threading.Tasks.Task<byte[]> ConvertDocumentPdfToDocxRasterizeAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertDocumentPdfToDocxRasterizeAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
override this.ConvertDocumentPdfToDocxRasterizeAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<byte[]>
Public Overridable Function ConvertDocumentPdfToDocxRasterizeAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Byte())
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Convert PDF to Word DOCX Document based on rasterized version of the PDF response.
Remarks
Convert standard PDF to Office Word Documents (docx), but first rasterize the PDF. Converts a PDF at high fidelity into Word format.