Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.DocumentLinkExtensions

Gets a document stored in the API's storage.

csharp
public static System.Threading.Tasks.Task<System.IO.Stream> GetAsPdfAsync(this TallComponents.UnoPdf.Client.DocumentLink link);

Parameters

link DocumentLink

DocumentLink instance pointing to a document

Returns

System.Threading.Tasks.Task<System.IO.Stream>
A binary System.IO.Stream representation of the document.