[]
Gets the info of the specified pdf document source.
[HttpGet]
public virtual IActionResult GetPdfInfo(string pdfPath)
Type | Name | Description |
---|---|---|
string | pdfPath | The full path of the pdf file. |
Type | Description |
---|---|
IActionResult | An IActionResult type object with content of ExecutionInfo type object. |