[]
Pdf controller
[Route("api/pdf")]
public class PdfController : DocumentController, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable
| Name | Description |
|---|---|
| PdfController() |
| Name | Description |
|---|---|
| ExportPdf(string, IDictionary<string, string>, string) | Exports the specified pdf to the specified export filter with options. |
| ExportPdf_Get(string, IDictionary<string, string>, string) | Exports the specified pdf to the specified export filter with options. |
| ExportPdf_Post(string, IDictionary<string, string>, string) | Exports the specified pdf to the specified export filter with options. |
| GetPdfFeatures(string) | Gets the features supported by the pdf document source instance with specified path. |
| GetPdfInfo(string) | Gets the info of the specified pdf document source. |
| GetPdfSupportedFormats(string) | Gets the export formats supported by the specified pdf file. |
| GetSearchResults(string, string, bool, bool, int, SearchScope) | Gets the search result in the pdf document source instance with specified path. |
| GetStatus(string) | Gets the status of the pdf document source with specified file path. |