Interface IDocumentPdfAppService
Namespace: Volo.Docs.Common.Documents
Assembly: Volo.Docs.Common.Application.Contracts.dll
Syntax
public interface IDocumentPdfAppService : IApplicationService, IRemoteService
Methods
DownloadPdfAsync(DocumentPdfGeneratorInput)
Declaration
Task<IRemoteStreamContent> DownloadPdfAsync(DocumentPdfGeneratorInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentPdfGeneratorInput | input |
Returns
| Type | Description |
|---|---|
| Task<IRemoteStreamContent> |
ExistsAsync(DocumentPdfGeneratorInput)
Declaration
Task<bool> ExistsAsync(DocumentPdfGeneratorInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentPdfGeneratorInput | input |
Returns
| Type | Description |
|---|---|
| Task<bool> |