[]
        
(Showing Draft Content)

C1.Web.Api.Pdf.PdfController

PdfController Class

Pdf controller

Inheritance
PdfController
Namespace: C1.Web.Api.Pdf
Assembly: C1.Web.Api.Pdf.dll
Syntax
public class PdfController : DocumentController

Constructors

Name Description
PdfController()

Methods

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.